[SCM] debian-live branch, master, updated. debian/1.136.3-1-1-g9caef9d
Daniel Baumann
daniel at debian.org
Sun Jul 20 17:08:37 UTC 2008
The following commit has been merged in the master branch:
commit 9caef9dc1c40a9d39178a7049fd59d38083b335b
Author: Michael Prokop <mika at grml.org>
Date: Sun Jul 20 19:00:16 2008 +0200
Move sourcing of live-functions in 38disable_restricted_manager to correct place.
diff --git a/scripts/live-bottom/38disable_restricted_manager b/scripts/live-bottom/38disable_restricted_manager
index 16a78f3..f54d092 100755
--- a/scripts/live-bottom/38disable_restricted_manager
+++ b/scripts/live-bottom/38disable_restricted_manager
@@ -2,8 +2,6 @@
PREREQ=""
-. /scripts/live-functions
-
prereqs()
{
echo "$PREREQ"
@@ -22,6 +20,8 @@ then
exit 0
fi
+. /scripts/live-functions
+
log_begin_msg "Disabling restricted-manager..."
rm -f /root/etc/xdg/autostart/restricted-manager.desktop
--
debian-live
More information about the debian-live-changes
mailing list