Lines Matching full:general
263 Whether a service is enabled is determined by its \fB-general/enabled\fR
270 example% svcprop -c -p general/enabled system/cron:default
281 properties in the \fBgeneral\fR property group of each instance of the
287 example% svcprop -p general ntp
288 general/package astring SUNWntpr
289 general/enabled boolean true
290 general/entity_stability astring Unstable
291 general/single_instance boolean true
300 The following example tests the existence of the \fBgeneral/enabled\fR property
306 example% svcprop -q -p general/enabled identity:
336 set -- `svcprop -c -t -p general/enabled service`
343 echo "general/enabled has unexpected type $2"
347 echo "general/enabled has wrong number of values"