From 60ed6d57ba5f8c8312e327d37f3866c071c25fb4 Mon Sep 17 00:00:00 2001 From: Alex Crawford Date: Fri, 18 Jul 2014 16:46:40 -0700 Subject: [PATCH] sys-apps/systemd: Remove default name servers --- .../systemd/{systemd-215-r4.ebuild => systemd-215-r5.ebuild} | 3 +++ .../coreos-overlay/sys-apps/systemd/systemd-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) rename sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/{systemd-215-r4.ebuild => systemd-215-r5.ebuild} (99%) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-215-r4.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-215-r5.ebuild similarity index 99% rename from sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-215-r4.ebuild rename to sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-215-r5.ebuild index e2f17a6def..168284a424 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-215-r4.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-215-r5.ebuild @@ -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 diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild index e724dcb218..3b76e97633 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild @@ -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