summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-08-09 23:03:49 +0200
committerDirk von Suchodoletz2008-08-09 23:03:49 +0200
commit5bc4710918b682e415bf57c4b75dbe4f05d0458e (patch)
treed7c8f78b41e69a2db0941a306ee1bc7fd3aed6e0 /os-plugins
parentSet of fixes to previos checkin. (diff)
downloadcore-5bc4710918b682e415bf57c4b75dbe4f05d0458e.tar.gz
core-5bc4710918b682e415bf57c4b75dbe4f05d0458e.tar.xz
core-5bc4710918b682e415bf57c4b75dbe4f05d0458e.zip
Overseen one item in last checkin
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2007 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm b/os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm
index b178c247..04f05e9c 100644
--- a/os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm
+++ b/os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm
@@ -166,12 +166,12 @@ sub setupGDMScript
;;
root)
sed "s|AllowShutdown.*|AllowShutdown=true|;\\
- s|SecureShutdown.*|SecureShutdown=true" \\
+ s|SecureShutdown.*|SecureShutdown=true|" \\
-i /mnt$configFile
;;
users)
sed "s|AllowShutdown.*|AllowShutdown=true|;\\
- s|SecureShutdown.*|SecureShutdown=false" \\
+ s|SecureShutdown.*|SecureShutdown=false|" \\
-i /mnt$configFile
;;
esac