1msgid "validate [file | fmri]\n\n" 2 "Validate a manifest file without changing the repository.\n" 3 "Validate an instance FMRI against the template specifications." 4msgstr 5msgid "import [-p outfile] [-V] paths...\n\n" 6 "Import manifests into the repository. paths can be one or more\n" 7 "manifest files or directories. If directories are specified, they\n" 8 "will be searched for files with a .xml extension. If -p is specified,\n" 9 "a progress message will be written to outfile as each manifest is\n" 10 "imported. With -V force strict adherence to the template specifications." 11msgstr 12msgid "export [-a] {service | pattern} [> file]\n\n" 13 "Print a manifest for service to file, or standard output if not specified." 14msgstr 15msgid "archive [-a] [> file]\n\n" 16 "Print an archive to file, or standard output if not specified." 17msgstr 18msgid "restore file\n\n" 19 "Restore the contents of a previously-generated archive." 20msgstr 21msgid "apply file\n\nApply a profile." 22msgstr 23msgid "extract [> file]\n\n" 24 "Print a profile to file, or standard output if not specified." 25msgstr 26msgid "repository file\n\nSet the repository to modify." 27msgstr 28msgid "inventory file\n\n" 29 "Print the services and instances contained in a manifest." 30msgstr 31msgid "set [-vV]\n\n" 32 "Without arguments, display current options. Otherwise set the given options." 33msgstr 34msgid "end\n\nStop processing and exit." 35msgstr 36msgid "help [command]\n\nDisplay help." 37msgstr 38msgid "list [glob_pattern]\n\n" 39 "List children of the currently selected entity." 40msgstr 41msgid "add name\n\n" 42 "Add a new child entity to the currently selected entity." 43msgstr 44msgid "delete [-f] {name | fmri | pattern}\n\n" 45 "Delete the named child entity or the one indicated by fmri. With -f, delete\n" 46 "running services.\n" 47msgstr 48msgid "select {name | fmri | pattern}\n\n" 49 "Select the named child entity or the one indicated by fmri." 50msgstr 51msgid "unselect\n\n" 52 "Select the parent of the currently selected entity." 53msgstr 54msgid "listpg [glob_pattern]\n\n" 55 "List property groups of the currently selected entity." 56msgstr 57msgid "addpg name type [P]\n\n" 58 "Add a new property group to the currently selected entity." 59msgstr 60msgid "delpg name\n\n" 61 "Delete the named property group from the currently selected entity." 62msgstr 63msgid "delhash [-d] manifest\n\n" 64 "Delete the named manifest hash entry (from smf/manifest).\n" 65 "With -d, manifest file doesn't need to exist." 66msgstr 67msgid "cleanup\n\n" 68 "Cleanup any service or instances that no longer have manifest files that\n" 69 "support the services or instances in /lib/svc/manifest or /var/svc/manifest." 70msgstr 71msgid "listprop [glob_pattern]\n\n" 72 "List property groups and properties of the currently selected entity." 73msgstr 74msgid "\tsetprop pg/name = [type:] value\n" 75 "\tsetprop pg/name = [type:] ([value...])\n\n" 76 "Set the pg/name property of the currently selected entity. Values may be\n" 77 "enclosed in double-quotes. Value lists may span multiple lines." 78msgstr 79msgid "delprop pg/name\n\n" 80 "Delete the pg/name property of the currently selected entity." 81msgstr 82msgid "editprop\n\n" 83 "Invoke $EDITOR to edit the properties of the currently selected entity." 84msgstr 85msgid "describe [-v] [-t] [propertygroup/property]\n\n" 86 "Describe the current properties. With -v, describe verbosely. With -t,\n" 87 "show only template data, not current properties." 88msgstr 89msgid "addpropvalue pg/name [type:] value\n\n" 90 "Add the given value to the named property." 91msgstr 92msgid "delpropvalue pg/name glob_pattern\n\n" 93 "Delete all values matching the glob pattern fron the given property." 94msgstr 95msgid "setenv [-s | -i | -m method] NAME value\n\n" 96 "Set an environment variable for the given service, instance, or method " 97 "context." 98msgstr 99msgid "unsetenv [-s | -i | -m method] NAME value\n\n" 100 "Unset an environment variable for the given service, instance, or method " 101 "context." 102msgstr 103msgid "listsnap\n\n" 104 "List snapshots of the currently selected instance." 105msgstr 106msgid "selectsnap [snapshot]\n\n" 107 "Select a snapshot of the currently selected instance, or the Editing\n" 108 "snapshot by default." 109msgstr 110msgid "revert [snapshot]\n\n" 111 "Change the properties of the currently selected instance and its ancestors\n" 112 "to those in a snapshot, or the currently selected snapshot by default." 113msgstr 114msgid "refresh\n\n" 115 "Commit the values from the current configuration to the running\n" 116 "snapshot, making them available for use by the currently selected\n" 117 "instance. If the repository subcommand has not been used to select\n" 118 "a repository, inform the instance's restarter to re-read the updated\n" 119 "configuration." 120msgstr 121msgid "delnotify <[-g] tset | class>\n\n" 122 "Delete the existing notification parameters for the specified class or\n" 123 "transition set. If the -g option is used, the notification parameters in\n" 124 "svc:/system/svc/global:default are deleted.\n" 125msgstr 126msgid "listnotify <[-g] tset | class>\n\n" 127 "Display the existing notification parameters for the specified class or\n" 128 "transition set. If the -g option is used, the notification parameters in\n" 129 "svc:/system/svc/global:default are displayed.\n" 130msgstr 131msgid "setnotify {[-g] tset | class} <notification parameters> ...\n\n" 132 "Set notification parameters for the specified class or transition set.\n" 133 "If the -g option is used, the notification parameters are set in\n" 134 "svc:/system/svc/global:default.\n" 135 "This command overwrites existing notification parameters." 136msgstr 137