diff options
author | 2013-01-13 20:47:05 +0000 | |
---|---|---|
committer | 2013-01-13 20:47:05 +0000 | |
commit | fe0b87f058e3bc8fa3fbc59e9af69a00b7890f70 (patch) | |
tree | 3f20fcd80a7b469014a18363da5637aa95338736 | |
parent | Remove machine-dependent glue for strtorQ, since hppa64 quad-precision (diff) | |
download | wireguard-openbsd-fe0b87f058e3bc8fa3fbc59e9af69a00b7890f70.tar.xz wireguard-openbsd-fe0b87f058e3bc8fa3fbc59e9af69a00b7890f70.zip |
Change an instance of submit.cf that should now be openbsd-submit.cf.
From grunk@
-rw-r--r-- | gnu/usr.sbin/sendmail/cf/cf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.sbin/sendmail/cf/cf/Makefile b/gnu/usr.sbin/sendmail/cf/cf/Makefile index 041a2af0370..55632e6ab93 100644 --- a/gnu/usr.sbin/sendmail/cf/cf/Makefile +++ b/gnu/usr.sbin/sendmail/cf/cf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2012/04/12 12:13:18 kurt Exp $ +# $OpenBSD: Makefile,v 1.27 2013/01/13 20:47:05 millert Exp $ # # Makefile for configuration files. # @@ -48,7 +48,7 @@ install: echo "WARNING: installed missing ${DESTDIR}/etc/mail/submit.cf"; \ echo "You should probably rebuild ${DESTDIR}/etc/mail/sendmail.cf"; \ ${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 644 \ - submit.cf ${DESTDIR}/etc/mail/submit.cf; \ + openbsd-submit.cf ${DESTDIR}/etc/mail/submit.cf; \ fi; \ if test ! -e ${DESTDIR}/etc/mail/localhost.cf; then \ echo "WARNING: installed missing ${DESTDIR}/etc/mail/localhost.cf"; \ |