diff options
Diffstat (limited to 'net/arpwatch-devel/files/patch-ag')
-rw-r--r-- | net/arpwatch-devel/files/patch-ag | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/arpwatch-devel/files/patch-ag b/net/arpwatch-devel/files/patch-ag deleted file mode 100644 index f3861534ea96..000000000000 --- a/net/arpwatch-devel/files/patch-ag +++ /dev/null @@ -1,14 +0,0 @@ ---- ../arpwatch.orig/configure.in Sat Oct 14 14:19:10 2000 -+++ ./configure.in Wed Sep 10 13:08:05 2003 -@@ -170,6 +170,11 @@ - if test ! -f arp.dat ; then - echo 'creating empty arp.dat file' - touch arp.dat -+fi -+ -+if test ! -f ether.dat ; then -+ echo 'creating empty ether.dat file' -+ touch ether.dat - fi - - if test -f .devel ; then |