pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/audit-packages Fix download...
details: https://anonhg.NetBSD.org/pkgsrc/rev/da27e2d5a7a8
branches: trunk
changeset: 539773:da27e2d5a7a8
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Mar 13 08:37:43 2008 +0000
description:
Fix download-vulnerability-list's -c option. From Jim Bernard in PR 38231.
diffstat:
pkgtools/pkg_install/files/audit-packages/download-vulnerability-list.sh.in | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 21c9e60ff425 -r da27e2d5a7a8 pkgtools/pkg_install/files/audit-packages/download-vulnerability-list.sh.in
--- a/pkgtools/pkg_install/files/audit-packages/download-vulnerability-list.sh.in Thu Mar 13 03:12:26 2008 +0000
+++ b/pkgtools/pkg_install/files/audit-packages/download-vulnerability-list.sh.in Thu Mar 13 08:37:43 2008 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
-# $NetBSD: download-vulnerability-list.sh.in,v 1.4 2007/09/17 22:40:28 adrianp Exp $
+# $NetBSD: download-vulnerability-list.sh.in,v 1.5 2008/03/13 08:37:43 wiz Exp $
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@@ -71,6 +71,7 @@
-c)
custom_conf=yes
local_conf="$2"
+ shift
;;
*)
usage "$0" "Unknown option $1"
Home |
Main Index |
Thread Index |
Old Index