Commit f086d396 authored by Simon Kelley's avatar Simon Kelley

Debian package change: update resolvconf script.

parent cc4baaab
...@@ -2,7 +2,13 @@ dnsmasq (2.67-1) unstable; urgency=low ...@@ -2,7 +2,13 @@ dnsmasq (2.67-1) unstable; urgency=low
* New upstream. * New upstream.
-- Simon Kelley <simon@thekelleys.org.uk> Tue, 28 May 2013 14:50:22 +0000 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 4 Aug 2013 14:53:22 +0000
dnsmasq (2.66-4) unstable; urgency=low
* Update resolvconf script. (closes: #716908)
-- Simon Kelley <simon@thekelleys.org.uk> Wed, 4 Aug 2013 14:48:21 +0000
dnsmasq (2.66-3) unstable; urgency=low dnsmasq (2.66-3) unstable; urgency=low
......
...@@ -46,7 +46,7 @@ if [ ! -d "$RUN_DIR" ] && ! mkdir --parents --mode=0755 "$RUN_DIR" ; then ...@@ -46,7 +46,7 @@ if [ ! -d "$RUN_DIR" ] && ! mkdir --parents --mode=0755 "$RUN_DIR" ; then
fi fi
RSLVCNFFILES="" RSLVCNFFILES=""
for F in $(/lib/resolvconf/list-records) ; do for F in $(/lib/resolvconf/list-records --after "$MY_RECORD_NAME") ; do
case "$F" in case "$F" in
"$MY_RECORD_NAME") "$MY_RECORD_NAME")
# Omit # Omit
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment