Subject: $Id$ in patches/patch-aa -- pkglint complains
To: None <tech-pkg@netbsd.org>
From: None <zuntum@eik.pl>
List: tech-pkg
Date: 01/16/2001 17:52:32
I'm working on safetynet pkg.

patch-aa looks like:

$NetBSD$
--- safetynet.orig      Tue Jan 16 17:09:14 2001
+++ safetynet   Tue Jan 16 17:10:15 2001
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!@LOCALBASE@/bin/perl

 # $Id: safetynet,v 1.9 2001/01/16 05:02:12 syntec Exp $
[...]

Patch has been made from work/safetynet:

zuntum@cappi:/usr/pkgsrc/sysutils/safetynet# grep -i \$id work/safetynet
# $Id: safetynet,v 1.9 2001/01/16 05:02:12 syntec Exp $

And now pkglint complains:

zuntum@cappi:/usr/pkgsrc/sysutils/safetynet# make lint | grep -i \$id
WARN: patches/patch-aa includes possible RCS tag "$Id$". use binary mode (-ko) on commit/import.

How should I handle this? Just remove $Id$ from work/safetynet?

<Shaded:#netbsd> I wouldn't worry about it, NetBSD's CVS server expands $NetBSD$ not $Id$ afaik

I'd like to be sure if that idea is correct.

-- 
/* [zuntum] zuntum@eik.pl , [WWW] http://zuntum.net */