PERFORCE change 178644 for review

Garrett Cooper gcooper at FreeBSD.org
Sun May 23 08:53:58 UTC 2010


http://p4web.freebsd.org/@@178644?ac=10

Change 178644 by gcooper at gcooper-bayonetta on 2010/05/23 08:53:34

	Remove some unforgotten yes/no bits from pkg_create.

Affected files ...

.. //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/usr.sbin/pkg_install/create/main.c#11 edit

Differences ...

==== //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/usr.sbin/pkg_install/create/main.c#11 (text+ko) ====

@@ -54,12 +54,11 @@
 
 static void usage(void);
 
-static char opts[] = "EGYNnORhjvxyzf:p:P:C:c:d:i:I:k:K:r:t:X:D:m:s:S:o:b:";
+static char opts[] = "EGnORhjvxyzf:p:P:C:c:d:i:I:k:K:r:t:X:D:m:s:S:o:b:";
 static struct option longopts[] = {
 	{ "backup",	required_argument,	NULL,		'b' },
 	{ "extended",	no_argument,		NULL,		'E' },
 	{ "help",	no_argument,		&Help,		TRUE },
-	{ "no",		no_argument,		NULL,		'N' },
 	{ "no-glob",	no_argument,		NULL,		'G' },
 	{ "origin",	required_argument,	NULL,		'o' },
 	{ "plist-only",	no_argument,		NULL,		'O' },
@@ -68,7 +67,6 @@
 	{ "regex",	no_argument,		NULL,		'x' },
 	{ "template",	required_argument,	NULL,		't' },
 	{ "verbose",	no_argument,		NULL,		'v' },
-	{ "yes",	no_argument,		NULL,		'Y' },
 	{ NULL,		0,			NULL,		0 },
 };
 


More information about the p4-projects mailing list