pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/opensmtpd/files
Module Name: pkgsrc
Committed By: schmonz
Date: Thu Aug 24 15:49:09 UTC 2023
Modified Files:
pkgsrc/mail/opensmtpd/files: README.pkgsrc mailer.conf
Log Message:
opensmtpd: s|smpt|smtp|g
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/opensmtpd/files/README.pkgsrc
cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/opensmtpd/files/mailer.conf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/opensmtpd/files/README.pkgsrc
diff -u pkgsrc/mail/opensmtpd/files/README.pkgsrc:1.1 pkgsrc/mail/opensmtpd/files/README.pkgsrc:1.2
--- pkgsrc/mail/opensmtpd/files/README.pkgsrc:1.1 Thu Aug 24 15:26:40 2023
+++ pkgsrc/mail/opensmtpd/files/README.pkgsrc Thu Aug 24 15:49:09 2023
@@ -8,7 +8,7 @@ to set up OpenSMTPD for local and outbou
* Replace /etc/mailer.conf with @PREFIX@/share/examples/opensmtpd/mailer.conf.
* Prepend @PREFIX@/man to the MANPATH environment to avoid conflicting
names for man pages with sendmail-compatible mail servers.
-* Check the smptd.conf and aliases files in @PKG_SYSCONFDIR@/smtpd. See
+* Check the smtpd.conf and aliases files in @PKG_SYSCONFDIR@/smtpd. See
the relevant man pages.
* Set opensmtpd=YES in /etc/rc.conf.
* Run `@RCD_SCRIPTS_DIR@/opensmtpd start' to start OpenSMTPD.
Index: pkgsrc/mail/opensmtpd/files/mailer.conf
diff -u pkgsrc/mail/opensmtpd/files/mailer.conf:1.4 pkgsrc/mail/opensmtpd/files/mailer.conf:1.5
--- pkgsrc/mail/opensmtpd/files/mailer.conf:1.4 Thu Aug 24 15:26:40 2023
+++ pkgsrc/mail/opensmtpd/files/mailer.conf Thu Aug 24 15:49:09 2023
@@ -1,9 +1,9 @@
-# $NetBSD: mailer.conf,v 1.4 2023/08/24 15:26:40 vins Exp $
+# $NetBSD: mailer.conf,v 1.5 2023/08/24 15:49:09 schmonz Exp $
#
# Use "opensmtpd" replacements
#
sendmail @PREFIX@/sbin/smtpctl
send-mail @PREFIX@/sbin/smtpctl
mailq @PREFIX@/sbin/smtpctl
-makemap @PREFIX@/sbin/smptctl
+makemap @PREFIX@/sbin/smtpctl
newaliases @PREFIX@/sbin/smtpctl
Home |
Main Index |
Thread Index |
Old Index