From 7ef55691a2b7f075a2dd7c1f5ab3539c1a89ed3e Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Mon, 8 Apr 2019 17:17:07 +0100 Subject: [PATCH] Replace ash shell with dash in contrib/reverse-dns. --- contrib/reverse-dns/README | 2 +- contrib/reverse-dns/reverse_replace.sh | 2 +- debian/changelog | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/contrib/reverse-dns/README b/contrib/reverse-dns/README index 9fd4efb..db9ca77 100644 --- a/contrib/reverse-dns/README +++ b/contrib/reverse-dns/README @@ -14,5 +14,5 @@ log-facility=/var/log/dnsmasq.log 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 --git a/contrib/reverse-dns/reverse_replace.sh b/contrib/reverse-dns/reverse_replace.sh index c6401fb..dfdc1bf 100644 --- a/contrib/reverse-dns/reverse_replace.sh +++ b/contrib/reverse-dns/reverse_replace.sh @@ -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 diff --git a/debian/changelog b/debian/changelog index 9887336..193ffeb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,9 @@ dnsmasq (2.81-1) unstable; urgency=low * Add Vcs-* fields to control. (closes: #922422) * Add systemd support for multiple daemon instances. (closes: #914305) * Add note explaining that ENABLED is SYSV-init only. (closes: #914755) - - -- Simon Kelley Fri, 1 Mar 2019 17:19:25 +0000 + * Replace ash with dash in contrib/reverse-dns. (closes: #920224) + + -- Simon Kelley Fri, 8 Apr 2019 17:14:15 +0000 dnsmasq (2.80-1) unstable; urgency=low