Skip site navigation (1)Skip section navigation (2)
Date:      16 Mar 2003 08:15:24 -0000
From:      haribeau@gmx.de
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/50043: update ports/mail/qmail 
Message-ID:  <20030316081524.46290.qmail@linuxlupe.de>

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

>Number:         50043
>Category:       ports
>Synopsis:       update for qmail-port
>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 Mar 16 00:20:12 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Clemens Hermann
>Release:        FreeBSD 4.7-RELEASE i386
>Organization:
- 
>Environment:

        i386 PIII

>Description:

        the qmail-port Makefile offers a 'make disable-sendmail' option.
        as the name suggests this should disable any sendmail processes.
        Therefor a line 'sendmail_enable="NO"' is appended to 'rc.conf'.
        But the appropriate line should be 'sendmail_enable="NONE"' instead.

>How-To-Repeat:

        install ports/mail/qmail and then 'make disable-sendmail'.

>Fix:

*** Makefile    Mon Sep 23 15:23:09 2002
--- Makefile.new        Sun Mar 16 10:00:52 2003
***************
*** 366,372 ****
        @${ECHO_MSG} "===> (i.e., added sendmail_enable=\\xa8NO\\xa8 to rc.conf)
"
        @if [ -f ${RC_CONF_FILE} ]; \
        then \
!               ${ECHO_CMD} sendmail_enable=\"NO\" >> ${RC_CONF_FILE} ; \
        fi

  enable-sendmail: thereal-disable-sendmail
--- 366,372 ----
        @${ECHO_MSG} "===> (i.e., added sendmail_enable=\\xa8NO\\xa8 to rc.conf)
"
        @if [ -f ${RC_CONF_FILE} ]; \
        then \
!               ${ECHO_CMD} sendmail_enable=\"NONE\" >> ${RC_CONF_FILE} ; \
        fi

  enable-sendmail: thereal-disable-sendmail
>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?20030316081524.46290.qmail>