diff options
Diffstat (limited to 'usr/src/tools/pmodes/README.pmodes')
-rw-r--r-- | usr/src/tools/pmodes/README.pmodes | 37 |
1 files changed, 29 insertions, 8 deletions
diff --git a/usr/src/tools/pmodes/README.pmodes b/usr/src/tools/pmodes/README.pmodes index 668103cdae..da8152f1da 100644 --- a/usr/src/tools/pmodes/README.pmodes +++ b/usr/src/tools/pmodes/README.pmodes @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -19,16 +18,30 @@ # # CDDL HEADER END # -/* - * Copyright (c) 1999-2001 by Sun Microsystems, Inc. - * All rights reserved. - */ -#ident "%Z%%M% %I% %E% SMI" +# +# Copyright 2010 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. +# Pmodes is a program that updates pkgmap files or pkg prototype files. + +Applicability: + +Use of pmodes has been deprecated in onnv-gate; instead, see +validate_pkg, as delivered by developer/build/onbld, and +exception_lists/pmodes. + +Other OSNet users (ie on10 patch gates and earlier) should use pmodes +from their own workspace. + +The information here is suitable for pmodes users in other +consolidations, using tools from onnv-tools. + + + Usage: pmodes [-somwDeNndvqP] [-r file] directory .. proto/pkgmap file.... @@ -96,3 +109,11 @@ With the -d option, output looks like: And only one line per file is produced. + + +Exceptions + +If pmodes insists on flagging errors that you believe must be +integrated as-is, you may update the inline initializers for either +exceptions or exempt_pkgs in pmodes.c. If you do this, make sure that +the bug report and your RTI include a justification for the exception. |