[Pkg-openldap-devel] r714 - openldap/trunk-2.3/debian

Matthijs Mohlmann active2-guest at costa.debian.org
Thu Aug 10 20:24:31 UTC 2006


Author: active2-guest
Date: 2006-08-10 20:24:30 +0000 (Thu, 10 Aug 2006)
New Revision: 714

Modified:
   openldap/trunk-2.3/debian/slapd.scripts-common
Log:
 * Copy paste fault, slapd.args -> slapd.pid


Modified: openldap/trunk-2.3/debian/slapd.scripts-common
===================================================================
--- openldap/trunk-2.3/debian/slapd.scripts-common	2006-08-06 12:59:46 UTC (rev 713)
+++ openldap/trunk-2.3/debian/slapd.scripts-common	2006-08-10 20:24:30 UTC (rev 714)
@@ -772,7 +772,7 @@
 # }}}
 update_path_argsfile_pidfile() {	# {{{
 	write_slapd_conf "$SLAPD_CONF" 's|^(argsfile\s+).*|$1/var/run/slapd/slapd.args|'
-	write_slapd_conf "$SLAPD_CONF" 's|^(pidfile\s+).*|$1/var/run/slapd/slapd.args|'
+	write_slapd_conf "$SLAPD_CONF" 's|^(pidfile\s+).*|$1/var/run/slapd/slapd.pid|'
 }
 # }}}
 configure_v2_protocol_support() {					# {{{




More information about the Pkg-openldap-devel mailing list