summaryrefslogtreecommitdiffstats
path: root/src/sbin/dhclient-script
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-12-10 18:48:11 -0200
committerRenato Botelho <renato@netgate.com>2015-12-10 19:04:35 -0200
commit69eefb500b9c821715b5d3189368b91cec5744d2 (patch)
treec6145a47e6e7e81cf06e5dfc61b9a389a620f80a /src/sbin/dhclient-script
parent7a012bff55a00f02c0aba3f246ad6bdd7f9a13f7 (diff)
downloadpfsense-69eefb500b9c821715b5d3189368b91cec5744d2.zip
pfsense-69eefb500b9c821715b5d3189368b91cec5744d2.tar.gz
Ticket #5624: Welcome dpinger!
Diffstat (limited to 'src/sbin/dhclient-script')
-rwxr-xr-xsrc/sbin/dhclient-script2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbin/dhclient-script b/src/sbin/dhclient-script
index d8199cb..0695eff 100755
--- a/src/sbin/dhclient-script
+++ b/src/sbin/dhclient-script
@@ -110,7 +110,7 @@ add_new_address() {
$LOGGER "New Routers ($interface): $new_routers"
- # This is necessary otherwise apinger will try to ping all 1s address
+ # This is necessary otherwise dpinger will try to ping all 1s address
if [ -n "$new_routers" ] && [ "$new_routers" != "255.255.255.255" ]; then
echo $new_routers > /tmp/${interface}_router
fi
OpenPOWER on IntegriCloud