print-lp-print-manager-legacy.mf revision 11838:32bb5d254240
1243730Srwatson#
2243730Srwatson# CDDL HEADER START
3243730Srwatson#
4243730Srwatson# The contents of this file are subject to the terms of the
5243730Srwatson# Common Development and Distribution License (the "License").
6243730Srwatson# You may not use this file except in compliance with the License.
7243730Srwatson#
8243730Srwatson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9243730Srwatson# or http://www.opensolaris.org/os/licensing.
10243730Srwatson# See the License for the specific language governing permissions
11243730Srwatson# and limitations under the License.
12243730Srwatson#
13243730Srwatson# When distributing Covered Code, include this CDDL HEADER in each
14243730Srwatson# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15243730Srwatson# If applicable, add the following below this CDDL HEADER, with the
16243730Srwatson# fields enclosed by brackets "[]" replaced with your own identifying
17243730Srwatson# information: Portions Copyright [yyyy] [name of copyright owner]
18243730Srwatson#
19243730Srwatson# CDDL HEADER END
20243730Srwatson#
21243730Srwatson
22243730Srwatson#
23243730Srwatson# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
24243730Srwatson# Use is subject to license terms.
25243730Srwatson#
26243730Srwatson
27243730Srwatsonset name=pkg.fmri value=pkg:/print/lp/print-manager/legacy@$(PKGVERS)
28243730Srwatsonset name=pkg.description \
29243730Srwatson    value="Graphical tool for managing printers under Solaris."
30243730Srwatsonset name=pkg.summary value="Solaris Print Manager"
31243730Srwatsonset name=info.classification value=org.opensolaris.category.2008:System/Printing
32243730Srwatsonset name=variant.arch value=$(ARCH)
33243730Srwatsonset name=variant.opensolaris.zone value=global value=nonglobal
34243730Srwatsondir path=lib
35243730Srwatsondir path=lib/svc
36243730Srwatsondir path=lib/svc/method
37243730Srwatsondir path=usr group=sys
38243730Srwatsondir path=usr/lib
39243730Srwatsondir path=usr/lib/lp group=lp
40243730Srwatsondir path=usr/lib/lp/bin group=lp
41243730Srwatsondir path=usr/sadm
42243730Srwatsondir path=usr/sadm/admin
43243730Srwatsondir path=usr/sadm/admin/bin
44243730Srwatsondir path=usr/sadm/admin/printmgr
45243730Srwatsondir path=usr/sadm/admin/printmgr/classes
46243730Srwatsondir path=usr/sadm/admin/printmgr/lib
47243730Srwatsondir path=usr/sbin
48243730Srwatsondir path=var group=sys
49243730Srwatsondir path=var/lp group=lp mode=0775 owner=lp
50243730Srwatsondir path=var/lp/ppd group=lp
51243730Srwatsondir path=var/lp/ppd/caches group=lp
52243730Srwatsondir path=var/svc group=sys
53243730Srwatsondir path=var/svc/manifest group=sys
54243730Srwatsondir path=var/svc/manifest/application group=sys
55243730Srwatsondir path=var/svc/manifest/application/print group=sys
56243730Srwatsonfile path=lib/svc/method/ppd-cache-update mode=0555
57243730Srwatsonfile path=usr/lib/lp/bin/getmakes group=lp mode=0555
58243730Srwatsonfile path=usr/lib/lp/bin/getmodels group=lp mode=0555
59243730Srwatsonfile path=usr/lib/lp/bin/getppdfile group=lp mode=0555
60243730Srwatsonfile path=usr/lib/lp/bin/getppds group=lp mode=0555
61243730Srwatsonfile path=usr/lib/lp/bin/ppdfilename2mmp group=lp mode=0555
62243730Srwatsonfile path=usr/lib/lp/bin/printer-info group=lp mode=0555
63243730Srwatsonfile path=usr/sadm/admin/bin/printmgr group=lp mode=0555
64243730Srwatsonfile path=usr/sadm/admin/printmgr/classes/pmclient.jar group=lp
65243730Srwatsonfile path=usr/sadm/admin/printmgr/classes/pmserver.jar group=lp
66243730Srwatsonfile path=usr/sadm/admin/printmgr/lib/libpmgr.so.1 group=lp
67243730Srwatsonfile path=usr/sbin/ppdmgr group=lp mode=0555
68243730Srwatsonfile path=var/lp/ppd/manufaliases group=lp mode=0444
69243730Srwatsonfile path=var/svc/manifest/application/print/ppd-cache-update.xml group=sys \
70243730Srwatson    mode=0444
71243730Srwatsonlegacy pkg=SUNWppm arch=$(ARCH) category=system \
72243730Srwatson    desc="Graphical tool for managing printers under Solaris." \
73243730Srwatson    hotline="Please contact your local service provider" \
74243730Srwatson    name="Solaris Print Manager" vendor="Sun Microsystems, Inc." \
75243730Srwatson    version=11.11,REV=2009.11.11
76243730Srwatsonlegacy pkg=SUNWppmr arch=$(ARCH) category=system \
77243730Srwatson    desc="Graphical tool for managing printers under Solaris." \
78243730Srwatson    hotline="Please contact your local service provider" \
79243730Srwatson    name="Solaris Print Manager (Root)" vendor="Sun Microsystems, Inc." \
80243730Srwatson    version=11.11,REV=2009.11.11
81243730Srwatsonlicense cr_Sun license=cr_Sun
82243730Srwatsonlicense lic_CDDL license=lic_CDDL
83243730Srwatsonlink path=usr/sadm/admin/printmgr/lib/libpmgr.so target=./libpmgr.so.1
84243730Srwatsonlink path=usr/sbin/printmgr target=../../usr/sadm/admin/bin/printmgr
85243730Srwatson