From 3b306732766ad9693f8e9b4149340e4a6aa9eb18 Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Tue, 2 Feb 2016 20:45:04 +0000 Subject: [PATCH] mail/opensmtpd: restore patch to install .sample config file Notified by: adamw@ MFH: 2016Q1 --- mail/opensmtpd/files/patch-mk_smtpd_Makefile.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 mail/opensmtpd/files/patch-mk_smtpd_Makefile.in diff --git a/mail/opensmtpd/files/patch-mk_smtpd_Makefile.in b/mail/opensmtpd/files/patch-mk_smtpd_Makefile.in new file mode 100644 index 000000000000..d702255d55fe --- /dev/null +++ b/mail/opensmtpd/files/patch-mk_smtpd_Makefile.in @@ -0,0 +1,17 @@ +--- mk/smtpd/Makefile.in.orig 2016-02-02 20:40:51 UTC ++++ mk/smtpd/Makefile.in +@@ -1365,13 +1365,7 @@ install-exec-hook: $(CONFIGFILES) $(MANP + $(MKDIR_P) $(DESTDIR)$(bindir) + $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)5 + $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)8 +- +- @if [ ! -f $(DESTDIR)$(sysconfdir)/smtpd.conf ]; then \ +- $(INSTALL) -m 644 smtpd.conf.out $(DESTDIR)$(sysconfdir)/smtpd.conf; \ +- else \ +- echo "$(DESTDIR)$(sysconfdir)/smtpd.conf already exists, install will not overwrite"; \ +- fi +- ++ $(INSTALL) -m 644 smtpd.conf.out $(DESTDIR)$(sysconfdir)/smtpd.conf.sample + $(INSTALL) -m 644 aliases.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/aliases.5 + $(INSTALL) -m 644 forward.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/forward.5 + $(INSTALL) -m 644 table.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/table.5