SPECS: openldap.spec - typos and corrections

glen glen at pld-linux.org
Mon Feb 6 17:10:12 CET 2006


Author: glen                         Date: Mon Feb  6 16:10:12 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- typos and corrections

---- Files affected:
SPECS:
   openldap.spec (1.224 -> 1.225) 

---- Diffs:

================================================================
Index: SPECS/openldap.spec
diff -u SPECS/openldap.spec:1.224 SPECS/openldap.spec:1.225
--- SPECS/openldap.spec:1.224	Mon Feb  6 16:35:00 2006
+++ SPECS/openldap.spec	Mon Feb  6 17:10:06 2006
@@ -799,16 +799,18 @@
 fi
 
 %define	ldap_module_add() \
-%{__sed} -i -e 's/^#[[:blank:]]*moduleload[[:blank:]]\+%1[[:blank:]]*$/moduleload	%1/' %{_sysconfdir}/openldap/slapd.conf \
+%{__sed} -i -e 's/^#[[:blank:]]*moduleload[[:blank:]]\\+%1[[:blank:]]*$/moduleload	%1/' %{_sysconfdir}/openldap/slapd.conf \
 if [ -f /var/lock/subsys/ldap ]; then \
 	/etc/rc.d/init.d/ldap restart >&2 \
-fi
+fi \
+%{nil}
 
 %define	ldap_module_remove() \
-%{__sed} -i -e 's/^[[:blank:]]*moduleload[[:blank:]]\+%1[[:blank:]]*$/# moduleload   %1/' %{_sysconfdir}/openldap/slapd.conf \
+%{__sed} -i -e 's/^[[:blank:]]*moduleload[[:blank:]]\\+%1[[:blank:]]*$/# moduleload   %1/' %{_sysconfdir}/openldap/slapd.conf \
 if [ -f /var/lock/subsys/ldap ]; then \
 	/etc/rc.d/init.d/ldap restart >&2 \
-fi
+fi \
+%{nil}
 
 %post backend-bdb
 %ldap_module_add back_bdb.la
@@ -902,7 +904,7 @@
 
 %if %{with odbc}
 %post backend-sql
-%ldap_module_add back_sql.la/
+%ldap_module_add back_sql.la
 
 %preun backend-sql
 if [ "$1" = 0 ]; then
@@ -1239,6 +1241,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.225  2006/02/06 16:10:06  glen
+- typos and corrections
+
 Revision 1.224  2006/02/06 15:35:00  glen
 - use macros to minimize typos
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/openldap.spec?r1=1.224&r2=1.225&f=u



More information about the pld-cvs-commit mailing list