diff options
author | wiz <wiz@pkgsrc.org> | 2001-01-29 11:34:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-01-29 11:34:21 +0000 |
commit | b979f7222ad9bade13f010cd27e5bc6afab1681c (patch) | |
tree | 86f14acd24842161759a420487862022044c2b4b /security/smtpd/pkg | |
parent | 6a13219ca89e5dae86f27159ff86006058c06859 (diff) | |
download | pkgsrc-b979f7222ad9bade13f010cd27e5bc6afab1681c.tar.gz |
Add automatic ${VARIABLE} handling for MESSAGE files.
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced,
not @VARIABLE@, nor @@VARIABLE@@).
By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX,
X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST.
Clean up some packages while I'm there; add RCS tags to most MESSAGEs.
Remove some uninteresting MESSAGEs.
Diffstat (limited to 'security/smtpd/pkg')
-rw-r--r-- | security/smtpd/pkg/MESSAGE | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/smtpd/pkg/MESSAGE b/security/smtpd/pkg/MESSAGE index ceac3b1a2d6..65fa24e97e8 100644 --- a/security/smtpd/pkg/MESSAGE +++ b/security/smtpd/pkg/MESSAGE @@ -1,5 +1,5 @@ ========================================================================== -$NetBSD: MESSAGE,v 1.2 2000/09/03 13:22:31 wiz Exp $ +$NetBSD: MESSAGE,v 1.3 2001/01/29 11:34:41 wiz Exp $ The necessary spool and configuration directories were created under /var/spool/smtpd. Please edit /var/spool/smtpd/etc/smtp_check_rules @@ -7,7 +7,8 @@ according to your taste. You will want to start smtpfwdd in rc.local, and add a line like -smtp stream tcp nowait root @PREFIX@/sbin/smtpd smtpd +smtp stream tcp nowait root ${PREFIX}/sbin/smtpd smtpd to your /etc/inetd.conf when you are done. + ========================================================================== |