[Lunar-commits] CVS: moonbase/net/ypbind-mt BUILD, 1.1.1.1, 1.2 DETAILS, 1.2, 1.3

Auke Kok sofar at lunar-linux.org
Wed May 12 14:39:08 GMT 2004


Update of /var/cvs/lunar/moonbase/net/ypbind-mt
In directory dbguin.lunar-linux.org:/tmp/cvs-serv22833

Modified Files:
	BUILD DETAILS 
Log Message:
I had already moved it in the init.d script (eek)... now it installs into /sbin. nice.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/ypbind-mt/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD	21 Aug 2002 00:55:21 -0000	1.1.1.1
+++ BUILD	12 May 2004 14:39:06 -0000	1.2
@@ -1,21 +1,19 @@
 (
 
- ./configure  --prefix=/usr            \
-              --mandir=/usr/share/man  \
-              $OPTS                    &&
+  ./configure  --prefix=/usr            \
+               --sbindir=/sbin          \
+               --mandir=/usr/share/man  \
+               $OPTS                    &&
   make                       &&
   prepare_install            &&
   make    install
 
-) > $C_FIFO 2>&1  &&  (
-
-if [ -e "/etc/init.d/ypbind.sh" ]; then
-  rm -f /etc/init.d/ypbind.sh
-  rm -f /etc/rc?.d/???ypbind.sh
-fi
-
-if ! [ -e /etc/yp.conf ]; then
-   cp etc/yp.conf /etc/yp.conf 
-fi
+  if [ -e "/etc/init.d/ypbind.sh" ]; then
+    rm -f /etc/init.d/ypbind.sh
+    rm -f /etc/rc?.d/???ypbind.sh
+  fi
+  if ! [ -e /etc/yp.conf ]; then
+    cp etc/yp.conf /etc/yp.conf 
+  fi
 
-)
+) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/ypbind-mt/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS	1 May 2004 11:47:55 -0000	1.2
+++ DETAILS	12 May 2004 14:39:06 -0000	1.3
@@ -1,20 +1,18 @@
           MODULE=ypbind-mt
          VERSION=1.17.3
-#         VERSION=1.12
           SOURCE=$MODULE-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=$KERNEL_URL/pub/linux/utils/net/NIS/$SOURCE
    SOURCE_URL[1]=ftp://ftp.kernel.org/pub/linux/utils/net/NIS/$SOURCE
-     WEB_SITE=http://www.linux-nis.org/nis/ypbind-mt/index.html
-       SOURCE_VFY=md5:c20c706cfdd6ceac9938c138d3d61fa7
+      SOURCE_VFY=md5:c20c706cfdd6ceac9938c138d3d61fa7
+        WEB_SITE=http://www.linux-nis.org/nis/ypbind-mt/index.html
          ENTERED=20010922
          UPDATED=20040501
-            SHORT="ypbind-mt is a multi-threaded implementation of a NIS binding daemon."
-
+            SHORT="A multi-threaded implementation of a NIS binding daemon."
 cat << EOF
-ypbind-mt is a multi-threaded implementation of a NIS binding daemon. 
-ypbind-mt compiles and works on Linux with glibx 2.x (libc6). It should work on 
-every System with POSIX threads and glibc 2.x. It works under Linux with libc5 
-and linuxthreads 0.7.1, but this C library isn't really thread safe and 
-shouldn't be used with threads.
+ypbind-mt is a multi-threaded implementation of a NIS binding daemon.
+ypbind-mt compiles and works on Linux with glibx 2.x (libc6). It should
+work on every System with POSIX threads and glibc 2.x. It works under
+Linux with libc5 and linuxthreads 0.7.1, but this C library isn't
+really thread safe and shouldn't be used with threads.
 EOF



More information about the Lunar-commits mailing list