diff options
author | agc <agc@pkgsrc.org> | 1999-11-19 12:32:26 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-11-19 12:32:26 +0000 |
commit | 3667af2477b9de9004dfa134feb2c2d312983d50 (patch) | |
tree | 5870554d0480e340355a38e5356cb37eb3500114 /net/arpwatch/patches | |
parent | a1919bdd4d5b932aa6fd7fc60cced3fb243c238b (diff) | |
download | pkgsrc-3667af2477b9de9004dfa134feb2c2d312983d50.tar.gz |
Unfortunately, one of the files that is patched contains an RCS Id in
the surrounding context. Introduce a pre-patch stage which removes the
magic '$' characters from the source file, which allows us to have
package patch files which do not contain any RCS Ids, and which allows
us to patch without a fuzz factor.
Diffstat (limited to 'net/arpwatch/patches')
-rw-r--r-- | net/arpwatch/patches/patch-ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/arpwatch/patches/patch-ac b/net/arpwatch/patches/patch-ac index 028ba55afc9..cd80f29e69d 100644 --- a/net/arpwatch/patches/patch-ac +++ b/net/arpwatch/patches/patch-ac @@ -1,9 +1,9 @@ -$NetBSD: patch-ac,v 1.3 1998/11/04 17:25:12 mycroft Exp $ +$NetBSD: patch-ac,v 1.4 1999/11/19 12:32:27 agc Exp $ ---- arpwatch.h.orig Mon Feb 9 19:35:15 1998 -+++ arpwatch.h Wed Nov 4 12:15:33 1998 +--- arpwatch.h.orig Fri Nov 19 12:22:02 1999 ++++ arpwatch.h Fri Nov 19 12:22:02 1999 @@ -1,7 +1,9 @@ - /* @(#) $Header: /cvsroot/pkgsrc/net/arpwatch/patches/patch-ac,v 1.3 1998/11/04 17:25:12 mycroft Exp $ (LBL) */ + /* @(#) Header: arpwatch.h,v 1.28 98/02/09 16:35:15 leres Exp (LBL) */ #define ARPFILE "arp.dat" +#ifndef ETHERCODES |