Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 2003 10:45:31 -0500 (EST)
From:      Michael Edenfield <kutulu@basement.kutulu.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47216: daily_clean_hoststat_enable causes errors and should be disabled.
Message-ID:  <20030119154531.BFDAEA959@basement.kutulu.org>

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

>Number:         47216
>Category:       ports
>Synopsis:       daily_clean_hoststat_enable causes errors and should be disabled.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 19 07:50:06 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Michael Edenfield
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD basement.kutulu.org 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Fri Jan 17 06:58:30 EST 2003 root@basement.kutulu.org:/usr/obj/usr/src/sys/GATEWAY i386

>Description:

Recent -CURRENT uses a command-line option for sendmail that postfix does not support.  The 
option is used when running a sendmail-specific cleanup step (purge the host status cache), so 
it is safe to disable this step while running postfix to avoid the error in the system log.

>How-To-Repeat:
>Fix:

Suggest adding this option to the others that postfix lists as 'sendmail-specific'.

--- pkg-message.old     Sun Jan 19 10:37:24 2003
+++ pkg-message Sun Jan 19 10:37:37 2003
@@ -27,6 +27,7 @@
 
 daily_status_mail_rejects_enable="NO"                                      
 daily_status_include_submit_mailq="NO"
+daily_clean_hoststat_enable="NO"
 daily_submit_queuerun="NO"

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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