1 # 2 # CDDL HEADER START 3 # 4 # The contents of this file are subject to the terms of the 5 # Common Development and Distribution License (the "License"). 6 # You may not use this file except in compliance with the License. 7 # 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9 # or http://www.opensolaris.org/os/licensing. 10 # See the License for the specific language governing permissions 11 # and limitations under the License. 12 # 13 # When distributing Covered Code, include this CDDL HEADER in each 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15 # If applicable, add the following below this CDDL HEADER, with the 16 # fields enclosed by brackets "[]" replaced with your own identifying 17 # information: Portions Copyright [yyyy] [name of copyright owner] 18 # 19 # CDDL HEADER END 20 # 21 # 22 # Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23 # Use is subject to license terms. 24 # 25 # This required package information file contains a list of package contents. 26 # The 'pkgmk' command uses this file to identify the contents of a package 27 # and their location on the development machine when building the package. 28 # Can be created via a text editor or through use of the 'pkgproto' command. 29 30 #!search <pathname pathname ...> # where to find pkg objects 31 #!include <filename> # include another 'prototype' file 32 #!default <mode> <owner> <group> # default used if not specified on entry 33 #!<param>=<value> # puts parameter in pkg environment 34 35 # packaging files 36 i pkginfo 37 i copyright 38 i depend 39 i preremove 40 # 41 # SUNWpcu - Solaris Print /usr files 42 # 43 d none usr 0755 root sys 44 d none usr/bin 0755 root bin 45 s none usr/bin/desktop-print-management=../sbin/print-service 46 f none usr/bin/desktop-print-management-applet 0555 root bin 47 s none usr/bin/desktop-print-management-prefs=../sbin/print-service 48 d none usr/lib 0755 root bin 49 d none usr/lib/lp 0755 root lp 50 d none usr/lib/lp/bin 0755 root lp 51 f none usr/lib/lp/bin/desktop-print-management-applet 0555 root bin 52 f none usr/lib/lp/bin/desktop-print-management-prefs 0555 root bin 53 f none usr/lib/lp/bin/desktop-print-management 0555 root bin 54 d none usr/sbin 0755 root bin 55 s none usr/sbin/lpadmin=./print-service 56 f none usr/sbin/print-service 0555 root bin 57 d none usr/share 755 root sys 58 d none usr/share/applications 755 root other 59 f none usr/share/applications/desktop-print-management.desktop 444 root bin 60 f none usr/share/applications/desktop-print-management-prefs.desktop 444 root bin 61 d none usr/share/gnome 755 root other 62 d none usr/share/gnome/autostart 755 root bin 63 f none usr/share/gnome/autostart/desktop-print-management-applet.desktop 444 root bin 64 # lp-cmds 65 s none usr/bin/cancel=../sbin/print-service 66 s none usr/bin/disable=../sbin/print-service 67 s none usr/bin/enable=../sbin/print-service 68 s none usr/bin/lp=../sbin/print-service 69 s none usr/bin/lpstat=../sbin/print-service 70 s none usr/sbin/accept=./print-service 71 s none usr/sbin/lpmove=./print-service 72 s none usr/sbin/reject=./print-service 73 # lpr-cmds 74 s none usr/bin/lpc=../sbin/print-service 75 s none usr/bin/lpq=../sbin/print-service 76 s none usr/bin/lpr=../sbin/print-service 77 s none usr/bin/lprm=../sbin/print-service 78