Compare commits

...

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

2 changed files with 15 additions and 33 deletions

View File

@ -1,16 +0,0 @@
description "Startup ldap daemon"
author "Harald Kueller <harald.kueller@compuextreme.de>"
version 1.0
emits none special
start on (runlevel [2345] and (started rpc))
stop on runlevel [016]
console output
script
source /etc/init/functions
if [ -f /etc/openldap/slapd.conf ]; then
/usr/sbin/slapd -f /etc/openldap/slapd.conf -d 0
fi
end script

View File

@ -5,7 +5,6 @@
#$Revision$
#
if [ -d /var/install/sysvinit* ]; then
WDIR=`pwd`
cd etc/init.d
chmod 755 openldap
@ -21,4 +20,3 @@ if [ -d /var/install/sysvinit* ]; then
cd ..
done
cd $WDIR
fi