From 3667af2477b9de9004dfa134feb2c2d312983d50 Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 19 Nov 1999 12:32:26 +0000 Subject: 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. --- net/arpwatch/patches/patch-ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net/arpwatch/patches') 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 -- cgit v1.2.3