Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / tct / patches / patch-ad
blob01eade8b2a2b5b723f5b5313c9ad2d41dc2df109
1 $NetBSD: patch-ad,v 1.2 2005/01/22 15:59:58 ben Exp $
3 --- lib/ostype.pl.orig  2000-07-30 16:39:20.000000000 -0700
4 +++ lib/ostype.pl
5 @@ -9,6 +9,9 @@ print "Determining OS (in determine_os()
6  
7  # Order does not matter, table is sorted.
8  %OS_INFO = (
9 +    "NETBSD1", "NetBSD.1",
10 +    "NETBSD2", "NetBSD.2",
11 +    "NETBSD3", "NetBSD.3",
12      "FREEBSD2", "FreeBSD.2",
13      "FREEBSD3", "FreeBSD.3",
14      "FREEBSD4", "FreeBSD.4",