[Lunar-commits] r16324 - moonbase/trunk/net/iputils
Auke Kok
sofar at lunar-linux.org
Fri Sep 2 22:22:45 UTC 2005
Author: sofar
Date: 2005-09-02 22:22:44 +0000 (Fri, 02 Sep 2005)
New Revision: 16324
Modified:
moonbase/trunk/net/iputils/BUILD
Log:
FIxes ping problem.
Modified: moonbase/trunk/net/iputils/BUILD
===================================================================
--- moonbase/trunk/net/iputils/BUILD 2005-09-02 21:26:42 UTC (rev 16323)
+++ moonbase/trunk/net/iputils/BUILD 2005-09-02 22:22:44 UTC (rev 16324)
@@ -8,9 +8,9 @@
install -c clockdiff /sbin &&
install -c arping /sbin &&
- install -c ping /bin &&
+ install -c ping -m 4711 /bin &&
install -c ifenslave /sbin &&
- install -c ping6 /bin &&
+ install -c ping6 -m 4711 /bin &&
install -c rdisc /sbin &&
install -c tracepath /bin &&
install -c tracepath6 /bin &&
More information about the Lunar-commits
mailing list