pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/scripts Back to pkg-vulnerabilities format 1.0.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1fdf307e7805
branches: trunk
changeset: 511489:1fdf307e7805
user: salo <salo%pkgsrc.org@localhost>
date: Sat Apr 15 15:00:24 2006 +0000
description:
Back to pkg-vulnerabilities format 1.0.0.
diffstat:
mk/scripts/genreadme.awk | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (21 lines):
diff -r dd89ffeeb9a9 -r 1fdf307e7805 mk/scripts/genreadme.awk
--- a/mk/scripts/genreadme.awk Sat Apr 15 14:21:27 2006 +0000
+++ b/mk/scripts/genreadme.awk Sat Apr 15 15:00:24 2006 +0000
@@ -1,5 +1,5 @@
#!/usr/bin/awk -f
-# $NetBSD: genreadme.awk,v 1.21 2006/01/17 23:52:17 dmcmahill Exp $
+# $NetBSD: genreadme.awk,v 1.22 2006/04/15 15:00:24 salo Exp $
#
# Copyright (c) 2002, 2003, 2005, 2006 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -277,9 +277,7 @@
}
if ($0 !~ /^\#/) {
vulpkg[i] = $1;
- j = match($2, /,/);
- vultype[i] = substr($2, j+1);
- vulid[i] = substr($2, 1, j-1);
+ vultype[i] = $2;
vulref[i] = $3;
i = i + 1;
}
Home |
Main Index |
Thread Index |
Old Index