summaryrefslogtreecommitdiffstats
path: root/etc/rc.parse-isc-dhcpd
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-12-06 20:24:36 -0500
committersullrich <sullrich@pfsense.org>2009-12-06 20:24:36 -0500
commit1bf0cb2105cfa003f68c5676858e37e2e07dd92e (patch)
treecff07ab86d961641e904183f0cd8a793e09ec9be /etc/rc.parse-isc-dhcpd
parent8713bf55a8da0f5479b200f56fc5a9ddc7b82f30 (diff)
downloadpfsense-1bf0cb2105cfa003f68c5676858e37e2e07dd92e.zip
pfsense-1bf0cb2105cfa003f68c5676858e37e2e07dd92e.tar.gz
Use tabs to push comment out
Diffstat (limited to 'etc/rc.parse-isc-dhcpd')
-rwxr-xr-xetc/rc.parse-isc-dhcpd2
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
OpenPOWER on IntegriCloud