|
From: Heiko Z. <smi...@us...> - 2016-05-14 14:18:31
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30986 Modified Files: iputils Log Message: only provide the ping back for "ping -l" support Index: iputils =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/iputils,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- iputils 14 May 2016 13:38:04 -0000 1.18 +++ iputils 14 May 2016 14:18:29 -0000 1.19 @@ -20,9 +20,7 @@ ;; install ) - cp -av traceroute6 $CDDIR/usr/sbin || exit 1 cp -av ping $CDDIR/bin || exit 1 - cp -av ping6 $CDDIR/bin || exit 1 ;; * ) |