aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/maemo/osso-af-startup/launch-no-o.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/maemo/osso-af-startup/launch-no-o.patch')
-rw-r--r--recipes/maemo/osso-af-startup/launch-no-o.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/maemo/osso-af-startup/launch-no-o.patch b/recipes/maemo/osso-af-startup/launch-no-o.patch
new file mode 100644
index 0000000000..1c90bb93b9
--- /dev/null
+++ b/recipes/maemo/osso-af-startup/launch-no-o.patch
@@ -0,0 +1,9 @@
+--- services/launch-wrapper.sh.old 2005-06-15 12:46:19.000000000 +0200
++++ services/launch-wrapper.sh 2005-06-15 12:46:32.000000000 +0200
+@@ -38,5 +38,5 @@
+
+ if [ $START = TRUE ]; then
+ echo "Starting $SVC"
+- /sbin/start-stop-daemon --start -x $CMD -p $PIDFILE -o -m -q -- $PARAMS &
++ /sbin/start-stop-daemon --start -x $CMD -p $PIDFILE -m -q -- $PARAMS &
+ fi