Compare commits

..

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

3 changed files with 15 additions and 37 deletions

View File

@ -1,16 +0,0 @@
description "Startup rpc daemon after network setup is ready"
author "Harald Kueller <harald.kueller@compuextreme.de>"
version 1.0
emits none special
start on ( runlevel [2345] and (stopped ifup))
stop on (runlevel [016] and (starting ifdown))
console none
exec /usr/sbin/portmap -f
respawn
post-start script
mount -a
end script

View File

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

View File

@ -42,8 +42,4 @@
#
#
if [ -d /var/install/sysvinit* ]; then
/etc/init.d/rpc start
else
start rpc
fi