summaryrefslogtreecommitdiff
path: root/net-mgmt/rancid-devel/files/patch-etc::Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/rancid-devel/files/patch-etc::Makefile.am')
-rw-r--r--net-mgmt/rancid-devel/files/patch-etc::Makefile.am34
1 files changed, 0 insertions, 34 deletions
diff --git a/net-mgmt/rancid-devel/files/patch-etc::Makefile.am b/net-mgmt/rancid-devel/files/patch-etc::Makefile.am
deleted file mode 100644
index 67a61d8b98e0..000000000000
--- a/net-mgmt/rancid-devel/files/patch-etc::Makefile.am
+++ /dev/null
@@ -1,34 +0,0 @@
-
-$FreeBSD$
-
---- etc/Makefile.am.orig Tue Jan 13 19:02:00 2004
-+++ etc/Makefile.am Wed May 5 16:36:40 2004
-@@ -33,26 +33,8 @@
- endif
-
- install-data-local: all
-- @if test "$(DO_CONF_INSTALL)" = "yes"; then \
-- if test -f $(sysconfdir)/rancid.conf ; then \
-- echo ""; \
-- echo "WARNING: *** $(sysconfdir)/rancid.conf exists. See "; \
-- echo " *** $(pkgdatadir)/rancid.conf.sample for new"; \
-- echo " *** examples."; \
-- echo ""; \
-- else \
-- $(INSTALL_DATA) rancid.conf.sample $(sysconfdir)/rancid.conf; \
-- fi; \
-- if test -f $(sysconfdir)/lg.conf ; then \
-- echo ""; \
-- echo "WARNING: *** $(sysconfdir)/lg.conf exists. See "; \
-- echo " *** $(pkgdatadir)/lg.conf.sample for new"; \
-- echo " *** examples."; \
-- echo ""; \
-- else \
-- $(INSTALL_DATA) lg.conf.sample $(sysconfdir)/lg.conf; \
-- fi; \
-- fi
-+ $(INSTALL_DATA) rancid.conf.sample $(sysconfdir)/
-+ $(INSTALL_DATA) lg.conf.sample $(sysconfdir)/
-
- #clean:
- # rm -f Makefile rancid.conf $(BIN_DATAS) $(BIN_PROGS)