summaryrefslogtreecommitdiff
path: root/packages/nonworking/qtopia/qtopia-1.7.0-r0/qpe.patch
blob: b1294ebc37a8999d20e90e626572ab53fda304a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- qtopia-free-1.6.2/etc/init.d/qpe.orig	Mon May 12 20:14:38 2003
+++ qtopia-free-1.6.2/etc/init.d/qpe	Mon Jul 14 04:09:17 2003
@@ -28,7 +28,8 @@
 
 	rm -f /etc/rc2.d/S99x # Can't have both running!
 
-	$QPEDIR/bin/qpe 2>/dev/null >/dev/null &
+	$QPEDIR/bin/qpe 2>/dev/null >/dev/null;
+## &
 
 	;;
 'stop')