[D-community-commits] r65 - in trunk/fai-config-dir: doc scripts/ADMINGROUP

Holger Levsen h01ger-guest at alioth.debian.org
Sat Mar 24 15:52:23 CET 2007


Author: h01ger-guest
Date: 2007-03-24 14:52:23 +0000 (Sat, 24 Mar 2007)
New Revision: 65

Modified:
   trunk/fai-config-dir/doc/todo
   trunk/fai-config-dir/scripts/ADMINGROUP/30-sudoers
Log:
- fix sudoers


Modified: trunk/fai-config-dir/doc/todo
===================================================================
--- trunk/fai-config-dir/doc/todo	2007-03-24 14:41:30 UTC (rev 64)
+++ trunk/fai-config-dir/doc/todo	2007-03-24 14:52:23 UTC (rev 65)
@@ -4,5 +4,6 @@
 setup planets
 setup mail
 setup timezone with fai
+give ADMINGROUP root shell access with the history send to root@ as mail after logout
 document fai-setup a bit better
 

Modified: trunk/fai-config-dir/scripts/ADMINGROUP/30-sudoers
===================================================================
--- trunk/fai-config-dir/scripts/ADMINGROUP/30-sudoers	2007-03-24 14:41:30 UTC (rev 64)
+++ trunk/fai-config-dir/scripts/ADMINGROUP/30-sudoers	2007-03-24 14:52:23 UTC (rev 65)
@@ -12,14 +12,14 @@
    any::
         ### holger
 	{ ${target}/etc/sudoers
-          AppendIfNoSuchLine "holger ALL= NOPASSWD: fai-softupdate, /usr/local/sbin/fai-softupdate"
+          AppendIfNoSuchLine "holger ALL= NOPASSWD: /usr/local/sbin/fai-softupdate"
 	}
 	### madduck
 	{ ${target}/etc/sudoers
-          AppendIfNoSuchLine "madduck ALL= NOPASSWD: fai-softupdate, /usr/local/sbin/fai-softupdate"
+          AppendIfNoSuchLine "madduck ALL= NOPASSWD: /usr/local/sbin/fai-softupdate"
 	}
 	### luk
 	{ ${target}/etc/sudoers
-          AppendIfNoSuchLine "luk ALL= NOPASSWD: fai-softupdate, /usr/local/sbin/fai-softupdate"
+          AppendIfNoSuchLine "luk ALL= NOPASSWD: /usr/local/sbin/fai-softupdate"
 	}
 




More information about the D-community-commits mailing list