From 2e5a7e16475785c4bd2e922b86a73fa02a160671 Mon Sep 17 00:00:00 2001 From: pzanoni Date: Thu, 17 Feb 2011 12:59:56 +0000 Subject: Remove "exec" from the xinit.d script. 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 --- s2u.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1