Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Apr 2007 15:14:56 GMT
From:      Stefan Witzel<stefan.witzel@zvw.uni-goettingen.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/111538: Pound: logs always to syslog
Message-ID:  <200704131514.l3DFEubl039506@www.freebsd.org>
Resent-Message-ID: <200704131520.l3DFK4HS092101@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         111538
>Category:       ports
>Synopsis:       Pound: logs always to syslog
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 13 15:20:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Witzel
>Release:        6.2
>Organization:
Universitaet Goettingen
>Environment:
FreeBSD theia.zvw.uni-goettingen.de 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Feb  2 13:49:44 CET 2007     dv1@theia.zvw.uni-goettingen.de:/usr/obj/usr/src/sys/theia-1.x  amd64

>Description:
Even when configuring pound to no log to syslog

make WITHOUT_LOG=yes

the logs are written to syslog.
>How-To-Repeat:
see above
>Fix:
In the Makefile of the port replace

.if defined(WITHOUT_LOG)
CONFIGURE_ARGS+=        --without-log
.endif

by

.if defined(WITHOUT_LOG)
CONFIGURE_ARGS+=        --disable-log
.endif

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704131514.l3DFEubl039506>