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 2013/04/03 16:54:42 UTC

git commit: updated refs/heads/4.1 to 4890101

Updated Branches:
  refs/heads/4.1 b86b1d925 -> 489010123


conf: Add a @ so @MSUSER@ is replaced by "cloud"


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

Branch: refs/heads/4.1
Commit: 4890101234758be29bc4690b294fdb702686dda4
Parents: b86b1d9
Author: Wido den Hollander <wi...@42on.com>
Authored: Sun Mar 31 17:14:15 2013 +0200
Committer: Wido den Hollander <wi...@42on.com>
Committed: Wed Apr 3 16:54:25 2013 +0200

----------------------------------------------------------------------
 server/conf/cloudstack-limits.conf.in |    4 ++--
 server/conf/cloudstack-sudoers.in     |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/48901012/server/conf/cloudstack-limits.conf.in
----------------------------------------------------------------------
diff --git a/server/conf/cloudstack-limits.conf.in b/server/conf/cloudstack-limits.conf.in
index c28ad8c..c97f0b5 100644
--- a/server/conf/cloudstack-limits.conf.in
+++ b/server/conf/cloudstack-limits.conf.in
@@ -17,5 +17,5 @@
 
 # Specific limits for the CloudStack management server which
 # runs under the user 'cloud' by default
-@MSUSER hard nofile 4096
-@MSUSER soft nofile 4096
+@MSUSER@ hard nofile 4096
+@MSUSER@ soft nofile 4096

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/48901012/server/conf/cloudstack-sudoers.in
----------------------------------------------------------------------
diff --git a/server/conf/cloudstack-sudoers.in b/server/conf/cloudstack-sudoers.in
index c525d3c..dcfb17b 100644
--- a/server/conf/cloudstack-sudoers.in
+++ b/server/conf/cloudstack-sudoers.in
@@ -18,5 +18,5 @@
 # The CloudStack management server needs sudo permissions
 # without a password.
 
-@MSUSER ALL =NOPASSWD : ALL
+@MSUSER@ ALL =NOPASSWD : ALL