mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
Debian package change: update resolvconf script.
This commit is contained in:
2
debian/resolvconf
vendored
2
debian/resolvconf
vendored
@@ -46,7 +46,7 @@ if [ ! -d "$RUN_DIR" ] && ! mkdir --parents --mode=0755 "$RUN_DIR" ; then
|
||||
fi
|
||||
|
||||
RSLVCNFFILES=""
|
||||
for F in $(/lib/resolvconf/list-records) ; do
|
||||
for F in $(/lib/resolvconf/list-records --after "$MY_RECORD_NAME") ; do
|
||||
case "$F" in
|
||||
"$MY_RECORD_NAME")
|
||||
# Omit
|
||||
|
||||
Reference in New Issue
Block a user