From 69eefb500b9c821715b5d3189368b91cec5744d2 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Thu, 10 Dec 2015 18:48:11 -0200 Subject: Ticket #5624: Welcome dpinger! --- src/sbin/dhclient-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sbin') 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 -- cgit v1.1