aboutsummaryrefslogtreecommitdiffstats
path: root/packages/thttpd
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2005-08-02 22:24:14 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-02 22:24:14 +0000
commitea7aad4d20a12a2ff240cae42795d888cac4a511 (patch)
tree373ff341b7c42e952d5a42377b0c67d6b55f1340 /packages/thttpd
parenta023b903bfd1a45a026b228dbde5d680fe8bdf6c (diff)
downloadopenembedded-ea7aad4d20a12a2ff240cae42795d888cac4a511.tar.gz
Update to working update-rc.d stuff
Diffstat (limited to 'packages/thttpd')
-rw-r--r--packages/thttpd/thttpd_2.25b.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/thttpd/thttpd_2.25b.bb b/packages/thttpd/thttpd_2.25b.bb
index b53e1b3127..bbb02199a7 100644
--- a/packages/thttpd/thttpd_2.25b.bb
+++ b/packages/thttpd/thttpd_2.25b.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "A simple, small, portable, fast, and secure HTTP server."
LICENSE = "BSD"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
HOMEPAGE = "http://www.acme.com/software/thttpd/"
-PR="r4"
+PR="r5"
SRC_URI = "http://www.acme.com/software/thttpd/thttpd-2.25b.tar.gz \
file://install.patch;patch=1 \
@@ -13,7 +13,7 @@ S = "${WORKDIR}/thttpd-${PV}"
INITSCRIPT_NAME = "thttpd"
INITSCRIPT_PARAMS = "defaults"
-inherit autotools
+inherit autotools update-rc.d
EXTRA_OEMAKE += "'WEBDIR=${servicedir}/www'"
FILES_${PN}_append = " ${servicedir}"