aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpzanoni <pzanoni@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94>2011-02-17 12:59:56 +0000
committerpzanoni <pzanoni@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94>2011-02-17 12:59:56 +0000
commit2e5a7e16475785c4bd2e922b86a73fa02a160671 (patch)
tree087a8da8277050ff11ff4be28631e877c265e85c
parent4f2a9fe09089f0a2d4f4c4822309fd238d1041e6 (diff)
downloads2u-2e5a7e16475785c4bd2e922b86a73fa02a160671.tar
s2u-2e5a7e16475785c4bd2e922b86a73fa02a160671.tar.gz
s2u-2e5a7e16475785c4bd2e922b86a73fa02a160671.tar.bz2
s2u-2e5a7e16475785c4bd2e922b86a73fa02a160671.tar.xz
s2u-2e5a7e16475785c4bd2e922b86a73fa02a160671.zip
Remove "exec" from the xinit.d script.0.9.2
In the future, all xinit.d scripts will be "sourced". This change makes s2u ready for the change. git-svn-id: svn+ssh://svn.mandriva.com/svn/soft/s2u/trunk@271939 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
-rwxr-xr-xs2u.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/s2u.sh b/s2u.sh
index e6c520c..f08e334 100755
--- a/s2u.sh
+++ b/s2u.sh
@@ -10,6 +10,6 @@
# system bus
#---------------------------------------------------------------
-exec s2u --daemon=yes
+s2u --daemon=yes
# s2u.sh ends here