|
Lines 1-34
Link Here
|
| 1 |
|
1 |
|
| 2 |
$FreeBSD: ports/net-mgmt/rancid/files/patch-etc::Makefile.in,v 1.2 2004/05/06 10:32:26 pav Exp $ |
2 |
$FreeBSD: ports/net-mgmt/rancid-devel/files/patch-etc::Makefile.in,v 1.3 2007/03/26 09:06:53 miwi Exp $ |
| 3 |
|
3 |
|
| 4 |
--- etc/Makefile.in.orig Fri Feb 6 16:56:50 2004 |
4 |
--- etc/Makefile.in.orig |
| 5 |
+++ etc/Makefile.in Wed May 5 16:40:00 2004 |
5 |
+++ etc/Makefile.in |
| 6 |
@@ -347,26 +347,8 @@ |
6 |
@@ -375,26 +375,8 @@ |
| 7 |
|
7 |
|
| 8 |
|
8 |
|
| 9 |
install-data-local: all |
9 |
install-data-local: all |
| 10 |
- @if test "$(DO_CONF_INSTALL)" = "yes"; then \ |
10 |
- @if test "$(DO_CONF_INSTALL)" = "yes"; then \ |
| 11 |
- if test -f $(sysconfdir)/rancid.conf ; then \ |
11 |
- if test -f $(DESTDIR)$(sysconfdir)/rancid.conf ; then \ |
| 12 |
- echo ""; \ |
12 |
- echo ""; \ |
| 13 |
- echo "WARNING: *** $(sysconfdir)/rancid.conf exists. See "; \ |
13 |
- echo "WARNING: *** $(DESTDIR)$(sysconfdir)/rancid.conf exists. See "; \ |
| 14 |
- echo " *** $(pkgdatadir)/rancid.conf.sample for new"; \ |
14 |
- echo " *** $(pkgdatadir)/rancid.conf.sample for new"; \ |
| 15 |
- echo " *** examples."; \ |
15 |
- echo " *** examples."; \ |
| 16 |
- echo ""; \ |
16 |
- echo ""; \ |
| 17 |
- else \ |
17 |
- else \ |
| 18 |
- $(INSTALL_DATA) rancid.conf.sample $(sysconfdir)/rancid.conf; \ |
18 |
- $(INSTALL_DATA) rancid.conf.sample $(DESTDIR)$(sysconfdir)/rancid.conf; \ |
| 19 |
- fi; \ |
19 |
- fi; \ |
| 20 |
- if test -f $(sysconfdir)/lg.conf ; then \ |
20 |
- if test -f $(DESTDIR)$(sysconfdir)/lg.conf ; then \ |
| 21 |
- echo ""; \ |
21 |
- echo ""; \ |
| 22 |
- echo "WARNING: *** $(sysconfdir)/lg.conf exists. See "; \ |
22 |
- echo "WARNING: *** $(DESTDIR)$(sysconfdir)/lg.conf exists. See "; \ |
| 23 |
- echo " *** $(pkgdatadir)/lg.conf.sample for new"; \ |
23 |
- echo " *** $(pkgdatadir)/lg.conf.sample for new"; \ |
| 24 |
- echo " *** examples."; \ |
24 |
- echo " *** examples."; \ |
| 25 |
- echo ""; \ |
25 |
- echo ""; \ |
| 26 |
- else \ |
26 |
- else \ |
| 27 |
- $(INSTALL_DATA) lg.conf.sample $(sysconfdir)/lg.conf; \ |
27 |
- $(INSTALL_DATA) lg.conf.sample $(DESTDIR)$(sysconfdir)/lg.conf; \ |
| 28 |
- fi; \ |
28 |
- fi; \ |
| 29 |
- fi |
29 |
- fi |
| 30 |
+ $(INSTALL_DATA) rancid.conf.sample $(sysconfdir)/ |
30 |
+ $(INSTALL_DATA) rancid.conf.sample $(DESTDIR)$(sysconfdir) |
| 31 |
+ $(INSTALL_DATA) lg.conf.sample $(sysconfdir)/ |
31 |
+ $(INSTALL_DATA) lg.conf.sample $(DESTDIR)$(sysconfdir) |
| 32 |
|
32 |
|
| 33 |
lg.conf.sample: Makefile $(srcdir)/lg.conf.sample.in |
33 |
lg.conf.sample: Makefile $(srcdir)/lg.conf.sample.in |
| 34 |
rm -f lg.conf.sample lg.conf.sample.tmp; \ |
34 |
rm -f lg.conf.sample lg.conf.sample.tmp; \ |