Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pkgviews]: src/usr.sbin/pkg_install/create Actually add "-E" to the list...
details: https://anonhg.NetBSD.org/src/rev/9a6ad38ade07
branches: pkgviews
changeset: 534241:9a6ad38ade07
user: jlam <jlam%NetBSD.org@localhost>
date: Tue Jul 29 01:37:44 2003 +0000
description:
Actually add "-E" to the list of options recognized by getopt().
diffstat:
usr.sbin/pkg_install/create/main.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 3b4b9619096f -r 9a6ad38ade07 usr.sbin/pkg_install/create/main.c
--- a/usr.sbin/pkg_install/create/main.c Mon Jul 28 21:55:36 2003 +0000
+++ b/usr.sbin/pkg_install/create/main.c Tue Jul 29 01:37:44 2003 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: main.c,v 1.21.2.3 2003/07/25 11:54:01 jlam Exp $ */
+/* $NetBSD: main.c,v 1.21.2.4 2003/07/29 01:37:44 jlam Exp $ */
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char *rcsid = "from FreeBSD Id: main.c,v 1.17 1997/10/08 07:46:23 charnier Exp";
#else
-__RCSID("$NetBSD: main.c,v 1.21.2.3 2003/07/25 11:54:01 jlam Exp $");
+__RCSID("$NetBSD: main.c,v 1.21.2.4 2003/07/29 01:37:44 jlam Exp $");
#endif
#endif
@@ -24,7 +24,7 @@
#include "lib.h"
#include "create.h"
-static const char Options[] = "B:C:D:FI:L:OP:RS:UVX:b:c:d:f:hi:k:lm:n:p:r:s:t:v";
+static const char Options[] = "B:C:D:EFI:L:OP:RS:UVX:b:c:d:f:hi:k:lm:n:p:r:s:t:v";
char *Prefix = NULL;
char *Comment = NULL;
Home |
Main Index |
Thread Index |
Old Index