Repository: cloudstack
Updated Branches:
refs/heads/4.4 5fe68990d -> fdf47a221
CLOUDSTACK-7631: Log rotate on VR may fail as /etc/init.d/rsyslog does not
anymore support reload option on debian wheezy
Conflicts:
systemvm/patches/debian/config/etc/logrotate.d/rsyslog
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8b5b5dee
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8b5b5dee
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8b5b5dee
Branch: refs/heads/4.4
Commit: 8b5b5deea8262264c483a466d6dac7b0ddba89f6
Parents: 5fe6899
Author: Daan Hoogland <[email protected]>
Authored: Tue May 26 14:48:39 2015 +0000
Committer: Daan Hoogland <[email protected]>
Committed: Tue May 26 17:22:53 2015 +0200
----------------------------------------------------------------------
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/8b5b5dee/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 2c9949f..faa8776 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
- /usr/sbin/invoke-rc.d rsyslog reload > /dev/null
+ /usr/sbin/invoke-rc.d rsyslog rotate > /dev/null
endscript
}
@@ -32,6 +32,6 @@
delaycompress
sharedscripts
postrotate
- /usr/sbin/invoke-rc.d rsyslog reload > /dev/null
+ /usr/sbin/invoke-rc.d rsyslog rotate > /dev/null
endscript
}