[oe-commits] Sebastian Krzyszkowiak : frameworkd: fix incorrect name in initscript

git version control git at git.openembedded.org
Fri Jun 19 06:29:28 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 720a9f1409d0ee564afea6c0beb6f6b0cabb7d48
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=720a9f1409d0ee564afea6c0beb6f6b0cabb7d48

Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Fri Jun 19 08:26:14 2009 +0200

frameworkd: fix incorrect name in initscript

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/freesmartphone/frameworkd/frameworkd |    2 +-
 recipes/freesmartphone/frameworkd_git.bb     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/freesmartphone/frameworkd/frameworkd b/recipes/freesmartphone/frameworkd/frameworkd
index 08b782e..63d6a79 100644
--- a/recipes/freesmartphone/frameworkd/frameworkd
+++ b/recipes/freesmartphone/frameworkd/frameworkd
@@ -32,7 +32,7 @@ case "$1" in
         $0 start
         ;;
     *)
-        echo "Usage: /etc/init.d/odeviced {start|stop|restart|force-reload}"
+        echo "Usage: /etc/init.d/frameworkd {start|stop|restart|force-reload}"
         exit 1
         ;;
 esac
diff --git a/recipes/freesmartphone/frameworkd_git.bb b/recipes/freesmartphone/frameworkd_git.bb
index 4dd52c5..1a2d49c 100644
--- a/recipes/freesmartphone/frameworkd_git.bb
+++ b/recipes/freesmartphone/frameworkd_git.bb
@@ -5,7 +5,7 @@ SECTION = "console/network"
 DEPENDS = "python-cython-native python-pyrex-native"
 LICENSE = "GPL"
 PV = "0.8.5.1+gitr${SRCPV}"
-PR = "r5"
+PR = "r6"
 
 inherit distutils update-rc.d
 





More information about the Openembedded-commits mailing list