From: <bl...@us...> - 2003-10-10 14:28:55
|
Update of /cvsroot/devil-linux/build/config/etc/init.d In directory sc8-pr-cvs1:/tmp/cvs-serv31963/config/etc/init.d Modified Files: network Log Message: NIS bug fixes, and setting of the NIS domainname at boot and in setup. Index: network =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/init.d/network,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- network 18 Sep 2003 18:14:29 -0000 1.21 +++ network 10 Oct 2003 14:28:50 -0000 1.22 @@ -351,6 +351,9 @@ echo "0" > /proc/sys/net/ipv4/tcp_ecn print_status success fi + + # set NIS (YP) domain name + test -n "$YPDOMAINNAME" && ypdomainname "$YPDOMAINNAME" ;; stop) |