diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2013-01-13 20:47:06 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2013-01-13 20:47:06 +0000 |
commit | 9054ea03875135bbcc8dcc7ad9809f77b5cb8186 (patch) | |
tree | 4c4d7ec3b85c10ed5394c641ff54eab0a66dbee4 /gnu/usr.sbin | |
parent | ee697449f8b402ffd7f50d12c0461575cfde8f4f (diff) |
Change an instance of submit.cf that should now be openbsd-submit.cf.
From grunk@
Diffstat (limited to 'gnu/usr.sbin')
-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"; \ |