Java Desktop System Configuration Manager Release 1.1 Administration Guide

Modify

Changes the priority of a policy group in the policy group repository.

Syntax

modify [--username=<name>] [--scope=<user/host>] <name> <priority>

--username=<name> : the username of the administrator in the format used by the configuration repository, for example "jmonroe".

--scope=<user/host> : specifies the scope for the policy group, which can either be user or host. If not specified then defaults to the user scope.

<name> : specifies the name for the policy group.

<priority> : an integer (>=1) specifying the priority of the policy group. If the priority specified is the same as that of an existing policy group of this scope in the policy group repository, then the command fails.


Example 3–8 Changing the priority of a policy group

% pgtool modify --username=jmonroe UserPolicyGroup1 15

Changed the priority of “UserPolicyGroup1” to 15.