mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 21:41:05 +02:00
Merge pull request #749 from crawford/dns
sys-apps/systemd: Remove default name servers
This commit is contained in:
commit
b0d02a3f1c
@ -241,6 +241,9 @@ multilib_src_configure() {
|
||||
--with-dbusinterfacedir="${EPREFIX}/usr/share/dbus-1/interfaces"
|
||||
|
||||
--with-ntp-servers="0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org"
|
||||
|
||||
# no default name servers
|
||||
--with-dns-servers=
|
||||
)
|
||||
|
||||
if use firmware-loader; then
|
@ -232,6 +232,9 @@ multilib_src_configure() {
|
||||
--with-dbusinterfacedir="${EPREFIX}/usr/share/dbus-1/interfaces"
|
||||
|
||||
--with-ntp-servers="0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org"
|
||||
|
||||
# no default name servers
|
||||
--with-dns-servers=
|
||||
)
|
||||
|
||||
if use firmware-loader; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user