From 0d4cca2484854d5e878842c6fa27d4c570afe36b Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 4 Apr 2008 21:45:33 +0000 Subject: Fix audit -t argument -- it should actually take the option. --- pkgtools/pkg_install/files/admin/audit.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgtools/pkg_install') diff --git a/pkgtools/pkg_install/files/admin/audit.c b/pkgtools/pkg_install/files/admin/audit.c index 523de63451a..ac974c13ded 100644 --- a/pkgtools/pkg_install/files/admin/audit.c +++ b/pkgtools/pkg_install/files/admin/audit.c @@ -1,4 +1,4 @@ -/* $NetBSD: audit.c,v 1.5 2008/04/04 15:47:01 joerg Exp $ */ +/* $NetBSD: audit.c,v 1.6 2008/04/04 21:45:33 joerg Exp $ */ #if HAVE_CONFIG_H #include "config.h" @@ -8,7 +8,7 @@ #include #endif #ifndef lint -__RCSID("$NetBSD: audit.c,v 1.5 2008/04/04 15:47:01 joerg Exp $"); +__RCSID("$NetBSD: audit.c,v 1.6 2008/04/04 21:45:33 joerg Exp $"); #endif /*- @@ -89,7 +89,7 @@ parse_options(int argc, char **argv) optreset = 1; optind = 0; - while ((ch = getopt(argc, argv, "est")) != -1) { + while ((ch = getopt(argc, argv, "est:")) != -1) { switch (ch) { case 'e': check_eol = 1; -- cgit v1.2.3