[PC-BSD Commits] r3082 - in pcbsd: branches/7.0/system-overlay/PCBSD/SystemUpdater/bin branches/7.0/system-overlay/usr/local/etc branches/7.0/system-overlay/usr/share/skel/.kde4/Autostart trunk/system-overlay/PCBSD/SystemUpdater/bin trunk/system-overlay/PCBSD/local/etc trunk/system-overlay/usr/share/skel/.kde4/Autostart
svn at pcbsd.org
svn at pcbsd.org
Tue Dec 16 08:27:51 PST 2008
Author: kris
Date: 2008-12-16 08:27:51 -0800 (Tue, 16 Dec 2008)
New Revision: 3082
Added:
pcbsd/branches/7.0/system-overlay/PCBSD/SystemUpdater/bin/readSysUpdatesUser.sh
pcbsd/trunk/system-overlay/PCBSD/SystemUpdater/bin/readSysUpdatesUser.sh
Modified:
pcbsd/branches/7.0/system-overlay/usr/local/etc/sudoers
pcbsd/branches/7.0/system-overlay/usr/share/skel/.kde4/Autostart/checkupdater.sh
pcbsd/trunk/system-overlay/PCBSD/local/etc/sudoers
pcbsd/trunk/system-overlay/usr/share/skel/.kde4/Autostart/checkupdater.sh
Log:
Updated the support scripts for SystemUpdaterTray binary usage and cleaned up sudoers
Property changes on: pcbsd/branches/7.0/system-overlay/PCBSD/SystemUpdater/bin/readSysUpdatesUser.sh
___________________________________________________________________
Added: svn:executable
+ *
Modified: pcbsd/branches/7.0/system-overlay/usr/local/etc/sudoers
===================================================================
--- pcbsd/branches/7.0/system-overlay/usr/local/etc/sudoers 2008-12-16 16:17:57 UTC (rev 3081)
+++ pcbsd/branches/7.0/system-overlay/usr/local/etc/sudoers 2008-12-16 16:27:51 UTC (rev 3082)
@@ -38,6 +38,3 @@
# Samples
# %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
Modified: pcbsd/branches/7.0/system-overlay/usr/share/skel/.kde4/Autostart/checkupdater.sh
===================================================================
--- pcbsd/branches/7.0/system-overlay/usr/share/skel/.kde4/Autostart/checkupdater.sh 2008-12-16 16:17:57 UTC (rev 3081)
+++ pcbsd/branches/7.0/system-overlay/usr/share/skel/.kde4/Autostart/checkupdater.sh 2008-12-16 16:27:51 UTC (rev 3082)
@@ -4,6 +4,6 @@
test="`pbreg get /PC-BSD/SystemUpdater/runAtStartup`"
if [ "$test" = "true" ]
then
- sudo /PCBSD/SystemUpdater/bin/SystemUpdater.sh &
+ /PCBSD/SystemUpdater/bin/SystemUpdaterTray
fi
Property changes on: pcbsd/trunk/system-overlay/PCBSD/SystemUpdater/bin/readSysUpdatesUser.sh
___________________________________________________________________
Added: svn:executable
+ *
Modified: pcbsd/trunk/system-overlay/PCBSD/local/etc/sudoers
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/local/etc/sudoers 2008-12-16 16:17:57 UTC (rev 3081)
+++ pcbsd/trunk/system-overlay/PCBSD/local/etc/sudoers 2008-12-16 16:27:51 UTC (rev 3082)
@@ -38,6 +38,3 @@
# Samples
# %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
Modified: pcbsd/trunk/system-overlay/usr/share/skel/.kde4/Autostart/checkupdater.sh
===================================================================
--- pcbsd/trunk/system-overlay/usr/share/skel/.kde4/Autostart/checkupdater.sh 2008-12-16 16:17:57 UTC (rev 3081)
+++ pcbsd/trunk/system-overlay/usr/share/skel/.kde4/Autostart/checkupdater.sh 2008-12-16 16:27:51 UTC (rev 3082)
@@ -4,6 +4,6 @@
test="`pbreg get /PC-BSD/SystemUpdater/runAtStartup`"
if [ "$test" = "true" ]
then
- sudo /PCBSD/SystemUpdater/bin/SystemUpdater.sh &
+ /PCBSD/SystemUpdater/bin/SystemUpdaterTray
fi
More information about the Commits
mailing list