SPECS: adapter.awk - /etc/... .d doesn't usually require %config

glen glen at pld-linux.org
Tue Dec 13 12:28:37 CET 2005


Author: glen                         Date: Tue Dec 13 11:28:37 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- /etc/... .d doesn't usually require %config

---- Files affected:
SPECS:
   adapter.awk (1.231 -> 1.232) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.231 SPECS/adapter.awk:1.232
--- SPECS/adapter.awk:1.231	Mon Dec 12 17:23:55 2005
+++ SPECS/adapter.awk	Tue Dec 13 12:28:32 2005
@@ -1041,7 +1041,7 @@
 	# /etc/sysconfig files
 	# %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/*
 	# attr not required, allow default 644 attr
-	if (!/network-scripts/ && !/%dir/ && !/functions/ && !/\/etc\/sysconfig\/wmstyle/) {
+	if (!/network-scripts/ && !/%dir/ && !/\.d$/ && !/functions/ && !/\/etc\/sysconfig\/wmstyle/) {
 		if (/\/etc\/sysconfig\// && /%config/ && !/%config\(noreplace\)/) {
 			gsub("%config", "%config(noreplace)")
 		}
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/adapter.awk?r1=1.231&r2=1.232&f=u




More information about the pld-cvs-commit mailing list