1 # 2 # CDDL HEADER START 3 # 4 # This file and its contents are supplied under the terms of the 5 # Common Development and Distribution License ("CDDL"), version 1.0. 6 # You may only use this file in accordance with the terms of version 7 # 1.0 of the CDDL. 8 # 9 # A full copy of the text of the CDDL should have accompanied this 10 # source. A copy of the CDDL is also available via the Internet at 11 # http://www.illumos.org/license/CDDL. 12 # 13 # CDDL HEADER END 14 # 15 16 # 17 # Copyright 2016 Gary Mills 18 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 19 # 20 21 set name=pkg.fmri value=pkg:/print/lp/ipp/ipp-listener@$(PKGVERS) 22 set name=pkg.description \ 23 value="Internet Printing Protocol(IPP) Apache module for listening service" 24 set name=pkg.summary value="Internet Printing Protocol(IPP) listener module" 25 set name=info.classification \ 26 value=org.opensolaris.category.2008:System/Printing 27 set name=variant.arch value=$(ARCH) 28 dir path=etc group=sys 29 dir path=etc/lp group=lp mode=0775 owner=lp 30 dir path=etc/lp/ipp group=lp mode=0755 owner=lp 31 dir path=lib 32 dir path=lib/svc 33 dir path=lib/svc/manifest group=sys 34 dir path=lib/svc/manifest/application group=sys 35 dir path=lib/svc/manifest/application/print group=sys 36 dir path=usr group=sys 37 dir path=usr/lib 38 dir path=usr/lib/lp group=lp 39 dir path=usr/lib/lp/ipp group=lp 40 dir path=var group=sys 41 dir path=var/lp group=lp mode=0775 owner=lp 42 dir path=var/lp/ipp-listener 43 file path=etc/lp/ipp/httpd-standalone-ipp.conf preserve=true 44 file path=lib/svc/manifest/application/print/ipp-listener.xml group=sys \ 45 mode=0444 46 file path=usr/lib/lp/ipp/mod_ipp.so mode=0555 47 file path=var/lp/ipp-listener/index.html mode=0444 48 legacy pkg=SUNWipplr \ 49 desc="Internet Printing Protocol(IPP) Apache configuration for service module" \ 50 name="Internet Printing Protocol(IPP) listener, (root)" \ 51 version=13.1,REV=2009.11.11 52 legacy pkg=SUNWipplu \ 53 desc="Internet Printing Protocol(IPP) Apache module for listening service" \ 54 name="Internet Printing Protocol(IPP) listener module (/usr)" \ 55 version=13.1,REV=2009.11.11 56 license cr_Sun license=cr_Sun 57 license lic_CDDL license=lic_CDDL