diff options
Diffstat (limited to 'packages/thttpd')
-rw-r--r-- | packages/thttpd/thttpd_2.25b.bb | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/packages/thttpd/thttpd_2.25b.bb b/packages/thttpd/thttpd_2.25b.bb index f33ff5924e..e6e15455c0 100644 --- a/packages/thttpd/thttpd_2.25b.bb +++ b/packages/thttpd/thttpd_2.25b.bb @@ -9,6 +9,7 @@ SRC_URI = "http://www.acme.com/software/thttpd/thttpd-2.25b.tar.gz \ file://acinclude.m4 \ file://init" S = "${WORKDIR}/thttpd-${PV}" + INITSCRIPT_NAME = "thttpd" INITSCRIPT_PARAMS = "defaults" @@ -28,11 +29,3 @@ do_install_append () { install -c -m 755 ${WORKDIR}/thttpd ${D}${sysconfdir}/init.d/thttpd } -pkg_postinst() { - update-rc.d thttpd defaults 67 -} - -pkg_postrm() { - update-rc.d thttpd remove -} - |