Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Feb 2006 09:58:39 +0100
From:      n j <nino80@gmail.com>
To:        wes@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: mimedefang-2.54
Message-ID:  <92bcbda50602080058s2dc1d954y49b2a0dd37b91f55@mail.gmail.com>

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

Don't know if this has been reported and/or fixed...

After installing mimedefang, the attempt to start it using rc.d
startup script, mimedefang.sh, succeeds, but reports the following:

"Starting mimedefang:                                        [: missing ]
[  OK  ]"

A few hours later (well, I'm no expert) :), I figured what's wrong
with the installation. It appears that startup script has a bug. On
lines 180 and 218, a space is missing before the closing square
bracket, after the SPOOLDIR variable:
the line should read [ -n "$SPOOLDIR" ] && echo "-z $SPOOLDIR" instead
of [ -n "$SPOOLDIR"] && echo "-z $SPOOLDIR" (note the space).

While I'm at it, it would be nice if mimedefang installation somehow
modified sendmail startup script to automatically start mimedefang, as
sendmail with mimedefang configured but not started doesn't work
anyway. But this is more of an idea to think about than an RFE :).

--
Nino



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