SPECS: rc-scripts.spec - merge msg cache spec changes from AC-branch

glen glen at pld-linux.org
Wed Sep 27 01:50:37 CEST 2006


Author: glen                         Date: Tue Sep 26 23:50:37 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- merge msg cache spec changes from AC-branch

---- Files affected:
SPECS:
   rc-scripts.spec (1.238 -> 1.239) 

---- Diffs:

================================================================
Index: SPECS/rc-scripts.spec
diff -u SPECS/rc-scripts.spec:1.238 SPECS/rc-scripts.spec:1.239
--- SPECS/rc-scripts.spec:1.238	Sun Sep 24 11:34:59 2006
+++ SPECS/rc-scripts.spec	Wed Sep 27 01:50:31 2006
@@ -149,6 +149,7 @@
 	ln -s ../init.d/network $RPM_BUILD_ROOT/etc/rc.d/rc$i.d/K90network
 	ln -s ../init.d/allowlogin $RPM_BUILD_ROOT/etc/rc.d/rc$i.d/K01allowlogin
 	ln -s ../init.d/sys-chroots $RPM_BUILD_ROOT/etc/rc.d/rc$i.d/K01sys-chroots
+	ln -s ../init.d/local $RPM_BUILD_ROOT/etc/rc.d/rc$i.d/K01local
 done
 
 > $RPM_BUILD_ROOT/var/log/dmesg
@@ -159,6 +160,9 @@
 # in static-routes can be also rules:
 ln -s static-routes $RPM_BUILD_ROOT/etc/sysconfig/static-rules
 
+# msg cache
+touch $RPM_BUILD_ROOT/etc/rc.d/.rc-scripts.cache
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -171,9 +175,11 @@
 	mv -f /etc/inittab.rpmsave /etc/inittab
 fi
 touch /var/log/dmesg
-chmod 000 /var/log/dmesg
 chown root:root /var/log/dmesg
 chmod 640 /var/log/dmesg
+touch /etc/rc.d/.rc-scripts.cache
+chmod 644 /etc/rc.d/.rc-scripts.cache
+chown root:root /etc/rc.d/.rc-scripts.cache
 
 # move network interfaces description files to new location
 %triggerpostun -- initscripts
@@ -211,10 +217,10 @@
 %attr(754,root,root) /etc/rc.d/rc.init
 %attr(754,root,root) /etc/rc.d/rc.sysinit
 %attr(754,root,root) /etc/rc.d/rc.shutdown
-
 %attr(754,root,root) /etc/rc.d/rc?.d/K??allowlogin
 %attr(754,root,root) /etc/rc.d/rc?.d/K??cpusets
 %attr(754,root,root) /etc/rc.d/rc?.d/K??killall
+%attr(754,root,root) /etc/rc.d/rc?.d/K??local
 %attr(754,root,root) /etc/rc.d/rc?.d/K??network
 %attr(754,root,root) /etc/rc.d/rc?.d/K??random
 %attr(754,root,root) /etc/rc.d/rc?.d/K??single
@@ -229,6 +235,8 @@
 %attr(754,root,root) /etc/rc.d/rc?.d/S??sys-chroots
 %attr(754,root,root) /etc/rc.d/rc?.d/S??timezone
 
+%ghost /etc/rc.d/.rc-scripts.cache
+
 %attr(755,root,root) /etc/profile.d/lang.*sh
 
 %attr(755,root,root) %{_bindir}/doexec
@@ -310,6 +318,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.239  2006/09/26 23:50:31  glen
+- merge msg cache spec changes from AC-branch
+
 Revision 1.238  2006/09/24 09:34:59  arekm
 - up to 0.4.1.0 (beta)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/rc-scripts.spec?r1=1.238&r2=1.239&f=u



More information about the pld-cvs-commit mailing list