aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/net-tools/files/net-tools-1.60-bitkeeper.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/net-tools/files/net-tools-1.60-bitkeeper.patch')
-rw-r--r--recipes/net-tools/files/net-tools-1.60-bitkeeper.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/net-tools/files/net-tools-1.60-bitkeeper.patch b/recipes/net-tools/files/net-tools-1.60-bitkeeper.patch
new file mode 100644
index 0000000000..6871304d3b
--- /dev/null
+++ b/recipes/net-tools/files/net-tools-1.60-bitkeeper.patch
@@ -0,0 +1,17 @@
+--- net-tools-1.60/netplug-1.2.9/Makefile.kill_bitkeeper 2005-01-10 11:36:32.000000000 +0100
++++ net-tools-1.60/netplug-1.2.9/Makefile 2005-01-10 11:38:01.796744224 +0100
+@@ -24,10 +24,12 @@
+ install $(install_opts) -m 755 scripts/rc.netplugd $(initdir)/netplugd
+ install -C $(install_opts) -m 444 man/man8/netplugd.8 $(mandir)/man8
+
+-bk_root := $(shell bk root)
++#bk_root := $(shell bk root)
++bk_root := $(shell)
+ tar_root := netplug-$(version)
+ tar_file := $(bk_root)/$(tar_root).tar.bz2
+-files := $(shell bk sfiles -Ug)
++#files := $(shell bk sfiles -Ug)
++file := $(shell)
+
+ tarball: $(tar_file)
+