[Lunar-commits] r16979 - moonbase/trunk/net/yp-tools
Florin Braescu
florin at lunar-linux.org
Mon Oct 17 20:23:05 UTC 2005
Author: florin
Date: 2005-10-17 20:23:05 +0000 (Mon, 17 Oct 2005)
New Revision: 16979
Modified:
moonbase/trunk/net/yp-tools/BUILD
moonbase/trunk/net/yp-tools/DETAILS
Log:
use sha1 instead of md5 sum.
Modified: moonbase/trunk/net/yp-tools/BUILD
===================================================================
--- moonbase/trunk/net/yp-tools/BUILD 2005-10-17 20:22:16 UTC (rev 16978)
+++ moonbase/trunk/net/yp-tools/BUILD 2005-10-17 20:23:05 UTC (rev 16979)
@@ -1,2 +1,6 @@
-OPTS=$OPTS" --disable-domainname"
-default_build
+(
+
+ OPTS=$OPTS" --disable-domainname"
+ default_build
+
+) > $C_FIFO 2>&1
Modified: moonbase/trunk/net/yp-tools/DETAILS
===================================================================
--- moonbase/trunk/net/yp-tools/DETAILS 2005-10-17 20:22:16 UTC (rev 16978)
+++ moonbase/trunk/net/yp-tools/DETAILS 2005-10-17 20:23:05 UTC (rev 16979)
@@ -3,15 +3,16 @@
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL[0]=$KERNEL_URL/pub/linux/utils/net/NIS/
SOURCE_URL[1]=ftp://ftp.kernel.org/pub/linux/utils/net/NIS/
- WEB_SITE=http://www.linux-nis.org/nis/yp-tools/index.html
- SOURCE_VFY=md5:19de06a04129ec26773f9198e086fcd4
+ SOURCE_VFY=sha1:a4af070fb2d6441a32097d5f60bbc57878b9fe2c
+ WEB_SITE=http://www.linux-nis.org/nis/yp-tools/index.html
ENTERED=20010922
UPDATED=20040624
SHORT="yp-tools is an implementation of the NIS client tools for Linux"
cat << EOF
-yp-tools is an implementation of the NIS client tools for Linux and should work
-with every Linux C Library. This implementation only provides NIS client tools.
-You must already have a ypbind daemon running on the same host, and a NIS
-server running somewhere in the net.
+yp-tools is an implementation of the NIS client tools for Linux and
+should work with every Linux C Library. This implementation only
+provides NIS client tools.
+You must already have a ypbind daemon running on the same host, and a
+NIS server running somewhere in the net.
EOF
More information about the Lunar-commits
mailing list