[X2Go-Commits] [live-build-x2go] 12/12: removed inotify, no longer needed, never worked for us

git-admin at x2go.org git-admin at x2go.org
Fri Dec 23 12:00:49 CET 2016


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch feature/openbox
in repository live-build-x2go.

commit db06cd462b0aace2855e8e41eb51baf7c7911e7f
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Thu Dec 22 15:59:22 2016 +0100

    removed inotify, no longer needed, never worked for us
---
 .../lib/live/config/2700-x2go-powerbuttonmonitor   |    2 --
 config/package-lists/x2go.list.chroot              |    2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/config/includes.chroot/lib/live/config/2700-x2go-powerbuttonmonitor b/config/includes.chroot/lib/live/config/2700-x2go-powerbuttonmonitor
index b5e24fc..8f21eaf 100755
--- a/config/includes.chroot/lib/live/config/2700-x2go-powerbuttonmonitor
+++ b/config/includes.chroot/lib/live/config/2700-x2go-powerbuttonmonitor
@@ -7,8 +7,6 @@ X2GoPowerbuttonMonitor ()
 echo -n " x2go-powerbuttonmonitor"
 
 # Spawn Powerbutton-Monitor
-# FIXME tut nur manuell gestartet, warum? dash? nohup? /home/user noch gar nicht da?
-#/bin/bash -c '( while ((! [ -d /home/user ] ) && ps -C x2goclient --no-header); do sleep 1 ; done ; rm -f /home/user/.halt ; inotifywait -qm -e create /home/user/ | while grep -q "CREATE .halt" ; do poweroff ; chvt 7 ; done ) &'
 /bin/bash -c '(while ! [ -f /home/user/.halt ] ; do sleep 1 ; done ; poweroff ; chvt 7) &'
 }
 
diff --git a/config/package-lists/x2go.list.chroot b/config/package-lists/x2go.list.chroot
index df477c2..76c3903 100644
--- a/config/package-lists/x2go.list.chroot
+++ b/config/package-lists/x2go.list.chroot
@@ -1 +1 @@
-x2goclient inotify-tools pulseaudio
+x2goclient pulseaudio

--
Alioth's /srv/git/code.x2go.org/live-build-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git


More information about the x2go-commits mailing list