ports/93437: www/lighttpd/Makefile typo

Michael Proto mike at jellydonut.org
Thu Feb 16 16:00:22 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list