diff options
author | jacobs <none@none> | 2007-04-09 17:13:22 -0700 |
---|---|---|
committer | jacobs <none@none> | 2007-04-09 17:13:22 -0700 |
commit | 53ac4dca2d62281a883fb28d174b000643cd3bfa (patch) | |
tree | 96affe7b6923a7c3bcffb8dc404752f4b99e615b /usr/src/lib/print | |
parent | 46736d35df047bb400483364f76bfcb08cdcbb25 (diff) | |
download | illumos-joyent-53ac4dca2d62281a883fb28d174b000643cd3bfa.tar.gz |
6222297 lpsched and lpshut should be corrected/removed from exec_attr
6454630 print subsystem enable and disable commands not RBAC capable
6538881 lpadmin cannot create queue even with Print Management profile
6539897 uri interface script should handle common device-uri forms
Diffstat (limited to 'usr/src/lib/print')
-rw-r--r-- | usr/src/lib/print/mod_ipp/ipp-listener.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/usr/src/lib/print/mod_ipp/ipp-listener.xml b/usr/src/lib/print/mod_ipp/ipp-listener.xml index 04d6e41614..8e0437de04 100644 --- a/usr/src/lib/print/mod_ipp/ipp-listener.xml +++ b/usr/src/lib/print/mod_ipp/ipp-listener.xml @@ -34,6 +34,8 @@ CDDL HEADER END type='service' version='1'> + <create_default_instance enabled='false' /> + <dependency name='print-service' grouping='require_any' restart_on='refresh' @@ -53,7 +55,13 @@ CDDL HEADER END exec='/bin/pkill -f httpd-standalone-ipp.conf' timeout_seconds='5' /> - <instance name='default' enabled='false' /> + <property_group name='general' type='framework'> + <!-- to start/stop IPP listening service--> + <propval name='action_authorization' type='astring' + value='solaris.print.admin' /> + <propval name='value_authorization' type='astring' + value='solaris.print.admin' /> + </property_group> <stability value='Unstable' /> |