diff options
Diffstat (limited to 'nonworking/qtopia/qtopia-1.7.0-r0/qpe.patch')
-rw-r--r-- | nonworking/qtopia/qtopia-1.7.0-r0/qpe.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/nonworking/qtopia/qtopia-1.7.0-r0/qpe.patch b/nonworking/qtopia/qtopia-1.7.0-r0/qpe.patch index e69de29bb2..b1294ebc37 100644 --- a/nonworking/qtopia/qtopia-1.7.0-r0/qpe.patch +++ b/nonworking/qtopia/qtopia-1.7.0-r0/qpe.patch @@ -0,0 +1,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') |