diff --git a/etc/init/ypclient.conf b/etc/init/ypclient.conf deleted file mode 100644 index 211e73e..0000000 --- a/etc/init/ypclient.conf +++ /dev/null @@ -1,19 +0,0 @@ -description "If configured, startup ypbind prozess" -author "Harald Kueller " -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