diff options
author | Phil Blundell <philb@gnu.org> | 2004-09-18 22:22:14 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-09-18 22:22:14 +0000 |
commit | 0bfec0d7ede1ed87741f7a55a09bccbd18ac06fa (patch) | |
tree | 164d9fb54546a03d2d76c579777bd81918decd2c | |
parent | e65580e77362269080f923f1d58b548e8b074963 (diff) |
fix more initscript screwups
BKrev: 414cb516ivAfygw7EH2QhW2mEZdwrg
-rw-r--r-- | portmap/portmap_5-4.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/portmap/portmap_5-4.oe b/portmap/portmap_5-4.oe index 992613c09b..f4197e2888 100644 --- a/portmap/portmap_5-4.oe +++ b/portmap/portmap_5-4.oe @@ -8,7 +8,7 @@ SRC_URI = "http://www.uk.debian.org/debian/pool/main/p/portmap/portmap_5.orig.ta S = "${WORKDIR}/portmap_5beta" INITSCRIPT_NAME = "portmap" -INITSCRIPT_PARAMS = "43 S . start 32 0 6 . start 18 2 3 4 5 . stop 81 1 ." +INITSCRIPT_PARAMS = "start 43 S . start 32 0 6 . start 18 2 3 4 5 . stop 81 1 ." inherit update-rc.d @@ -20,7 +20,7 @@ do_compile() { do_install() { install -d ${D}/etc/init.d - install -m 0644 ${WORKDIR}/portmap.init ${D}/etc/init.d/portmap + install -m 0755 ${WORKDIR}/portmap.init ${D}/etc/init.d/portmap oe_runmake 'docdir=${datadir}/doc/portmap' \ 'DESTDIR=${D}' install } |