Compare commits

..

No commits in common. "v963" and "v961" have entirely different histories.
v963 ... v961

4 changed files with 15 additions and 65 deletions

View File

@ -1,12 +0,0 @@
description "If configured, startup rpc.ypxfrd (slave yp server) prozess"
author "Harald Kueller <harald.kueller@compuextreme.de>"
version 1.0
emits none special
start on yppasswd
stop on stopping ypserv
console none
expect daemon
exec /usr/sbin/rpc.yppasswdd -D $PASSPATH

View File

@ -1,24 +0,0 @@
description "If configured, startup ypserver prozess"
author "Harald Kueller <harald.kueller@compuextreme.de>"
version 1.0
emits none special
start on ( runlevel [2345] and (started rpc))
stop on stopping rpc
console none
pre-start script
if [ -f /etc/sysconfig/nis/defaultdomain ]; then
domainname `cat /etc/sysconfig/nis/defaultdomain`
else
exit 10
fi
end script
expect daemon
exec /usr/sbin/ypserv
post-start script
initctl emit yppasswd PASSPATH=/etc/sysconfig/nis/`domainname`
end script

View File

@ -1,12 +0,0 @@
description "If configured, startup rpc.ypxfrd (slave yp server) prozess"
author "Harald Kueller <harald.kueller@compuextreme.de>"
version 1.0
emits none special
start on started ypserv
stop on stopping ypserv
console none
expect daemon
exec /usr/sbin/rpc.ypxfrd

View File

@ -19,7 +19,6 @@
# #
# #
if [ -d /var/install/sysvinit* ]; then
WDIR=`pwd` WDIR=`pwd`
mkdir etc/init.d/rc{0,1,2,3,4,5,6}.d mkdir etc/init.d/rc{0,1,2,3,4,5,6}.d
cd etc/init.d cd etc/init.d
@ -35,4 +34,3 @@ if [ -d /var/install/sysvinit* ]; then
cd .. cd ..
done done
cd $WDIR cd $WDIR
fi