diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 17:59:13 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 17:59:13 +0200 |
commit | fc61b8d888c17d6e6d58714d3cbfdc074fda8f9e (patch) | |
tree | db6471bcac7f452445f980382def3a22269a6174 /network/arptables/Makefile.diff | |
parent | 5e29f93d283968c1a4d72804635273f0981996d7 (diff) |
network/arptables: Removed from 12.0 repository
Diffstat (limited to 'network/arptables/Makefile.diff')
-rw-r--r-- | network/arptables/Makefile.diff | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/network/arptables/Makefile.diff b/network/arptables/Makefile.diff deleted file mode 100644 index f2b4883cf264c..0000000000000 --- a/network/arptables/Makefile.diff +++ /dev/null @@ -1,35 +0,0 @@ ---- arptables-v0.0.3-2/Makefile.orig 2006-08-22 10:40:51.826701081 -0500 -+++ arptables-v0.0.3-2/Makefile 2006-08-22 10:41:38.379149449 -0500 -@@ -50,11 +50,11 @@ - - $(MANDIR)/man8/arptables.8: arptables.8 - mkdir -p $(@D) -- install -m 0644 -o root -g root $< $@ -+ install -m 0644 $< $@ - - .PHONY: exec - exec: arptables -- install -m 0755 -o root -g root $< $(BINFILE) -+ install -m 0755 $< $(BINFILE) - - .PHONY: install - install: $(MANDIR)/man8/arptables.8 exec -@@ -71,14 +71,14 @@ - .PHONY: release - release: - mkdir -p include/linux/netfilter_arp -- install -m 0644 -o root -g root \ -+ install -m 0644 \ - $(KERNEL_DIR)/include/linux/netfilter_arp.h include/linux/ -- install -m 0644 -o root -g root \ -+ install -m 0644 \ - $(KERNEL_DIR)/include/linux/netfilter_arp/*.h \ - include/linux/netfilter_arp/ -- install -m 0644 -o root -g root \ -+ install -m 0644 \ - include/netfilter_arp.h include/linux/netfilter_arp.h -- install -m 0644 -o root -g root \ -+ install -m 0644 \ - include/arp_tables.h include/linux/netfilter_arp/arp_tables.h - make clean - cd ..;tar -c $(DIR) | gzip >$(DIR).tar.gz |