Lines Matching defs:file

5 # The contents of this file are subject to the terms of the
7 # You may not use this file except in compliance with the License.
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
30 # answers to pkgsend(1) sessions and the HTTP file server that answers to the
94 file=sys.stderr)
159 [--readonly] [--ssl-cert-file] [--ssl-dialog] [--ssl-key-file]
160 [--sort-file-max-size size] [--writable-root dir]
166 -d inst_root The file system path at which the server should find its
178 --cfg The pathname of the file to use when reading and writing
182 --content-root The file system path to the directory containing the
195 --image-root The path to the image whose file information will be
196 used as a cache for file data.
220 --ssl-cert-file The absolute pathname to a PEM-encoded Certificate file.
221 This option must be used with --ssl-key-file. Usage of
225 passphrase needed to decrypt the file specified by
226 --ssl-key-file. Supported values are: builtin,
230 --ssl-key-file The absolute pathname to a PEM-encoded Private Key file.
231 This option must be used with --ssl-cert-file. Usage of
234 --sort-file-max-size
235 The maximum size of the indexer sort file. Used to
293 long_opts = ["add-content", "cfg=", "cfg-file=",
298 "set-property=", "ssl-cert-file=", "ssl-dialog=",
299 "ssl-key-file=", "sort-file-max-size=", "writable-root="]
331 elif opt == "--cfg-file":
454 elif opt == "--ssl-cert-file":
461 "the Certificate file must be "
465 "file does not exist.")
468 "pathname is not a file.")
470 elif opt == "--ssl-key-file":
477 "the Private Key file must be "
481 "file does not exist.")
484 "pathname is not a file.")
511 "file path specified for "
514 elif opt == "--sort-file-max-size":
611 usage("The --ssl-cert-file and --ssl-key-file options must "
695 "private key file: {1}".format(cmdline,
716 # The key file requires decryption, but the user has requested
718 # to an un-named temporary file.
732 "file: {0}".format(_e))
737 "private key file: {0}".format(_e))
740 # Redirect the server to the decrypted key file.
782 # Ensure log handlers are setup to use the file descriptors for
829 # own, we don't want the output directed to a file.