SOURCES: nginx-standard.logrotate (NEW), nginx-perl.logrotate (NEW...

sardzent sardzent at pld-linux.org
Thu Jan 3 19:13:06 CET 2008


Author: sardzent                     Date: Thu Jan  3 18:13:06 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- separated for every daemon version
- init

---- Files affected:
SOURCES:
   nginx-standard.logrotate (NONE -> 1.1)  (NEW), nginx-perl.logrotate (NONE -> 1.1)  (NEW), nginx-mail.logrotate (NONE -> 1.1)  (NEW), nginx-light.logrotate (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/nginx-standard.logrotate
diff -u /dev/null SOURCES/nginx-standard.logrotate:1.1
--- /dev/null	Thu Jan  3 19:13:06 2008
+++ SOURCES/nginx-standard.logrotate	Thu Jan  3 19:13:01 2008
@@ -0,0 +1,8 @@
+/var/log/nginx/*.log {
+	olddir /var/log/archive/nginx
+	create 644 nginx nginx
+	sharedscripts
+	postrotate
+		/sbin/service nginx-standard graceful > /dev/null
+	endscript
+}

================================================================
Index: SOURCES/nginx-perl.logrotate
diff -u /dev/null SOURCES/nginx-perl.logrotate:1.1
--- /dev/null	Thu Jan  3 19:13:06 2008
+++ SOURCES/nginx-perl.logrotate	Thu Jan  3 19:13:01 2008
@@ -0,0 +1,8 @@
+/var/log/nginx/*.log {
+	olddir /var/log/archive/nginx
+	create 644 nginx nginx
+	sharedscripts
+	postrotate
+		/sbin/service nginx-perl graceful > /dev/null
+	endscript
+}

================================================================
Index: SOURCES/nginx-mail.logrotate
diff -u /dev/null SOURCES/nginx-mail.logrotate:1.1
--- /dev/null	Thu Jan  3 19:13:07 2008
+++ SOURCES/nginx-mail.logrotate	Thu Jan  3 19:13:01 2008
@@ -0,0 +1,8 @@
+/var/log/nginx/*.log {
+	olddir /var/log/archive/nginx
+	create 644 nginx nginx
+	sharedscripts
+	postrotate
+		/sbin/service nginx-mail graceful > /dev/null
+	endscript
+}

================================================================
Index: SOURCES/nginx-light.logrotate
diff -u /dev/null SOURCES/nginx-light.logrotate:1.1
--- /dev/null	Thu Jan  3 19:13:07 2008
+++ SOURCES/nginx-light.logrotate	Thu Jan  3 19:13:01 2008
@@ -0,0 +1,8 @@
+/var/log/nginx/*.log {
+	olddir /var/log/archive/nginx
+	create 644 nginx nginx
+	sharedscripts
+	postrotate
+		/sbin/service nginx-light graceful > /dev/null
+	endscript
+}
================================================================


More information about the pld-cvs-commit mailing list