Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Feb 2007 14:22:38 -0600 (CST)
From:      Dan D Niles <dan@more.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/109336: [patch] Services start out of order when using postfix start script
Message-ID:  <20070219202238.DA89D9009F@nook.more.net>
Resent-Message-ID: <200702192050.l1JKo6v2072618@freefall.freebsd.org>

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

>Number:         109336
>Category:       ports
>Synopsis:       [patch] Services start out of order when using postfix start script
>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:   Mon Feb 19 20:50:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Dan D Niles
>Release:        FreeBSD 6.1-RELEASE-p10 i386
>Organization:
MOREnet - Missouri Reasearch and Education Network
>Environment:
System: FreeBSD xxxxxxxx 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #1: Wed Dec 6 15:58:11 CST 2006 root@xxxxxxxx:/usr/obj/usr/src/sys/CUSTOM_SMP i386

>Description:
The postfix start script PROVIDEs postfix but not mail. As a result,
services like amavisd-new are starting after postfix.
>How-To-Repeat:
Reboot a server that uses the postfix start script (instead of the sendmail
one) to start postfix.  Services that list "BEFORE: mail" will start after
postfix.

>Fix:

--- postfix.sh.in.orig	Mon Feb 19 14:05:46 2007
+++ postfix.sh.in	Mon Feb 19 14:05:52 2007
@@ -2,7 +2,7 @@
 #
 # $FreeBSD: ports/mail/postfix/files/postfix.sh.in,v 1.4 2006/07/19 12:59:11 mnag Exp $
 #
-# PROVIDE: postfix
+# PROVIDE: postfix mail
 # REQUIRE: %%REQUIRE%%
 # KEYWORD: shutdown
 #

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



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