diff options
author | sullrich <sullrich@pfsense.org> | 2009-12-06 20:24:36 -0500 |
---|---|---|
committer | sullrich <sullrich@pfsense.org> | 2009-12-06 20:24:36 -0500 |
commit | 1bf0cb2105cfa003f68c5676858e37e2e07dd92e (patch) | |
tree | cff07ab86d961641e904183f0cd8a793e09ec9be /etc/rc.parse-isc-dhcpd | |
parent | 8713bf55a8da0f5479b200f56fc5a9ddc7b82f30 (diff) | |
download | pfsense-1bf0cb2105cfa003f68c5676858e37e2e07dd92e.zip pfsense-1bf0cb2105cfa003f68c5676858e37e2e07dd92e.tar.gz |
Use tabs to push comment out
Diffstat (limited to 'etc/rc.parse-isc-dhcpd')
-rwxr-xr-x | etc/rc.parse-isc-dhcpd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.parse-isc-dhcpd b/etc/rc.parse-isc-dhcpd index 6757d92..cb63a16 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 |