Date: Wed, 7 Jan 2004 11:19:29 -0800 (PST) From: Scott Michel <scottm@cs.ucla.edu> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/61030: typo in ports/www/apache21/Makefile.modules Message-ID: <200401071919.i07JJTj7085466@www.freebsd.org> Resent-Message-ID: <200401071920.i07JKJNC041692@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 61030 >Category: ports >Synopsis: typo in ports/www/apache21/Makefile.modules >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jan 07 11:20:19 PST 2004 >Closed-Date: >Last-Modified: >Originator: Scott Michel >Release: 4.9 >Organization: UCLA Computer Science >Environment: FreeBSD mordred.cs.ucla.edu 4.9-STABLE FreeBSD 4.9-STABLE #23: Fri Nov 21 11:12:28 PST 2003 scottm@mordred.cs.ucla.edu:/usr/src/sys/compile/MORDRED i386 >Description: Minor typo: AUTH_MODULE should be AUTH_MODULES in ports/www/apache21/Makefile.modules. >How-To-Repeat: >Fix: --- /tmp/Makefile.modules.bak Wed Jan 7 11:15:22 2004 +++ Makefile.modules Wed Jan 7 11:15:32 2004 @@ -138,7 +138,7 @@ . if defined(WITH_CUSTOM_AUTH) _APACHE_MODULES+= ${WITH_CUSTOM_AUTH} . elif !defined(WITHOUT_AUTH) -_APACHE_MODULES+= ${AUTH_MODULE} +_APACHE_MODULES+= ${AUTH_MODULES} . endif . if defined(WITH_CUSTOM_PROXY) _APACHE_MODULES+= ${WITH_CUSTOM_PROXY} >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401071919.i07JJTj7085466>