[csw-maintainers] License / copyright files in packages
Peter FELECAN
pfelecan at opencsw.org
Tue Nov 9 15:39:41 CET 2010
Ben Walton <bwalton at opencsw.org> writes:
>> This can be done with the -S flag of pkgadd. ("S" is for secret
>> option.)
>
> Ok, this would work. Where do you learn of all these undocumented
> things?
You can read the relevant information in
http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/cmd/svr4pkg/pkgadd/main.c
758 /*
759 * Not a public interface: suppress copyright notice being
760 * output during installation.
761 */
762 case 'S':
763 suppressCopyright++;
764 break;
--
Peter
More information about the maintainers
mailing list