You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2014/09/28 11:40:20 UTC

[20/50] [abbrv] git commit: updated refs/heads/statscollector-graphite to 621156c

CLOUDSTACK-7631: Log rotate on VR may fail as /etc/init.d/rsyslog does not anymore support reload option on debian wheezy


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3a8c4508
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3a8c4508
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3a8c4508

Branch: refs/heads/statscollector-graphite
Commit: 3a8c450890299ba02bcc245d962b87da0306b2e1
Parents: 55b4ead
Author: Saksham Srivastava <sa...@citrix.com>
Authored: Thu Sep 25 15:59:08 2014 +0530
Committer: Saksham Srivastava <sa...@citrix.com>
Committed: Thu Sep 25 15:59:08 2014 +0530

----------------------------------------------------------------------
 systemvm/patches/debian/config/etc/logrotate.d/rsyslog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3a8c4508/systemvm/patches/debian/config/etc/logrotate.d/rsyslog
----------------------------------------------------------------------
diff --git a/systemvm/patches/debian/config/etc/logrotate.d/rsyslog b/systemvm/patches/debian/config/etc/logrotate.d/rsyslog
index e18271e..d2a04ca 100644
--- a/systemvm/patches/debian/config/etc/logrotate.d/rsyslog
+++ b/systemvm/patches/debian/config/etc/logrotate.d/rsyslog
@@ -7,7 +7,7 @@
 	delaycompress
 	compress
 	postrotate
-		invoke-rc.d rsyslog reload > /dev/null
+		invoke-rc.d rsyslog rotate > /dev/null
 	endscript
 }
 
@@ -32,6 +32,6 @@
 	delaycompress
 	sharedscripts
 	postrotate
-		invoke-rc.d rsyslog reload > /dev/null
+		invoke-rc.d rsyslog rotate > /dev/null
 	endscript
 }