summaryrefslogtreecommitdiff
path: root/net/rancid/files/patch-etc::Makefile.am
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2004-02-23 04:42:13 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2004-02-23 04:42:13 +0000
commit60aab665670e50cb18bba45ee25f2ed091759741 (patch)
tree924c1af9c149083e0626ceb279b67ad6ca69e630 /net/rancid/files/patch-etc::Makefile.am
parentBROKEN on !i386: Does not compile (diff)
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
Notes
Notes: svn path=/head/; revision=101812
Diffstat (limited to 'net/rancid/files/patch-etc::Makefile.am')
-rw-r--r--net/rancid/files/patch-etc::Makefile.am29
1 files changed, 0 insertions, 29 deletions
diff --git a/net/rancid/files/patch-etc::Makefile.am b/net/rancid/files/patch-etc::Makefile.am
deleted file mode 100644
index e4805556c2c8..000000000000
--- a/net/rancid/files/patch-etc::Makefile.am
+++ /dev/null
@@ -1,29 +0,0 @@
---- etc/Makefile.am.orig Sun Jan 18 02:30:29 2004
-+++ etc/Makefile.am Sun Jan 18 02:32:16 2004
-@@ -29,24 +29,8 @@
- CLEANFILES= $(pkgdata_DATA)
-
- install-data-local: all
-- @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;
-+ $(INSTALL_DATA) rancid.conf.sample $(sysconfdir)/ \
-+ $(INSTALL_DATA) lg.conf.sample $(sysconfdir)/
-
- #clean:
- # rm -f Makefile rancid.conf $(BIN_DATAS) $(BIN_PROGS)