You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/04/20 18:32:32 UTC

git commit: updated refs/heads/4.4 to bec3ceb

Repository: cloudstack
Updated Branches:
  refs/heads/4.4 5f601e4c5 -> bec3ceb78


fix typo in rsyslog logrotate script on VR

This is fixed already in master and 4.5 and did not occur in 4.3 and before.
This fixes it in 4.4 as well.

This closes #182

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


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

Branch: refs/heads/4.4
Commit: bec3ceb7892303f6be77886c320563692e946404
Parents: 5f601e4
Author: Remi Bergsma <gi...@remi.nl>
Authored: Mon Apr 20 18:10:26 2015 +0200
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Mon Apr 20 18:32:15 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/bec3ceb7/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 ecf32d8..2c9949f 100644
--- a/systemvm/patches/debian/config/etc/logrotate.d/rsyslog
+++ b/systemvm/patches/debian/config/etc/logrotate.d/rsyslog
@@ -32,6 +32,6 @@
 	delaycompress
 	sharedscripts
 	postrotate
-		/usr/sbin/nvoke-rc.d rsyslog reload > /dev/null
+		/usr/sbin/invoke-rc.d rsyslog reload > /dev/null
 	endscript
 }