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:13 UTC

git commit: updated refs/heads/master to fa1e9a2

Updated Branches:
  refs/heads/master 28d5c959d -> fa1e9a24a


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/fa1e9a24
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fa1e9a24
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/fa1e9a24

Branch: refs/heads/master
Commit: fa1e9a24a6dce1e4748dd0310bab90aa69cde912
Parents: 28d5c95
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:00 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/fa1e9a24/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/fa1e9a24/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