[PC-BSD Commits] r1574 - pcbsd/trunk/system-overlay/usr/local/etc

svn at pcbsd.org svn at pcbsd.org
Mon Mar 10 07:15:05 PST 2008


Author: tim
Date: 2008-03-10 08:15:05 -0700 (Mon, 10 Mar 2008)
New Revision: 1574

Modified:
   pcbsd/trunk/system-overlay/usr/local/etc/sudoers
Log:
Updated sudoers with a comment, warning users not to remove the SystemUpdater's line

Modified: pcbsd/trunk/system-overlay/usr/local/etc/sudoers
===================================================================
--- pcbsd/trunk/system-overlay/usr/local/etc/sudoers	2008-03-10 13:35:55 UTC (rev 1573)
+++ pcbsd/trunk/system-overlay/usr/local/etc/sudoers	2008-03-10 15:15:05 UTC (rev 1574)
@@ -34,5 +34,7 @@
 # %wheel	ALL=(ALL) NOPASSWD: SETENV: ALL
 
 # Samples
- %wheel  ALL= (root) NOPASSWD: /PCBSD/SystemUpdater/bin/SystemUpdater.sh
 # %users  localhost=/sbin/shutdown -h now
+
+# DO NOT REMOVE - Used by the PC-BSD System Updater so it can update the system without prompting for a password.
+%wheel  ALL= (root) NOPASSWD: /PCBSD/SystemUpdater/bin/SystemUpdater.sh



More information about the Commits mailing list