Ben Walton <[email protected]> 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 _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
