From 1bf0cb2105cfa003f68c5676858e37e2e07dd92e Mon Sep 17 00:00:00 2001 From: sullrich Date: Sun, 6 Dec 2009 20:24:36 -0500 Subject: [PATCH] Use tabs to push comment out --- etc/rc.parse-isc-dhcpd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.parse-isc-dhcpd b/etc/rc.parse-isc-dhcpd index 6757d921a1..cb63a16d70 100755 --- a/etc/rc.parse-isc-dhcpd +++ b/etc/rc.parse-isc-dhcpd @@ -9,7 +9,7 @@ update_hosts_file() { # $2 = ip cat /etc/hosts | grep -v "$1" > /tmp/hosts.tmp if [ "$3" != "" ]; then - echo "$2 $1 # dynamic entry created by rc.parse-isc-dhcpd" >> /tmp/hosts.tmp + echo "$2 $1 # dynamic entry created by rc.parse-isc-dhcpd" >> /tmp/hosts.tmp fi mv /tmp/hosts.tmp /etc/hosts killall -HUP dnsmasq