Date: Thu, 16 Feb 2006 15:51:28 GMT From: Michael Proto <mike@jellydonut.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/93437: www/lighttpd/Makefile typo Message-ID: <200602161551.k1GFpSkK018275@www.freebsd.org> Resent-Message-ID: <200602161600.k1GG0L3T048807@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 93437 >Category: ports >Synopsis: www/lighttpd/Makefile typo >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 16 16:00:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Michael Proto >Release: 6-STABLE >Organization: >Environment: FreeBSD socrates.localnet 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Thu Feb 16 09:08:19 EST 2006 root@socrates.localnet:/usr/obj/usr/src/sys/SOCRATES i386 >Description: The "DAEMON" requirement for the /usr/local/etc/rc.d/lighttpd.sh script provided by the port Makefile spells DAEMON incorrectly. This doesn't cause any big issue that I've seen, but it will generate a warning in rcorder. >How-To-Repeat: rcorder /etc/rc.d/* /usr/local/etc/rc.d/* >Fix: See below patch: --- Makefile.old Thu Feb 16 10:29:25 2006 +++ Makefile Thu Feb 16 10:29:45 2006 @@ -33,7 +33,7 @@ .include <bsd.port.pre.mk> # Default REQUIRE to rc.d script -_REQUIRE= DEAMON +_REQUIRE= DAEMON .if !defined(WITHOUT_OPENSSL) .include "${PORTSDIR}/Mk/bsd.openssl.mk" >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602161551.k1GFpSkK018275>