diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-07-14 13:12:10 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-14 13:12:10 +0000 |
commit | 6b1a50e77050d8d0e5ccb230a10240bd1a85a323 (patch) | |
tree | cfaf013697ae3091a03dfbd692c9273c61edd73e /packages/thttpd/thttpd_2.25b.bb | |
parent | f7008f8b4d6dd3a91eda4bc7389e565789b1c5da (diff) |
Updated initscript
Added thttpd to packages
Diffstat (limited to 'packages/thttpd/thttpd_2.25b.bb')
-rw-r--r-- | packages/thttpd/thttpd_2.25b.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/thttpd/thttpd_2.25b.bb b/packages/thttpd/thttpd_2.25b.bb index 280b2dee7e..e7b786c1b0 100644 --- a/packages/thttpd/thttpd_2.25b.bb +++ b/packages/thttpd/thttpd_2.25b.bb @@ -2,12 +2,15 @@ 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="r1" SRC_URI = "http://www.acme.com/software/thttpd/thttpd-2.25b.tar.gz \ file://install.patch;patch=1 \ file://acinclude.m4 \ file://init" S = "${WORKDIR}/thttpd-${PV}" +INITSCRIPT_NAME = "thttpd" +INITSCRIPT_PARAMS = "defaults" inherit autotools |