Merge pull request #749 from crawford/dns

sys-apps/systemd: Remove default name servers
This commit is contained in:
Alex Crawford 2014-07-18 18:34:11 -07:00
commit b0d02a3f1c
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