Package: dnsmasq
Version: 2.80-1
Severity: wishlist
Tags: patch

Dear maintainer,

One example in contrib directory uses the ash shell, which was
superseeded in debian with the dash shell.

Regards,
Juan Picca
diff -urN dnsmasq-2.80.orig/contrib/reverse-dns/README 
dnsmasq-2.80/contrib/reverse-dns/README
--- dnsmasq-2.80.orig/contrib/reverse-dns/README        2018-09-17 
20:11:25.000000000 -0300
+++ dnsmasq-2.80/contrib/reverse-dns/README     2019-01-22 17:51:20.154630335 
-0300
@@ -14,5 +14,5 @@
 
 in the dnsmasq configuration.
 
-The script runs on debian (with ash installed) and on busybox.
+The script runs on debian (with dash installed) and on busybox.
 
diff -urN dnsmasq-2.80.orig/contrib/reverse-dns/reverse_replace.sh 
dnsmasq-2.80/contrib/reverse-dns/reverse_replace.sh
--- dnsmasq-2.80.orig/contrib/reverse-dns/reverse_replace.sh    2018-09-17 
20:11:25.000000000 -0300
+++ dnsmasq-2.80/contrib/reverse-dns/reverse_replace.sh 2019-01-22 
17:51:28.178673463 -0300
@@ -1,4 +1,4 @@
-#!/bin/ash
+#!/bin/dash
 # $Id: reverse_replace.sh 18 2015-03-01 16:12:35Z jo $
 #
 # Usage e.g.: netstat -n -4 | reverse_replace.sh 

Reply via email to