aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/rancid/files
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-01-16 05:08:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-01-16 05:08:57 +0000
commitdf3e7e93b8317ece24fbe7d0c9e4aa1ebb0feca0 (patch)
tree1d9ecedb74d255866c8e1e5df9db0f2739a8ba66 /net-mgmt/rancid/files
parentc31f9d6cf28e3aa831ff2390ee3ab6ea031dbc76 (diff)
Notes
Diffstat (limited to 'net-mgmt/rancid/files')
-rw-r--r--net-mgmt/rancid/files/patch-Makefile.am19
-rw-r--r--net-mgmt/rancid/files/patch-Makefile.in19
-rw-r--r--net-mgmt/rancid/files/patch-bin::Makefile.in17
-rw-r--r--net-mgmt/rancid/files/patch-util::Makefile.in17
-rw-r--r--net-mgmt/rancid/files/patch-util::lg::Makefile.in24
5 files changed, 0 insertions, 96 deletions
diff --git a/net-mgmt/rancid/files/patch-Makefile.am b/net-mgmt/rancid/files/patch-Makefile.am
deleted file mode 100644
index 246e638fd59d..000000000000
--- a/net-mgmt/rancid/files/patch-Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-*** Makefile.am.orig Mon Jun 3 14:01:32 2002
---- Makefile.am Mon Jun 3 14:02:03 2002
-***************
-*** 22,28 ****
- $(mkinstalldirs) $(prefix)/util $(prefix)/util/lg
-
- install:
-! for file in CHANGES README cloginrc.sample ; do \
- $(INSTALL_DATA) $$file $(prefix); \
- done
-
---- 22,28 ----
- $(mkinstalldirs) $(prefix)/util $(prefix)/util/lg
-
- install:
-! for file in CHANGES FAQ README cloginrc.sample ; do \
- $(INSTALL_DATA) $$file $(prefix); \
- done
-
diff --git a/net-mgmt/rancid/files/patch-Makefile.in b/net-mgmt/rancid/files/patch-Makefile.in
deleted file mode 100644
index eabf76568439..000000000000
--- a/net-mgmt/rancid/files/patch-Makefile.in
+++ /dev/null
@@ -1,19 +0,0 @@
-*** Makefile.in.orig Mon Jun 3 14:01:40 2002
---- Makefile.in Mon Jun 3 14:02:40 2002
-***************
-*** 354,360 ****
- $(mkinstalldirs) $(prefix)/util $(prefix)/util/lg
-
- install:
-! for file in CHANGES README cloginrc.sample ; do \
- $(INSTALL_DATA) $$file $(prefix); \
- done
-
---- 354,360 ----
- $(mkinstalldirs) $(prefix)/util $(prefix)/util/lg
-
- install:
-! for file in CHANGES FAQ README cloginrc.sample ; do \
- $(INSTALL_DATA) $$file $(prefix); \
- done
-
diff --git a/net-mgmt/rancid/files/patch-bin::Makefile.in b/net-mgmt/rancid/files/patch-bin::Makefile.in
deleted file mode 100644
index 33df59b9cf98..000000000000
--- a/net-mgmt/rancid/files/patch-bin::Makefile.in
+++ /dev/null
@@ -1,17 +0,0 @@
---- bin/Makefile.in.orig Thu Sep 26 10:46:33 2002
-+++ bin/Makefile.in Thu Sep 26 10:47:14 2002
-@@ -375,13 +375,7 @@
- for prog in $(BIN_PROGS) ; do \
- $(INSTALL) $$prog $(bindir); \
- done; \
-- if test -f $(bindir)/env ; then \
-- echo "WARNING: *** $(bindir)/env exists: installing as env.new."; \
-- echo " *** review env.new for new/deprecated switches"; \
-- $(INSTALL_DATA) env $(bindir)/env.new; \
-- else \
-- $(INSTALL_DATA) env $(bindir); \
-- fi
-+ $(INSTALL_DATA) env $(bindir)/env.new
- # BIN_DATAS are empty at the moment.
- # for prog in $(BIN_DATAS) ; do \
- # $(INSTALL_DATA) $$prog $(PREFIX)/bin; \
diff --git a/net-mgmt/rancid/files/patch-util::Makefile.in b/net-mgmt/rancid/files/patch-util::Makefile.in
deleted file mode 100644
index 833b917fc36e..000000000000
--- a/net-mgmt/rancid/files/patch-util::Makefile.in
+++ /dev/null
@@ -1,17 +0,0 @@
-*** util/Makefile.in.orig Mon Jun 3 14:21:54 2002
---- util/Makefile.in Mon Jun 3 14:23:55 2002
-***************
-*** 1,6 ****
- PREFIX = @prefix@
-
-! INSTALL = @INSTALL@
- INSTALL_DATA = @INSTALL_DATA@
-
- UTIL_PROGS = @RD_UTIL_PROGS@
---- 1,6 ----
- PREFIX = @prefix@
-
-! INSTALL = @INSTALL_SCRIPT@
- INSTALL_DATA = @INSTALL_DATA@
-
- UTIL_PROGS = @RD_UTIL_PROGS@
diff --git a/net-mgmt/rancid/files/patch-util::lg::Makefile.in b/net-mgmt/rancid/files/patch-util::lg::Makefile.in
deleted file mode 100644
index 45406eaf77f7..000000000000
--- a/net-mgmt/rancid/files/patch-util::lg::Makefile.in
+++ /dev/null
@@ -1,24 +0,0 @@
---- util/lg/Makefile.in.orig Fri Aug 9 23:59:06 2002
-+++ util/lg/Makefile.in Thu Sep 26 10:54:50 2002
-@@ -1,6 +1,6 @@
- PREFIX = @prefix@
-
--INSTALL = @INSTALL@
-+INSTALL = @INSTALL_SCRIPT@
- INSTALL_DATA = @INSTALL_DATA@
-
- UTIL_LG_PROGS = @RD_UTIL_LG_PROGS@
-@@ -13,13 +13,7 @@
- for file in $(UTIL_LG_PROGS) ; do \
- $(INSTALL) $$file $(PREFIX)/util/lg; \
- done; \
-- if test -f $(PREFIX)/util/lg/lg.conf ; then \
-- echo "WARNING: *** $(PREFIX)/util/lg/lg.conf exists: installing as lg.conf.new."; \
-- echo " *** review lg.conf.new for new/deprecated switches"; \
- $(INSTALL_DATA) lg.conf $(PREFIX)/util/lg/lg.conf.new; \
-- else \
-- $(INSTALL_DATA) lg.conf $(PREFIX)/util/lg; \
-- fi; \
- for file in *README* *.html; do \
- $(INSTALL_DATA) $$file $(PREFIX)/util/lg; \
- done