SPECS: PolicyKit.spec - typo

patrys patrys at pld-linux.org
Tue Dec 5 22:29:21 CET 2006


Author: patrys                       Date: Tue Dec  5 21:29:21 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- typo

---- Files affected:
SPECS:
   PolicyKit.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/PolicyKit.spec
diff -u SPECS/PolicyKit.spec:1.3 SPECS/PolicyKit.spec:1.4
--- SPECS/PolicyKit.spec:1.3	Tue Dec  5 22:25:33 2006
+++ SPECS/PolicyKit.spec	Tue Dec  5 22:29:16 2006
@@ -76,18 +76,17 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-/sbin/chkconfig --add PolicyKit
-%service PolicyKit restart
-
 %preun
 if [ "$1" = "0" ]; then
 	%service -q PolicyKit stop
 	/sbin/chkconfig --del PolicyKit
 fi
 
-%
-%post	-p /sbin/ldconfig
+%post
+/sbin/ldconfig
+/sbin/chkconfig --add PolicyKit
+%service PolicyKit restart
+
 %postun	-p /sbin/ldconfig
 
 %files
@@ -121,6 +120,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2006/12/05 21:29:16  patrys
+- typo
+
 Revision 1.3  2006/12/05 21:25:33  patrys
 - added init
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/PolicyKit.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list