summaryrefslogtreecommitdiff
path: root/opie-taskbar
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2004-09-14 22:01:30 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2004-09-14 22:01:30 +0000
commit67555a86cdec908fee2fffe3fb025bb2bc91f544 (patch)
treeadfecc60a11f2a628483ab2e23b34172f3e009a4 /opie-taskbar
parentb946747e893704ec895463064d269254f8fdd11a (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into home.hrw.one.pl:/home/szczepan/zaurus/oe/packages 2004/09/15 00:01:11+02:00 hrw.one.pl!hrw opie-taskbar: added "restart" action to init.d script BKrev: 41476a3a8igWadTykMROfb8P4wZ6GQ
Diffstat (limited to 'opie-taskbar')
-rw-r--r--opie-taskbar/opie-taskbar/opie7
-rw-r--r--opie-taskbar/opie-taskbar_cvs.oe2
2 files changed, 7 insertions, 2 deletions
diff --git a/opie-taskbar/opie-taskbar/opie b/opie-taskbar/opie-taskbar/opie
index 8fd88759f7..91bdff1901 100644
--- a/opie-taskbar/opie-taskbar/opie
+++ b/opie-taskbar/opie-taskbar/opie
@@ -75,8 +75,13 @@ case $1 in
;;
+'restart')
+ $0 stop && $0 start
+
+ ;;
+
*)
- echo "usage: $0 { start | stop }"
+ echo "usage: $0 { start | stop | restart }"
;;
diff --git a/opie-taskbar/opie-taskbar_cvs.oe b/opie-taskbar/opie-taskbar_cvs.oe
index 35e34a57ab..0da1d6b2f2 100644
--- a/opie-taskbar/opie-taskbar_cvs.oe
+++ b/opie-taskbar/opie-taskbar_cvs.oe
@@ -6,7 +6,7 @@ MAINTAINER = "Team Opie <opie@handhelds.org>"
DEPENDS = "opie-libqrsync"
PV = "1.1.5-cvs-${CVSDATE}"
APPNAME = "qpe"
-PR = "r13"
+PR = "r14"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/apps/calibrate \
cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/settings/mediummount \