|
Lines 1-6
Link Here
|
| 1 |
--- mk/smtpd/Makefile.in.orig |
1 |
--- mk/smtpd/Makefile.in.orig 2015-06-20 04:17:57.656811000 +0000 |
| 2 |
+++ mk/smtpd/Makefile.in |
2 |
+++ mk/smtpd/Makefile.in 2015-06-20 04:19:53.711103000 +0000 |
| 3 |
@@ -1796,11 +1796,7 @@ |
3 |
@@ -1366,11 +1366,7 @@ install-exec-hook: $(CONFIGFILES) $(MANP |
| 4 |
$(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)5 |
4 |
$(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)5 |
| 5 |
$(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)8 |
5 |
$(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)8 |
| 6 |
|
6 |
|
|
Lines 9-15
Link Here
|
| 9 |
- else \ |
9 |
- else \ |
| 10 |
- echo "$(DESTDIR)$(sysconfdir)/smtpd.conf already exists, install will not overwrite"; \ |
10 |
- echo "$(DESTDIR)$(sysconfdir)/smtpd.conf already exists, install will not overwrite"; \ |
| 11 |
- fi |
11 |
- fi |
| 12 |
+ $(INSTALL) -m 644 smtpd.conf.out $(DESTDIR)$(sysconfdir)/smtpd.conf.sample |
12 |
+ $(INSTALL) -m 644 smtpd.conf.out $(DESTDIR)$(sysconfdir)/smtpd.conf.sample |
| 13 |
|
13 |
|
| 14 |
$(INSTALL) -m 644 aliases.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/aliases.5 |
14 |
$(INSTALL) -m 644 aliases.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/aliases.5 |
| 15 |
$(INSTALL) -m 644 forward.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/forward.5 |
15 |
$(INSTALL) -m 644 forward.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/forward.5 |