]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
openldap: Change upstart script for new shutdown process.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 2 Jan 2011 20:04:50 +0000 (21:04 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 2 Jan 2011 20:04:50 +0000 (21:04 +0100)
Reference #118

pkgs/core/openldap/openldap.init
pkgs/core/openldap/openldap.nm

index 5e23e8f52d427211f4a53c4c0fc3182922240fba..6091726f62f7269851ef063b8767359037264b34 100644 (file)
@@ -2,7 +2,8 @@ description             "Starts OpenLDAP slapd daemon"
 author                 "IPFire Team"
 
 start on started mountfs
-stop on starting shutdown
+stop on kill-all-network-services
+
 
 exec /usr/sbin/slapd
 expect fork
index 43413676ecbb8585fc38a1a3ce0ff397b707da4c..b6408f0e2c8c13724b13ec1039361092c70ede46 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = openldap
 PKG_VER        = 2.4.21
-PKG_REL        = 0
+PKG_REL        = 1
 
 PKG_MAINTAINER =
 PKG_GROUP      = System/Daemons