diff options
Diffstat (limited to 'security/smtpd/pkg')
-rw-r--r-- | security/smtpd/pkg/DEINSTALL | 3 | ||||
-rw-r--r-- | security/smtpd/pkg/MESSAGE | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/security/smtpd/pkg/DEINSTALL b/security/smtpd/pkg/DEINSTALL index 4bfc80cc99b..f70b41f4eee 100644 --- a/security/smtpd/pkg/DEINSTALL +++ b/security/smtpd/pkg/DEINSTALL @@ -1,6 +1,6 @@ #! /bin/sh # -# $NetBSD: DEINSTALL,v 1.1.1.1 2000/04/21 10:57:33 mjl Exp $ +# $NetBSD: DEINSTALL,v 1.2 2000/09/03 13:22:31 wiz Exp $ # case "$2" in @@ -15,4 +15,3 @@ remove those by hand, if you no longer need them. EOF ;; esac - diff --git a/security/smtpd/pkg/MESSAGE b/security/smtpd/pkg/MESSAGE index 8e6c49a1a4c..ceac3b1a2d6 100644 --- a/security/smtpd/pkg/MESSAGE +++ b/security/smtpd/pkg/MESSAGE @@ -1,5 +1,5 @@ ========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2000/04/21 10:57:33 mjl Exp $ +$NetBSD: MESSAGE,v 1.2 2000/09/03 13:22:31 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,7 @@ according to your taste. You will want to start smtpfwdd in rc.local, and add a line like -smtp stream tcp nowait root /usr/pkg/sbin/smtpd smtpd +smtp stream tcp nowait root @PREFIX@/sbin/smtpd smtpd to your /etc/inetd.conf when you are done. ========================================================================== |