[packages] openldap: remove dependency on db74 (#6476)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@19122 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow
2010-01-13 20:31:43 +00:00
parent 2e6c50cc11
commit b932f90f9d
2 changed files with 7 additions and 4 deletions

View File

@ -5,7 +5,6 @@ START=60
start() {
mkdir -p /var/run/openldap
mkdir -p /var/lib/ldap
/usr/sbin/slapd
}