Viitor_ypbind/etc/init/ypclient.conf
kueller 7fa76a7a6b nun haben wir wieder eine funktionierene ypbind startup implementierung, die auch broadcasts unterstÃŒtzt
git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_ypbind@5814 504e572c-2e33-0410-9681-be2bf7408885
2010-08-29 15:21:22 +00:00

24 lines
489 B
Plaintext

description "If configured, startup ypbind 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 [ ! -d /etc/sysconfig/nis ]; then
mkdir /etc/sysconfig/nis
fi
if [ -f /etc/sysconfig/nis/defaultdomain ]; then
domainname `cat /etc/sysconfig/nis/defaultdomain`
else
exit 10
fi
end script
expect daemon
exec /usr/sbin/start_ypbind