ypclient.conf landet im ypbind archive

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_upstart@5530 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-04-20 15:17:52 +00:00
parent 109dae92db
commit db8956b99d

View File

@ -1,19 +0,0 @@
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
#exect daemon
#pid binary /usr/sbin/ypbind
console none
script
source /etc/init/functions
if [ -f /etc/sysconfig/nis/defaultdomain ]; then
domainname `cat /etc/sysconfig/nis/defaultdomain`
/usr/sbin/ypbind -debug
fi
end script