SPECS: initng.spec - post(un) /sbin/ldconfig

wolf wolf at pld-linux.org
Tue Aug 2 23:26:51 CEST 2005


Author: wolf                         Date: Tue Aug  2 21:26:51 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- post(un) /sbin/ldconfig

---- Files affected:
SPECS:
   initng.spec (1.17 -> 1.18) 

---- Diffs:

================================================================
Index: SPECS/initng.spec
diff -u SPECS/initng.spec:1.17 SPECS/initng.spec:1.18
--- SPECS/initng.spec:1.17	Fri Jul 29 21:40:26 2005
+++ SPECS/initng.spec	Tue Aug  2 23:26:46 2005
@@ -94,11 +94,14 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
+/sbin/ldconfig
 if [ "$1" = 1 ]; then
 	echo >&2 "Remember to add init=%{_sbindir}/initng in your grub or lilo config to use initng"
 	echo >&2 "Happy testing."
 fi
 
+%postun	-p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %doc README AUTHORS ChangeLog NEWS TEMPLATE_HEADER TODO CODING_STANDARDS
@@ -166,6 +169,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.18  2005/08/02 21:26:46  wolf
+- post(un) /sbin/ldconfig
+
 Revision 1.17  2005/07/29 19:40:26  glen
 - missing plugin dir
 - amd fixes no longer needed
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/initng.spec?r1=1.17&r2=1.18&f=u




More information about the pld-cvs-commit mailing list