sys-apps/systemd: Remove default name servers

This commit is contained in:
Alex Crawford 2014-07-18 16:46:40 -07:00
parent f08c78b4c8
commit 60ed6d57ba
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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