PERFORCE change 178146 for review

Garrett Cooper gcooper at FreeBSD.org
Wed May 12 15:53:22 UTC 2010


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

Change 178146 by gcooper at starr-bastion on 2010/05/12 15:52:59

	
	Regenerate == TRUE doesn't always make sense as the default because this changes the arguments passed to open, i.e. O_TRUNC (Regenerate) vs O_CREAT (!Regenerate).

Affected files ...

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

Differences ...

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

@@ -46,7 +46,7 @@
 int	Dereference	= FALSE;
 int	PlistOnly	= FALSE;
 int	Recursive	= FALSE;
-int	Regenerate	= TRUE;
+int	Regenerate	= FALSE;
 int	Help		= FALSE;
 enum zipper	Zipper  = BZIP2;
 


More information about the p4-projects mailing list