diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-06-28 03:26:18 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-06-28 03:26:18 +0000 |
commit | f241f3a1870dec8205d0b4bed984645e0a338eea (patch) | |
tree | 8b39987d248440eaf764d81ca0c1e1088249fe32 /net-dns | |
parent | Misc fixes to up.sh (diff) | |
download | gentoo-2-f241f3a1870dec8205d0b4bed984645e0a338eea.tar.gz gentoo-2-f241f3a1870dec8205d0b4bed984645e0a338eea.tar.bz2 gentoo-2-f241f3a1870dec8205d0b4bed984645e0a338eea.zip |
Fix resolvconf script when dbus is not enabled
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/dnsmasq/files/resolvconf.dnsmasq | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/dnsmasq/files/resolvconf.dnsmasq b/net-dns/dnsmasq/files/resolvconf.dnsmasq index ed9e01019847..6895403fc288 100644 --- a/net-dns/dnsmasq/files/resolvconf.dnsmasq +++ b/net-dns/dnsmasq/files/resolvconf.dnsmasq @@ -32,8 +32,8 @@ eval "${VARS}" DNSMASQRESOLV="/etc/dnsmasq-resolv.conf" DNSMASQCONF="/etc/dnsmasq-resolvconf.conf" -NEWCONF="# Generated by resolvconf" -NEWRESOLV="${NEWCONF}\n" +NEWCONF="# Generated by resolvconf\n" +NEWRESOLV="${NEWCONF}" # Using DBUS means that we never have to restart the daemon # This is important as it means we should not drop DNS queries |