Lines 184-191
Set the system preference PREFERENCE to the value VALUE. If no such syspref
Link Here
|
184 |
exists, will exit with a status of 2. If the syspref already has that value, |
184 |
exists, will exit with a status of 2. If the syspref already has that value, |
185 |
will exit with a status of 3. |
185 |
will exit with a status of 3. |
186 |
|
186 |
|
187 |
If the syspref is YesNo, will accept only a boolean value, but the syntax for |
187 |
If the syspref is YesNo, will accept only a boolean value. The syntax is *not* |
188 |
these is fairly lax (yes/no, on/off, 1/0, n/y, true/false are all accepted). |
188 |
lax and must be 1 or 0. |
189 |
|
189 |
|
190 |
=item B<clear> I<PREFERENCE> |
190 |
=item B<clear> I<PREFERENCE> |
191 |
|
191 |
|
192 |
- |
|
|