aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xs2u.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/s2u.sh b/s2u.sh
index 3f48b1f..b33f673 100755
--- a/s2u.sh
+++ b/s2u.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#---------------------------------------------------------------
-# Project : Mandrakelinux
+# Project : Mandriva Linux
# Module : s2u
# File : s2u.sh
# Version : $Id$
@@ -10,8 +10,6 @@
# system bus
#---------------------------------------------------------------
-CURR_DISPLAY=`LC_ALL=C xdpyinfo | grep 'display' | awk '{print $4}'`
-
-exec s2u --daemon=yes
+exec s2u --daemon=yes --debug
# s2u.sh ends here