SPECS: webalizer.spec - adapterized

glen glen at pld-linux.org
Sat Jul 30 14:35:01 CEST 2005


Author: glen                         Date: Sat Jul 30 12:35:01 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- adapterized

---- Files affected:
SPECS:
   webalizer.spec (1.74 -> 1.75) 

---- Diffs:

================================================================
Index: SPECS/webalizer.spec
diff -u SPECS/webalizer.spec:1.74 SPECS/webalizer.spec:1.75
--- SPECS/webalizer.spec:1.74	Sat Jul 30 12:01:33 2005
+++ SPECS/webalizer.spec	Sat Jul 30 14:34:55 2005
@@ -136,9 +136,9 @@
 
 %triggerpostun -- webalizer < 2.01_10-14
 echo "Upgrading from webalizer < 2.01_10-14"
-chgrp stats /etc/webalizer/*
-chmod g+r /etc/webalizer/*
-for dir in `grep ^OutputDir /etc/webalizer/*.conf | awk '{ print $2; };'`; do
+chgrp stats %{_sysconfdir}/webalizer/*
+chmod g+r %{_sysconfdir}/webalizer/*
+for dir in `grep ^OutputDir %{_sysconfdir}/webalizer/*.conf | awk '{ print $2; };'`; do
 	if [ -d $dir ]; then
 		chown -R stats $dir
 	else
@@ -149,9 +149,9 @@
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc CHANGES *README* country-codes.txt
-%config(noreplace) %verify(not size md5 mtime) %{_sysconfdir}/webalizer.conf
-%attr(640,root,root) %config(noreplace) %verify(not size md5 mtime)%{_sysconfdir}/cron.d/webalizer
-%config(noreplace) %verify(not size md5 mtime) %{_sysconfdir}/sysconfig/webalizer
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/webalizer.conf
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/webalizer
+%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/webalizer
 %attr(2755,root,stats) %dir %{_sysconfdir}/%{name}
 %attr(755,root,root) %{_bindir}/webalizer*
 %{_mandir}/man1/*
@@ -163,6 +163,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.75  2005/07/30 12:34:55  glen
+- adapterized
+
 Revision 1.74  2005/07/30 10:01:33  arekm
 - fix cron perm
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/webalizer.spec?r1=1.74&r2=1.75&f=u




More information about the pld-cvs-commit mailing list