[23906] in Source-Commits
/svn/athena r23516 - trunk/debathena/config/cluster-login-config/debian
daemon@ATHENA.MIT.EDU (Robert A Basch)
Tue Mar 3 18:16:26 2009
Date: Tue, 3 Mar 2009 18:15:39 -0500
From: Robert A Basch <rbasch@MIT.EDU>
Message-Id: <200903032315.n23NFdFr001179@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: rbasch
Date: 2009-03-03 18:15:38 -0500 (Tue, 03 Mar 2009)
New Revision: 23516
Modified:
trunk/debathena/config/cluster-login-config/debian/changelog
trunk/debathena/config/cluster-login-config/debian/debathena-cluster-login-config.postinst
Log:
In debathena-cluster-login-config, fix a typo in gconftool-2's
--config-source option.
Modified: trunk/debathena/config/cluster-login-config/debian/changelog
===================================================================
--- trunk/debathena/config/cluster-login-config/debian/changelog 2009-03-03 22:21:55 UTC (rev 23515)
+++ trunk/debathena/config/cluster-login-config/debian/changelog 2009-03-03 23:15:38 UTC (rev 23516)
@@ -1,3 +1,9 @@
+debathena-cluster-login-config (1.6) unstable; urgency=low
+
+ * Fix a typo in gconftool-2's --config-source option.
+
+ -- Robert Basch <rbasch@mit.edu> Tue, 03 Mar 2009 17:52:20 -0500
+
debathena-cluster-login-config (1.5) unstable; urgency=low
* Make metacity the default window manager for now.
Modified: trunk/debathena/config/cluster-login-config/debian/debathena-cluster-login-config.postinst
===================================================================
--- trunk/debathena/config/cluster-login-config/debian/debathena-cluster-login-config.postinst 2009-03-03 22:21:55 UTC (rev 23515)
+++ trunk/debathena/config/cluster-login-config/debian/debathena-cluster-login-config.postinst 2009-03-03 23:15:38 UTC (rev 23516)
@@ -34,7 +34,7 @@
# Set mandatory gconf key values.
gcsrc=xml:readwrite:/etc/gconf/gconf.xml.mandatory
- gc="gconftool-2 --direct ---config-source=$gcsrc --set"
+ gc="gconftool-2 --direct --config-source=$gcsrc --set"
$gc -t bool /desktop/gnome/lockdown/disable_user_switching true
$gc -t bool /apps/gnome-screensaver/logout_enabled true
$gc -t int /apps/gnome-screensaver/logout_delay 20
@@ -56,7 +56,7 @@
# Set up gconf defaults.
gcsrc=xml:readwrite:/etc/gconf/gconf.xml.defaults
- gc="gconftool-2 --direct ---config-source=$gcsrc --set"
+ gc="gconftool-2 --direct --config-source=$gcsrc --set"
$gc -t string \
/desktop/gnome/session/required_components/windowmanager \
"/usr/bin/metacity"