Compare commits

..

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

2 changed files with 15 additions and 28 deletions

View File

@ -1,11 +0,0 @@
description "Startup xinet daemon after rpc"
author "Harald Kueller <harald.kueller@compuextreme.de>"
version 1.0
emits none special
start on (runlevel [2345] and (started rpc))
stop on (runlevel [016] and (stopping rpc))
console none
exec /usr/sbin/xinetd -filelog /var/log/xinetd.log -dontfork

View File

@ -30,7 +30,6 @@
#
#
if [ -d /var/install/sysvinit* ]; then
WDIR=`pwd`
cd etc/init.d
chmod 755 xinetd
@ -46,5 +45,4 @@ if [ -d /var/install/sysvinit* ]; then
cd ..
done
cd $WDIR
fi
~