Compare commits

...

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

2 changed files with 18 additions and 28 deletions

View File

@ -1,11 +0,0 @@
description "midentd startup"
author "Harald Kueller <harald.kueller@compuextreme.de>"
version 1.0
emits none special
start on (runlevel [2345] and (started dbus))
stop on runlevel [016]
console output
exec /usr/sbin/midentd -u nobody

View File

@ -29,7 +29,8 @@ plate,v $
#
#
if [ -f /var/install/sysvinit* ]; then
WDIR=`pwd`
cd etc/init.d
chmod 755 midentd
@ -45,4 +46,4 @@ if [ -f /var/install/sysvinit* ]; then
cd ..
done
cd $WDIR
fi
~