Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jul 2006 23:40:31 +0900 (JST)
From:      KIMURA Yasuhiro <yasu@utahime.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/100750: [PATCH] mail/postfix: change default value of REQUIRE in rc script
Message-ID:  <20060723144031.254351F@eastasia.home.utahime.org>
Resent-Message-ID: <200607231450.k6NEoAnu003936@freefall.freebsd.org>

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

>Number:         100750
>Category:       ports
>Synopsis:       [PATCH] mail/postfix: change default value of REQUIRE in rc 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:   Sun Jul 23 14:50:09 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     KIMURA Yasuhiro
>Release:        FreeBSD 6.1-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD xxxx 6.1-RELEASE-p2 FreeBSD 6.1-RELEASE-p2 #0: Thu Jun 15 07:19:20 JST 2006 xxxx i386


	
>Description:
	There is following comment in /etc/rc.d/sendmail of 6.1R:

	# PROVIDE: mail
	# REQUIRE: LOGIN cleanvar
	#	we make mail start late, so that things like .forward's are not
	#	processed until the system is fully operational

	I think this also applys to postfix.

	
>How-To-Repeat:
	
>Fix:

	

--- patch-postfix begins here ---
Index: Makefile
===================================================================
RCS file: /usr1/freebsd/cvsroot/ports/mail/postfix/Makefile,v
retrieving revision 1.113
diff -u -r1.113 Makefile
--- Makefile	19 Jul 2006 19:21:35 -0000	1.113
+++ Makefile	23 Jul 2006 14:27:37 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	postfix
 PORTVERSION=	2.3.0
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	mail ipv6
 MASTER_SITES=	ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
@@ -93,7 +94,7 @@
 .include <bsd.port.pre.mk>
 
 # Default requirement for postfix rc script
-_REQUIRE=	DAEMON
+_REQUIRE=	LOGIN cleanvar
 
 .if defined(WITH_PCRE)
 LIB_DEPENDS+=		pcre.0:${PORTSDIR}/devel/pcre
--- patch-postfix ends here ---


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



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