Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Dengler <martin@martindengler.com>2009-09-29 20:42:30 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-09-29 20:42:30 (GMT)
commit38cfe3fd2eeb0496e2c229db9b6ecff8462ff71a (patch)
treed2e39019c6d9f8e27315ea2a7cfa8f635eaf0d96
parent6cbd0e94c012ab2a45b43325bca7a9b393940d99 (diff)
remove unnessary dcon-unfreeze script
-rw-r--r--soas-xo.ks26
1 files changed, 0 insertions, 26 deletions
diff --git a/soas-xo.ks b/soas-xo.ks
index 2783305..b9d08b9 100644
--- a/soas-xo.ks
+++ b/soas-xo.ks
@@ -85,32 +85,6 @@ gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults
-# add dcon-unfreeze-failsafe script
-cat > /etc/event.d/dcon-unfreeze-failsafe <<EOF
-# this service unfreezes the DCON
-# Sugar should do this but a) it might not; and b) we might not be running Sugar
-#
-
-description "unfreeze DCON"
-author "Martin Dengler <martin@martindengler.com>"
-
-start on started prefdm
-stop on stopping prefdm
-stop on starting shutdown
-
-stop on runlevel 0
-stop on runlevel 1
-stop on runlevel 6
-
-script
-echo 0 > /sys/devices/platform/dcon/freeze
-end script
-EOF
-
-chmod a+rx /etc/event.d/dcon-unfreeze-failsafe
-
-
-
# enable serial console
# FIXME: olpc-utils needs a patch to fix ttyS0 not starting, without which rtcwake is broken
# see http://lists.sugarlabs.org/archive/sugar-devel/2009-August/018378.html