In the installation message, do not give advice to define variables with

a dash in /etc/rc.conf.local.

Found by Marc Winiger mw@msys.ch
This commit is contained in:
mbalmer 2006-01-11 14:59:52 +00:00
parent 349302bad5
commit ed4390ae0d
2 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.11 2005/12/23 16:05:48 mbalmer Exp $
# $OpenBSD: Makefile,v 1.12 2006/01/11 14:59:52 mbalmer Exp $
COMMENT= "sendmail milter to scan messages for viruses and spam"
DISTNAME= smtp-vilter-1.2.4
PKGNAME= ${DISTNAME}p0
CATEGORIES= mail
SHARED_LIBS= vilter-attachment 5.1 \

View File

@ -4,10 +4,10 @@ See smtp-vilter(8) for instructions on how to register the milter.
To start the milter automatically on startup, one can use:
${SYSCONFDIR}/rc.conf.local
smtp-vilter_flags=""
smtp_vilter_flags=""
${SYSCONFDIR}/rc.local
if [ X"${smtp-vilter_flags}" != X"NO" -a \
if [ X"${smtp_vilter_flags}" != X"NO" -a \
-x ${PREFIX}/sbin/smtp-vilter ]; then
echo -n ' smtp-vilter'
${PREFIX}/sbin/smtp-vilter