Module Name: src
Committed By: kre
Date: Tue Oct 9 02:53:11 UTC 2018
Modified Files:
src/external/bsd/openresolv/dist: dnsmasq.in
Log Message:
Fix stupid edit botch in previous, pointed out by leot@ (thanks).
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/openresolv/dist/dnsmasq.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/openresolv/dist/dnsmasq.in
diff -u src/external/bsd/openresolv/dist/dnsmasq.in:1.3 src/external/bsd/openresolv/dist/dnsmasq.in:1.4
--- src/external/bsd/openresolv/dist/dnsmasq.in:1.3 Tue Oct 9 01:28:35 2018
+++ src/external/bsd/openresolv/dist/dnsmasq.in Tue Oct 9 02:53:11 2018
@@ -184,7 +184,7 @@ if $changed; then
eval $dnsmasq_restart
elif [ -n "$RESTARTCMD" ]; then
set -- ${dnsmasq_service}
- eval "$RESTARTCMD""
+ eval "$RESTARTCMD"
else
@SBINDIR@/resolvconf -r ${dnsmasq_service}
fi