You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by ar...@apache.org on 2009/09/28 21:33:03 UTC

svn commit: r819687 - /incubator/vcl/trunk/managementnode/tools/xcat2_postscripts/remoteshell-dblssh

Author: arkurth
Date: Mon Sep 28 19:33:03 2009
New Revision: 819687

URL: http://svn.apache.org/viewvc?rev=819687&view=rev
Log:
VCL-135
Removed section in remoteshell-dblssh which creates a group called ncsu on Linux images and adds the group to sudoers. This isn't necessary anymore.  Users are added to sudoers.

Modified:
    incubator/vcl/trunk/managementnode/tools/xcat2_postscripts/remoteshell-dblssh

Modified: incubator/vcl/trunk/managementnode/tools/xcat2_postscripts/remoteshell-dblssh
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/xcat2_postscripts/remoteshell-dblssh?rev=819687&r1=819686&r2=819687&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/xcat2_postscripts/remoteshell-dblssh (original)
+++ incubator/vcl/trunk/managementnode/tools/xcat2_postscripts/remoteshell-dblssh Mon Sep 28 19:33:03 2009
@@ -38,15 +38,6 @@
 		chmod 600 /root/.ssh/*
 fi
 
-
-logger -t xcat "Install: adding group for sudoers"
-groupadd ncsu
-
-logger -t xcat "Install: setup sudoers"
-cp /etc/sudoers /etc/sudoers.ORIG
-echo "%ncsu   ALL = NOPASSWD: ALL" >> /etc/sudoers
-
-
 logger -t xcat "Install: writing rc.local"
 # make rc.local to change "ListenAddress" in sshd's configs accordingly to network interfaces values
 # so it will happen on reboot