SPECS: apache-mod_whatkilledus.spec, apache-mod_backtrace.spec - create fil...
arekm
arekm at pld-linux.org
Sat Jun 14 20:22:50 CEST 2008
Author: arekm Date: Sat Jun 14 18:22:50 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- create file in post
---- Files affected:
SPECS:
apache-mod_whatkilledus.spec (1.9 -> 1.10) , apache-mod_backtrace.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/apache-mod_whatkilledus.spec
diff -u SPECS/apache-mod_whatkilledus.spec:1.9 SPECS/apache-mod_whatkilledus.spec:1.10
--- SPECS/apache-mod_whatkilledus.spec:1.9 Sat Jun 14 20:08:37 2008
+++ SPECS/apache-mod_whatkilledus.spec Sat Jun 14 20:22:45 2008
@@ -54,6 +54,7 @@
%post
%service -q httpd restart
+touch /var/log/httpd/whatkilledus_log && chown root:http /var/log/httpd/whatkilledus_log && chmod 620 /var/log/httpd/whatkilledus_log
%postun
if [ "$1" = "0" ]; then
@@ -73,6 +74,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2008-06-14 18:22:45 arekm
+- create file in post
+
Revision 1.9 2008-06-14 18:08:37 arekm
- more
================================================================
Index: SPECS/apache-mod_backtrace.spec
diff -u SPECS/apache-mod_backtrace.spec:1.1 SPECS/apache-mod_backtrace.spec:1.2
--- SPECS/apache-mod_backtrace.spec:1.1 Sat Jun 14 20:20:21 2008
+++ SPECS/apache-mod_backtrace.spec Sat Jun 14 20:22:45 2008
@@ -48,6 +48,7 @@
%post
%service -q httpd restart
+touch /var/log/httpd/backtrace_log && chown root:http /var/log/httpd/backtrace_log && chmod 620 /var/log/httpd/backtrace_log
%postun
if [ "$1" = "0" ]; then
@@ -67,6 +68,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2008-06-14 18:22:45 arekm
+- create file in post
+
Revision 1.1 2008-06-14 18:20:21 arekm
- initial
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache-mod_whatkilledus.spec?r1=1.9&r2=1.10&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache-mod_backtrace.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list