summaryrefslogtreecommitdiff
path: root/net-mgmt/rancid/files/patch-util::lg::Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/rancid/files/patch-util::lg::Makefile.in')
-rw-r--r--net-mgmt/rancid/files/patch-util::lg::Makefile.in24
1 files changed, 0 insertions, 24 deletions
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