[MBT] new ticket for pkg ypserv "ypinit -m does not work"

bugs at pld.org.pl bugs at pld.org.pl
Sat Oct 26 16:33:05 CEST 2002


Date: 2002-10-26 16:33:05+02	Author:  (kreutzm) <kreutzm at itp.uni-hannover.de> 
Title:         ypinit -m does not work
Ticket ID:     #406
Ticket URL:    http://bugs.pld.org.pl/?bug=406
Package:       ypserv-1.3.12-4
Distribution:  PLD-Ra.main
Category:      doesn't work as it should
Current state: opened
Text:

The script as supplied does not work. It has to be changed in the following way:

--- ypinit.pld  Fri Jun 29 10:01:27 2001
+++ ypinit      Sat Oct 26 16:18:04 2002
@@ -21,8 +21,8 @@
     echo "The host specified should be a running master NIS server, not this machine."
     exit 1
   fi
-#  maps=`ypwhich -m | egrep $MASTER$| awk '{ printf("%s ",) }' -`
-  maps=`$YPBINDIR/yphelper --maps $MASTER`
+  maps=`ypwhich -m | egrep $MASTER| awk '{ printf("%s ",) }' -`
+# maps=`$YPBINDIR/yphelper --maps $MASTER`
 
   if [ -z "$maps" ]
   then




More information about the pld-bugs mailing list