Summary: | postfix rc.d startup enhancement, postfix_flags | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jeremy Chadwick <koitsu> | ||||
Component: | Individual Port(s) | Assignee: | Jeremy Chadwick <koitsu> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Jeremy Chadwick
![]() ![]() Responsible Changed From-To: freebsd-ports-bugs->koitsu Submitter has GNATS access State Changed From-To: open->feedback Awaiting maintainers feedback On Feb 13, 2007, at 4:28 PM, Edwin Groothuis wrote: > Maintainer of mail/postfix, > > Please note that PR ports/109137 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. I approve the application of this patch. I don't see the need to increment PORTREVISION on this change, as it doesn't affect any existing users. koitsu 2007-02-20 22:36:40 UTC FreeBSD ports repository Modified files: mail/postfix/files postfix.sh.in mail/postfix-current/files postfix.sh.in Log: Addition of postfix_flags variable to rc.subr startup script. This variable is passed to postfix-script on startup, allowing administrators to do things like postfix_flags="-c /my/place/postfix" (alternate location of main.cf and master.cf), or postfix_flags="-v" (for verbose logging). See postfix(1) manpage for flags. PR: ports/109137 Reviewed by: Vivek Khera <vivek@khera.org> Approved by: philip Revision Changes Path 1.5 +6 -3 ports/mail/postfix-current/files/postfix.sh.in 1.5 +6 -3 ports/mail/postfix/files/postfix.sh.in _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: feedback->closed Committed. Thanks! |