ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# CDDL HEADER START
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# The contents of this file are subject to the terms of the
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# Common Development and Distribution License (the "License").
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# You may not use this file except in compliance with the License.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# or http://www.opensolaris.org/os/licensing.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# See the License for the specific language governing permissions
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# and limitations under the License.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# When distributing Covered Code, include this CDDL HEADER in each
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# If applicable, add the following below this CDDL HEADER, with the
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# fields enclosed by brackets "[]" replaced with your own identifying
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# information: Portions Copyright [yyyy] [name of copyright owner]
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# CDDL HEADER END
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Price# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=pkg.fmri value=pkg:/print/lp/ipp/ipp-listener@$(PKGVERS)
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=pkg.description \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza value="Internet Printing Protocol(IPP) Apache module for listening service"
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=pkg.summary value="Internet Printing Protocol(IPP) listener module"
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Priceset name=info.classification \
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Price value=org.opensolaris.category.2008:System/Printing
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=variant.arch value=$(ARCH)
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadir path=etc group=sys
b0e753dd6a955fb2f10a0ce17d32bd33172e0400Gordon Rossdir path=etc/lp group=lp mode=0775 owner=lp
b0e753dd6a955fb2f10a0ce17d32bd33172e0400Gordon Rossdir path=etc/lp/ipp group=lp mode=0755 owner=lp
9444c26f4faabda140242c3986089704c4073cedTom Whittendir path=lib
9444c26f4faabda140242c3986089704c4073cedTom Whittendir path=lib/svc
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Pricedir path=lib/svc/manifest group=sys
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Pricedir path=lib/svc/manifest/application group=sys
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Pricedir path=lib/svc/manifest/application/print group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadir path=usr group=sys
b0e753dd6a955fb2f10a0ce17d32bd33172e0400Gordon Rossdir path=usr/lib
b0e753dd6a955fb2f10a0ce17d32bd33172e0400Gordon Rossdir path=usr/lib/lp group=lp
b0e753dd6a955fb2f10a0ce17d32bd33172e0400Gordon Rossdir path=usr/lib/lp/ipp group=lp
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadir path=var group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadir path=var/lp group=lp mode=0775 owner=lp
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadir path=var/lp/ipp-listener
b0e753dd6a955fb2f10a0ce17d32bd33172e0400Gordon Rossfile path=etc/lp/ipp/httpd-standalone-ipp.conf preserve=true
9444c26f4faabda140242c3986089704c4073cedTom Whittenfile path=lib/svc/manifest/application/print/ipp-listener.xml group=sys \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza mode=0444
b0e753dd6a955fb2f10a0ce17d32bd33172e0400Gordon Rossfile path=usr/lib/lp/ipp/mod_ipp.so mode=0555
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Pricefile path=var/lp/ipp-listener/index.html mode=0444
71e464e521434117b4a9290e959715a305141f0bPeter Dennis - Sustaining Engineerlegacy pkg=SUNWipplr \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza desc="Internet Printing Protocol(IPP) Apache configuration for service module" \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza name="Internet Printing Protocol(IPP) listener, (root)" \
71e464e521434117b4a9290e959715a305141f0bPeter Dennis - Sustaining Engineer version=13.1,REV=2009.11.11
71e464e521434117b4a9290e959715a305141f0bPeter Dennis - Sustaining Engineerlegacy pkg=SUNWipplu \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza desc="Internet Printing Protocol(IPP) Apache module for listening service" \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza name="Internet Printing Protocol(IPP) listener module (/usr)" \
71e464e521434117b4a9290e959715a305141f0bPeter Dennis - Sustaining Engineer version=13.1,REV=2009.11.11
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazalicense cr_Sun license=cr_Sun
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazalicense lic_CDDL license=lic_CDDL