Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv31963/scripts
Modified Files:
ypbind-mt
Log Message:
NIS bug fixes, and setting of the NIS domainname at boot and in setup.
Index: ypbind-mt
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/ypbind-mt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ypbind-mt 10 Oct 2003 01:32:55 -0000 1.1
+++ ypbind-mt 10 Oct 2003 14:28:50 -0000 1.2
@@ -37,6 +37,9 @@
echo "# Start $MYNAME?" >> $CONFIGFILE
echo "START_$MYNAME=no" >> $CONFIGFILE
echo >> $CONFIGFILE || exit 1
+ echo "# NIS domain name" >> $CONFIGFILE
+ echo "YPDOMAINNAME=" >> $CONFIGFILE
+ echo >> $CONFIGFILE || exit 1
echo "HELP_$MYNAME=\"$MYNAME is the NIS client\"" >> $SOFTWAREHELP
fi
|