diff options
Diffstat (limited to 'net-dns/dnsmasq')
-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 |