FreeBSD Bugzilla – Attachment 56751 Details for
Bug 85687
www/cgiwrap -- LOG_FILE option does not work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.11 KB, created by
Jeremy Chadwick
on 2005-09-03 11:00:27 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jeremy Chadwick
Created:
2005-09-03 11:00:27 UTC
Size:
1.11 KB
patch
obsolete
>--- Makefile.orig Fri Jul 8 15:35:06 2005 >+++ Makefile Sat Sep 3 02:53:01 2005 >@@ -7,7 +7,7 @@ > > PORTNAME= cgiwrap > PORTVERSION= 3.9 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= www security > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME} >@@ -55,17 +55,6 @@ > ALLOW_FILE?= ${PREFIX}/etc/${PORTNAME}.allow > DENY_FILE?= ${PREFIX}/etc/${PORTNAME}.deny > >-## >-# LOG_FILE >-# >-# Enables cgiwrap logging (when a user called cgiwrap, its arguments, >-# and who ran it). Specify the full path to the logfile. >-# >-.if defined(LOG_FILE) >-CONFIGURE_ARGS+= --with-logging-file=${LOG_FILE} >-.else >-CONFIGURE_ARGS+= --without-logging-file >-.endif > > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --with-httpd-user=${WWWOWN} \ >@@ -78,6 +67,17 @@ > > .include <bsd.port.pre.mk> > >+## >+# LOG_FILE >+# >+# Enables cgiwrap logging (when a user called cgiwrap, its arguments, >+# and who ran it). Specify the full path to the logfile. >+# >+.if defined(LOG_FILE) >+CONFIGURE_ARGS+= --with-logging-file=${LOG_FILE} >+.else >+CONFIGURE_ARGS+= --without-logging-file >+.endif > .if !defined(WITH_CGI_OWNER) > CONFIGURE_ARGS+= --without-check-owner > .endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 85687
: 56751