<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>ci_user_nopasswd_sudo.sh</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -22,15 +22,4 @@ echo
 sudo passwd ci
 if [ ! $? = 0 ]; then echo &quot;password assignment for CI user failed, aborting...&quot; &amp;&amp; exit 1; fi # Note that Ubuntu 8.10 returns zero even on passwd retype failure...
 
-sudo grep -q 'ci      ALL=(ALL) NOPASSWD: ALL' /etc/sudoers
-if [ ! $? = 0 ]; then  
-  echo &quot;  Giving ci user NO PASSWORD sudo privileges&quot;
-  sudo rm -f /tmp/sudoers.tmp
-  sudo cp /etc/sudoers /etc/sudoers.bak
-  sudo cp /etc/sudoers /tmp/sudoers.tmp
-  sudo sh -c 'echo &quot;ci      ALL=(ALL) NOPASSWD: ALL&quot; &gt;&gt; /tmp/sudoers.tmp'
-  if [ ! -e /tmp/sudoers.tmp ]; then echo &quot;/tmp/sudoers.tmp does not exist, aborting before we blow away all sudo access and completely hose this system...&quot; &amp;&amp; exit 1; fi
-  sudo visudo -q -c -s -f /tmp/sudoers.tmp
-  if [ ! $? = 0 ]; then echo &quot;error editing sudoers file&quot; &amp;&amp; exit; fi
-  sudo cp /tmp/sudoers.tmp /etc/sudoers
-fi
\ No newline at end of file
+# Run ci_user_nopasswd_sudo.sh to give ci user no-password sudo authority
\ No newline at end of file</diff>
      <filename>create_ci_user.sh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d37ccaf3f8f96e2eb01ef9e448931ed1448802d7</id>
    </parent>
  </parents>
  <author>
    <name>Chad Woolley</name>
    <email>thewoolleyman@gmail.com</email>
  </author>
  <url>http://github.com/thewoolleyman/cinabox/commit/981e3f24e5c9af4c9cc717c37215da45fc8bc920</url>
  <id>981e3f24e5c9af4c9cc717c37215da45fc8bc920</id>
  <committed-date>2009-09-05T14:56:14-07:00</committed-date>
  <authored-date>2009-09-05T14:56:14-07:00</authored-date>
  <message>split logic into separate ci_user_nopasswd_sudo.sh script</message>
  <tree>e011bf820dd4a84473d0c3f975f287366da75386</tree>
  <committer>
    <name>Chad Woolley</name>
    <email>thewoolleyman@gmail.com</email>
  </committer>
</commit>
