SVN: rc-scripts/trunk/sysconfig/network-scripts/ifup

glen glen at pld-linux.org
Wed Sep 26 14:17:32 CEST 2007


Author: glen
Date: Wed Sep 26 14:17:32 2007
New Revision: 8753

Modified:
   rc-scripts/trunk/sysconfig/network-scripts/ifup
Log:
- typo in arping line

Modified: rc-scripts/trunk/sysconfig/network-scripts/ifup
==============================================================================
--- rc-scripts/trunk/sysconfig/network-scripts/ifup	(original)
+++ rc-scripts/trunk/sysconfig/network-scripts/ifup	Wed Sep 26 14:17:32 2007
@@ -184,7 +184,7 @@
 		ip addr add ${IP6ADDR} dev ${DEVICE} ${IP6ADDROPT}
 	fi
 
-	if is_yes "$IPV4_NETWORKING" && [ -n "${IP4ADDR}" -a -x /sbin/arping]; then
+	if is_yes "$IPV4_NETWORKING" && [ -n "${IP4ADDR}" -a -x /sbin/arping ]; then
 		# update ARP cache of neighboring computers
 		/sbin/arping -q -A -c 1 -I ${DEVICE} ${IP4ADDR}
 		( sleep 2; /sbin/arping -q -U -c 1 -I ${DEVICE} ${IP4ADDR} ) > /dev/null 2>&1 < /dev/null &


More information about the pld-cvs-commit mailing list