[csw-devel] SF.net SVN: gar:[5642] csw/mgar/pkg/cups/branches/cups-with-classutils

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Fri Jul 24 19:22:45 CEST 2009


Revision: 5642
          http://gar.svn.sourceforge.net/gar/?rev=5642&view=rev
Author:   wahwah
Date:     2009-07-24 17:22:45 +0000 (Fri, 24 Jul 2009)

Log Message:
-----------
cups: migration to mGAR v2

- dynamic prototypes
- SMF support via cswclassutils
- Zones support
  * /etc/opt/csw instead of /opt/csw/etc
  * /var/opt/csw instead of /opt/csw/var

Needs testing on Solaris 8.

Modified Paths:
--------------
    csw/mgar/pkg/cups/branches/cups-with-classutils/Makefile
    csw/mgar/pkg/cups/branches/cups-with-classutils/checksums
    csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsd.postremove

Added Paths:
-----------
    csw/mgar/pkg/cups/branches/cups-with-classutils/files/Makefile-cups-1.3.11.patch

Removed Paths:
-------------
    csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcups.depend
    csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcups.gspec
    csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcups.prototype
    csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsclient.depend
    csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsclient.gspec
    csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsclient.prototype
    csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsd.depend
    csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsd.gspec
    csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsd.postinstall
    csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsd.preremove
    csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsd.prototype
    csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsdev.depend
    csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsdev.gspec
    csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsdev.prototype
    csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsdoc.depend
    csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsdoc.gspec
    csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsdoc.prototype
    csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWlibcups.depend
    csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWlibcups.gspec
    csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWlibcups.prototype
    csw/mgar/pkg/cups/branches/cups-with-classutils/files/Makedefs.in.patch
    csw/mgar/pkg/cups/branches/cups-with-classutils/files/checkinstall
    csw/mgar/pkg/cups/branches/cups-with-classutils/files/create_rc.d.sh
    csw/mgar/pkg/cups/branches/cups-with-classutils/files/cswcups
    csw/mgar/pkg/cups/branches/cups-with-classutils/files/cups.xml
    csw/mgar/pkg/cups/branches/cups-with-classutils/files/i.smfno
    csw/mgar/pkg/cups/branches/cups-with-classutils/files/i.smfyes
    csw/mgar/pkg/cups/branches/cups-with-classutils/files/space

Property Changed:
----------------
    csw/mgar/pkg/cups/branches/cups-with-classutils/


Property changes on: csw/mgar/pkg/cups/branches/cups-with-classutils
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1

   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Modified: csw/mgar/pkg/cups/branches/cups-with-classutils/Makefile
===================================================================
--- csw/mgar/pkg/cups/branches/cups-with-classutils/Makefile	2009-07-24 16:38:25 UTC (rev 5641)
+++ csw/mgar/pkg/cups/branches/cups-with-classutils/Makefile	2009-07-24 17:22:45 UTC (rev 5642)
@@ -21,16 +21,10 @@
 FULL_MIRRORS = $(foreach S,$(CUPS_MIRRORS),$(S)/$(GARNAME)/$(GARVERSION)/)
 MASTER_SITES += $(FULL_MIRRORS)
 
-DISTFILES  = cups-$(GARVERSION)-source.tar.bz2
-DISTFILES += $(call admfiles,CSWlibcups,depend prototype)
-DISTFILES += $(call admfiles,CSWcupsd,depend prototype postinstall preremove \
-	postremove)
-DISTFILES += $(call admfiles,CSWcupsclient,depend prototype)
-DISTFILES += $(call admfiles,CSWcupsdoc,depend prototype)
-DISTFILES += $(call admfiles,CSWcupsdev,depend prototype)
-DISTFILES += $(call admfiles,CSWcups,depend prototype)
+ENABLE_CHECK = 0
 
-DISTFILES += i.smfyes i.smfno space checkinstall
+PATCHFILES = Makefile-cups-$(GARVERSION).patch
+DISTFILES  = cups-$(GARVERSION)-source.tar.bz2 $(PATCHFILES)
 
 REQUIRED_PKGS = CSWkrb5lib CSWosslrt
 PREREQUISITE_PKGS = $(REQUIRED_PKGS) CSWoldapdevel
@@ -38,9 +32,103 @@
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = cups-(\d+(?:\.\d+)*)-source.tar.bz2
 
+SPKG_CLASSES = none cswcpsampleconf cswinitsmf
+
+PACKAGES = CSWcups CSWlibcups CSWcupsd CSWcupsclient CSWcupsdoc CSWcupsdev
+
+REQUIRED_PKGS_CSWcups  = CSWcswclassutils CSWcupsd CSWcupsclient CSWcupsdoc
+REQUIRED_PKGS_CSWcups += CSWcupsdev
+REQUIRED_PKGS_CSWcupsd  = CSWcswclassutils CSWlibcups CSWoldaprt CSWzlib
+REQUIRED_PKGS_CSWcupsd += CSWjpeg CSWpng CSWtiff
+REQUIRED_PKGS_CSWcupsclient = CSWcswclassutils CSWlibcups CSWoldaprt CSWzlib
+REQUIRED_PKGS_CSWcupsdoc = CSWcswclassutils
+REQUIRED_PKGS_CSWcupsdev = CSWcswclassutils
+REQUIRED_PKGS_CSWlibcups = CSWcswclassutils CSWjpeg CSWpng CSWtiff CSWzlib
+
+PKGFILES_CSWlibcups  = $(prefix)
+PKGFILES_CSWlibcups += $(libdir)
+PKGFILES_CSWlibcups += $(libdir)/libcups.*
+
+PKGFILES_CSWcupsdoc  = $(prefix)
+PKGFILES_CSWcupsdoc += $(datadir)
+PKGFILES_CSWcupsdoc += $(datadir)/doc
+PKGFILES_CSWcupsdoc += $(datadir)/doc/.*
+
+PKGFILES_CSWcupsdev  = $(prefix)
+PKGFILES_CSWcupsdev += $(includedir)
+PKGFILES_CSWcupsdev += $(includedir)/cups/?.*
+PKGFILES_CSWcupsdev += $(mandir)
+PKGFILES_CSWcupsdev += $(mandir)/man1
+PKGFILES_CSWcupsdev += $(mandir)/man1/cups-config.1
+PKGFILES_CSWcupsdev += $(bindir)
+PKGFILES_CSWcupsdev += $(bindir)/cups-config
+
+PKGFILES_CSWcupsd  = $(prefix)
+PKGFILES_CSWcupsd += $(sysconfdir)
+PKGFILES_CSWcupsd += $(sysconfdir)/.*
+PKGFILES_CSWcupsd += $(mandir)
+PKGFILES_CSWcupsd += $(mandir)/man1m
+PKGFILES_CSWcupsd += $(mandir)/man1m/cups(filter|d|-polld|-deviced|-driverd|-lpd).*
+PKGFILES_CSWcupsd += $(mandir)/man7
+PKGFILES_CSWcupsd += $(mandir)/man7/(backend|filter).7
+PKGFILES_CSWcupsd += $(mandir)/man5
+PKGFILES_CSWcupsd += $(mandir)/man5/(cups-snmp.conf|subscriptions.conf).5
+PKGFILES_CSWcupsd += $(mandir)/man5/(mime.convs|classes.conf|cupsd.conf).5
+PKGFILES_CSWcupsd += $(mandir)/man5/(mime.types|printers.conf|mailto.conf).5
+PKGFILES_CSWcupsd += $(datadir)
+PKGFILES_CSWcupsd += $(datadir)/cups
+PKGFILES_CSWcupsd += $(datadir)/cups/(fonts|templates|charmaps|model).*
+PKGFILES_CSWcupsd += $(datadir)/cups/(banners|data|profiles|charsets).*
+PKGFILES_CSWcupsd += $(datadir)/locale/?.*
+PKGFILES_CSWcupsd += $(datadir)/applications/?.*
+PKGFILES_CSWcupsd += $(libdir)
+PKGFILES_CSWcupsd += $(libdir)/cups/?.*
+PKGFILES_CSWcupsd += $(libdir)/svc/?.*
+PKGFILES_CSWcupsd += $(sbindir)
+PKGFILES_CSWcupsd += $(sbindir)/(cupsfilter|cupsd)
+PKGFILES_CSWcupsd += $(localstatedir)/?.*
+
+PKGFILES_CSWcupsclient  = $(prefix)
+PKGFILES_CSWcupsclient += $(sbindir)
+PKGFILES_CSWcupsclient += $(sbindir)/(accept|reject|cups(addsmb|ctl|(en|dis)able))
+PKGFILES_CSWcupsclient += $(sbindir)/(lp(admin|p|c|info|move))
+PKGFILES_CSWcupsclient += $(bindir)
+PKGFILES_CSWcupsclient += $(bindir)/(cancel|cupstest(dsc|ppd))
+PKGFILES_CSWcupsclient += $(bindir)/(lp(|options|passwd|q|r|rm|stat)
+PKGFILES_CSWcupsclient += $(datadir)
+PKGFILES_CSWcupsclient += $(mandir)/man1
+PKGFILES_CSWcupsclient += $(mandir)/man1/(cancel|cupstest(dsc|ppd)|lp).1
+PKGFILES_CSWcupsclient += $(mandir)/man1/(lpoptions|lppasswd|lpq|lpr|lprm).1
+PKGFILES_CSWcupsclient += $(mandir)/man1/lpstat.1
+PKGFILES_CSWcupsclient += $(mandir)/man1m
+PKGFILES_CSWcupsclient += $(mandir)/man1m/(accept|cupsaddsmb|cupsctl).1m
+PKGFILES_CSWcupsclient += $(mandir)/man1m/(cups(en|dis)able).1m
+PKGFILES_CSWcupsclient += $(mandir)/man1m/(lpadmin|lpc|lpinfo|lpmove|reject).1m
+PKGFILES_CSWcupsclient += $(mandir)/man5
+PKGFILES_CSWcupsclient += $(mandir)/man5/client.conf.5
+
+
+
+SPKG_DESC_CSWcups = Common Unix Printing System
+SPKG_DESC_CSWlibcups = CUPS libraries
+SPKG_DESC_CSWcupsd = CUPS daemon
+SPKG_DESC_CSWcupsclient = CUPS client binaries
+SPKG_DESC_CSWcupsdoc = CUPS documentation
+SPKG_DESC_CSWcupsdev = CUPS header files
+
+PROTOTYPE_FILTER  = awk ' \
+    $$$$3 ~ /\/init.d\/cswcups$$$$/ { $$$$2 = "cswinitsmf" } \
+    $$$$3 ~ /\/cupsd\.conf\.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } \
+    { print }'
+
+
 LD_OPTIONS = -R/opt/csw/lib/\$$ISALIST -R/opt/csw/lib
 
-CONFIGURE_ARGS = $(DIRPATHS) --enable-pdftops
+CONFIGURE_ARGS  = $(DIRPATHS) --enable-pdftops
+CONFIGURE_ARGS += --with-menudir=$(datadir)/applications
+CONFIGURE_ARGS += --localedir=$(datadir)/locale
+CONFIGURE_ARGS += --with-rcdir=$(sysconfdir)/init.d
+CONFIGURE_ARGS += --with-icondir=$(datadir)/icons
 
 # This is a hack that's needed, because configure (Makedefs) will otherwise
 # plase -ltiff, etc. first and -L/opt/csw/lib afterwards, thus being unable
@@ -55,55 +143,26 @@
 DSTROOT = $(DESTDIR)
 export DSTROOT
 
+sysconfdir = /etc/opt/csw
+localstatedir = /var/opt/csw
+
 # Don't run tests (at least for now); there are some LD_LIBRARY_PATH issues
-TEST_TARGET = 
+TEST_TARGET =
 
 SPKG_SOURCEURL = http://www.cups.org/
 
-include gar/category.mk
-
 PRIVATE_CUPS_INC = $(DESTDIR)$(includedir)/cups
+GARCOMPILER = SOS12
 
-post-configure:
-	(test -d $(PRIVATE_CUPS_INC) || mkdir -p $(PRIVATE_CUPS_INC); \
-	cd $(WORKSRC)/cups; \
-	cp -p adminutil.h array.h cups.h dir.h file.h http.h i18n.h ipp.h \
-		language.h md5.h ppd.h transcode.h $(PRIVATE_CUPS_INC); \
-	cd ../filter; \
-	cp -p image.h raster.h $(PRIVATE_CUPS_INC))
-
-post-install:
-	(test -d $(DESTDIR)$(prefix)/share || \
-	mkdir $(DESTDIR)$(prefix)/share; \
-	cd $(DESTDIR)$(prefix)/share; \
-	if [ ! -d locale ]; then \
-		test -d ../lib/locale && mv ../lib/locale .; \
-		cd locale; \
-		for i in *; do \
-			echo "Processing $$i..."; \
-			cd $$i; \
-			mkdir LC_MESSAGES; \
-			mv cups*.po LC_MESSAGES; \
-			cd ..; \
-		done \
-	fi)
-	(cd $(DESTDIR); \
-	if [ -d usr/share ]; then \
-		cd usr/share; \
-		gtar cf - * | gtar xf - -C ./$(prefix)/share; \
-		cd ../..; \
-		rm -rf usr/share; \
-	fi)
-	(cd $(DESTDIR)$(prefix)/etc/cups; \
+post-install-modulated:
+	(cd $(DESTDIR)$(sysconfdir)/cups; \
+	echo "Making .CSW configs in $(DESTDIR)$(sysconfdir)/cups"; \
 	for i in cupsd.conf; do \
 		if [ -r "$$i" ]; then \
 			echo "$$i -> $$i.CSW"; \
-			mv "$$i" "$$i.CSW";	\
+			mv "$$i" "$$i.CSW"; \
 		fi \
 	done)
-	files/create_rc.d.sh $(DESTDIR)
-	mkdir -p $(DESTDIR)$(prefix)/var/svc/manifest/application/print
-	cp -p files/cups.xml  $(DESTDIR)$(prefix)/var/svc/manifest/application/print
-	mkdir -p $(DESTDIR)$(prefix)/lib/svc/method
-	cp -p files/cswcups \
-		$(DESTDIR)$(prefix)/lib/svc/method/svc-cups
+	@$(MAKECOOKIE)
+
+include gar/category.mk

Modified: csw/mgar/pkg/cups/branches/cups-with-classutils/checksums
===================================================================
--- csw/mgar/pkg/cups/branches/cups-with-classutils/checksums	2009-07-24 16:38:25 UTC (rev 5641)
+++ csw/mgar/pkg/cups/branches/cups-with-classutils/checksums	2009-07-24 17:22:45 UTC (rev 5642)
@@ -1,30 +1,2 @@
-7f65bae0054cd8335824942595d867ef  download/cups-1.2.3-source.tar.bz2
-528650aba3b56541f75370ef09541850  download/cups-1.2.4-source.tar.bz2
-bf44783d9b46130bee9f2995e6055470  download/cups-1.2.7-source.tar.bz2
-cf63f451c356e6cabb08972d4d11c365  download/cups-1.3.9-source.tar.bz2
-2d4c205b6bf46118e5729f297f6c86f4  download/CSWlibcups.gspec
-b935020156288e961d4616b67ed6282f  download/CSWlibcups.depend
-8d0be59e5a223ee3f393dd7428b361f7  download/CSWlibcups.prototype
-6754b7828a6689c73f88a725e530ecad  download/CSWcupsd.gspec
-cb99c644910343ca3a15f602207542c4  download/CSWcupsd.depend
-6a2cdf81c09ebd10a5aad39007a379a9  download/CSWcupsd.prototype
-983e667bd1e48083d53f1a81ac0a532b  download/CSWcupsd.postinstall
-088e288b9d1df2ae98a95ba8aeed0fc9  download/CSWcupsd.preremove
-76fde99d51b374ae83bfafd2434654fe  download/CSWcupsd.postremove
-1d70187f4b8b2e9198112a4a46df8ec8  download/CSWcupsclient.gspec
-887ada7324b06e36e6e85a15928a5dd2  download/CSWcupsclient.depend
-cb019efac2edf3bbcb995535abc02126  download/CSWcupsclient.prototype
-36fa60a8b6f50bed29e1cedcb614635a  download/CSWcupsdoc.gspec
-d41d8cd98f00b204e9800998ecf8427e  download/CSWcupsdoc.depend
-9034bf572363d3448c3a162b8412178f  download/CSWcupsdoc.prototype
-b48a4b028e872afd97fcbc978f475a5c  download/CSWcupsdev.gspec
-51ec8b485aa9cb40f94ab748cfe6e039  download/CSWcupsdev.depend
-237928d30262573d3c37bebbffe6bb61  download/CSWcupsdev.prototype
-a9639c24fb955bb3b56991e0e5b55fd7  download/CSWcups.gspec
-c43f5fba2adc1d80c36d25e6772cd809  download/CSWcups.depend
-d41d8cd98f00b204e9800998ecf8427e  download/CSWcups.prototype
-867f8d3ecf9dbd00e75ef2f9929ac827  download/i.smfyes
-023011fb893a6c7c65a596559a3bc3e9  download/i.smfno
-f49c3339aa897df97abf1baf54582fb8  download/space
-fab3f277553e2df50af55dfa29109c02  download/checkinstall
-fb8245ae67c27d343009536858d97a48  download/Makedefs.in.patch
+09203e5a1274f71b0d6730456aa80c99  download/Makefile-cups-1.3.11.patch
+17f3e2bcb3cae3dd9dceb65a2bfd295f  download/cups-1.3.11-source.tar.bz2

Deleted: csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcups.depend
===================================================================
--- csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcups.depend	2009-07-24 16:38:25 UTC (rev 5641)
+++ csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcups.depend	2009-07-24 17:22:45 UTC (rev 5642)
@@ -1,5 +0,0 @@
-P      CSWlibcups      Libraries for the Common UNIX Printing System
-P      CSWcupsclient   Client portion of the Common UNIX Printing System
-P      CSWcupsd        Server portion of the Common UNIX Printing System
-P      CSWcupsdev      Development files for the Common UNIX Printing System
-P      CSWcupsdoc      Documentation for the Common UNIX Printing System

Deleted: csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcups.gspec
===================================================================
--- csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcups.gspec	2009-07-24 16:38:25 UTC (rev 5641)
+++ csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcups.gspec	2009-07-24 17:22:45 UTC (rev 5642)
@@ -1,6 +0,0 @@
-%var            bitname cups
-%var            pkgname CSWcups
-%var		arch all
-%include        url file://%{GARDIR}/pkglib/csw_dyndepend.gspec
-%var            desc The Common UNIX Printing System
-#%copyright      url file://%{WORKSRC}/LICENSE.txt

Deleted: csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsclient.depend
===================================================================
--- csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsclient.depend	2009-07-24 16:38:25 UTC (rev 5641)
+++ csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsclient.depend	2009-07-24 17:22:45 UTC (rev 5642)
@@ -1,5 +0,0 @@
-P      CSWlibcups     libcups - Libraries for the Common UNIX Printing System
-P      CSWgcrypt      libgcrypt - GNU libcrypt
-P      CSWgnutls      gnutls - GNU Transport Layer Security lib and tools
-P      CSWgpgerr      libgpg_error - GNU gpg related library
-P      CSWzlib        zlib - Zlib Data Compression Library

Deleted: csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsclient.gspec
===================================================================
--- csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsclient.gspec	2009-07-24 16:38:25 UTC (rev 5641)
+++ csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsclient.gspec	2009-07-24 17:22:45 UTC (rev 5642)
@@ -1,5 +0,0 @@
-%var            bitname cupsclient
-%var            pkgname CSWcupsclient
-%include        url file://%{GARDIR}/pkglib/csw_dyndepend.gspec
-%var            desc Client portion of the Common UNIX Printing System
-%copyright      url file://%{WORKSRC}/LICENSE.txt

Deleted: csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsclient.prototype
===================================================================
--- csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsclient.prototype	2009-07-24 16:38:25 UTC (rev 5641)
+++ csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsclient.prototype	2009-07-24 17:22:45 UTC (rev 5642)
@@ -1,52 +0,0 @@
-d none /opt/csw 0755 root bin
-d none /opt/csw/bin 0755 root bin
-f none /opt/csw/bin/cupstestdsc 0755 root bin
-f none /opt/csw/bin/lpr 0755 root bin
-f none /opt/csw/bin/lpq 0755 root bin
-f none /opt/csw/bin/cancel 0755 root bin
-f none /opt/csw/bin/lprm 0755 root bin
-f none /opt/csw/bin/lppasswd 0755 root bin
-f none /opt/csw/bin/lp 0755 root bin
-f none /opt/csw/bin/lpoptions 0755 root bin
-f none /opt/csw/bin/cupstestppd 0755 root bin
-f none /opt/csw/bin/lpstat 0755 root bin
-d none /opt/csw/sbin 0755 root bin
-s none /opt/csw/sbin/cupsdisable=accept
-s none /opt/csw/sbin/cupsenable=accept
-f none /opt/csw/sbin/cupsaddsmb 0755 root bin
-s none /opt/csw/sbin/reject=accept
-f none /opt/csw/sbin/lpadmin 0755 root bin
-f none /opt/csw/sbin/lpinfo 0755 root bin
-f none /opt/csw/sbin/cupsctl 0755 root bin
-f none /opt/csw/sbin/accept 0755 root bin
-f none /opt/csw/sbin/lpmove 0755 root bin
-f none /opt/csw/sbin/lpc 0755 root bin
-d none /opt/csw/share 0755 root bin
-d none /opt/csw/share/man 0755 root bin
-d none /opt/csw/share/man/man1 0755 root bin
-f none /opt/csw/share/man/man1/lpstat.1 0644 root bin
-f none /opt/csw/share/man/man1/cupstestdsc.1 0644 root bin
-f none /opt/csw/share/man/man1/cancel.1 0644 root bin
-f none /opt/csw/share/man/man1/lpq.1 0644 root bin
-f none /opt/csw/share/man/man1/cupstestppd.1 0644 root bin
-f none /opt/csw/share/man/man1/lp.1 0644 root bin
-f none /opt/csw/share/man/man1/lppasswd.1 0644 root bin
-f none /opt/csw/share/man/man1/lpoptions.1 0644 root bin
-f none /opt/csw/share/man/man1/lpr.1 0644 root bin
-f none /opt/csw/share/man/man1/lprm.1 0644 root bin
-d none /opt/csw/share/man/man1m 0755 root bin
-f none /opt/csw/share/man/man1m/lpinfo.1m 0644 root bin
-f none /opt/csw/share/man/man1m/accept.1m 0644 root bin
-f none /opt/csw/share/man/man1m/cupsctl.1m 0644 root bin
-s none /opt/csw/share/man/man1m/reject.1m=accept.1m
-f none /opt/csw/share/man/man1m/cupsenable.1m 0644 root bin
-f none /opt/csw/share/man/man1m/lpc.1m 0644 root bin
-f none /opt/csw/share/man/man1m/cupsaddsmb.1m 0644 root bin
-f none /opt/csw/share/man/man1m/lpadmin.1m 0644 root bin
-s none /opt/csw/share/man/man1m/cupsdisable.1m=cupsenable.1m
-f none /opt/csw/share/man/man1m/lpmove.1m 0644 root bin
-d none /opt/csw/share/man/man5 0755 root bin
-f none /opt/csw/share/man/man5/client.conf.5 0644 root bin
-i copyright=CSWcupsclient.copyright
-i depend=CSWcupsclient.depend
-i pkginfo=CSWcupsclient.pkginfo

Deleted: csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsd.depend
===================================================================
--- csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsd.depend	2009-07-24 16:38:25 UTC (rev 5641)
+++ csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsd.depend	2009-07-24 17:22:45 UTC (rev 5642)
@@ -1,7 +0,0 @@
-P      CSWlibcups     libcups - Libraries for the Common UNIX Printing System
-P      CSWgcrypt      libgcrypt - GNU libcrypt
-P      CSWgnutls      gnutls - GNU Transport Layer Security lib and tools
-P      CSWgpgerr      libgpg_error - GNU gpg related library
-P      CSWzlib        zlib - Zlib Data Compression Library
-P      CSWoldaprt     OpenLDAP runtime libraries (oldaprt)
-P      CSWkrb5lib     MIT Kerberos 5 core libraries

Deleted: csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsd.gspec
===================================================================
--- csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsd.gspec	2009-07-24 16:38:25 UTC (rev 5641)
+++ csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsd.gspec	2009-07-24 17:22:45 UTC (rev 5642)
@@ -1,5 +0,0 @@
-%var            bitname cupsd
-%var            pkgname CSWcupsd
-%include        url file://%{GARDIR}/pkglib/csw_dyndepend.gspec
-%var            desc Server portion of the Common UNIX Printing System
-%copyright      url file://%{WORKSRC}/LICENSE.txt

Deleted: csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsd.postinstall
===================================================================
--- csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsd.postinstall	2009-07-24 16:38:25 UTC (rev 5641)
+++ csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsd.postinstall	2009-07-24 17:22:45 UTC (rev 5642)
@@ -1,62 +0,0 @@
-#!/sbin/sh
-
-CONFDIR=$BASEDIR/opt/csw/etc/cups
-CONFFILES="cupsd.conf classes.conf client.conf printers.conf mime.convs \
-	mime.types"
-PATH=/bin:/usr/bin:"$PATH"
-export PATH
-
-class=smfno
-test -f $BASEDIR/usr/sbin/svccfg -a -f $BASEDIR/usr/sbin/svcadm && class=smfyes
-
-# stop cups, but ONLY if we are doing a "direct"
-# install, rather than a jumpstart install or something.
-case "$PKG_ROOT_DIR" in
-  ""|"/")
-    if [ "$smf" = "yes" ]; then
-      /usr/sbin/svcadm disable -s svc:application/print/cswcups:default
-      /usr/sbin/svccfg delete svc:application/print/cswcups:default
-    else
-      test -x $BASEDIR/etc/init.d/cswcups && $BASEDIR/etc/init.d/cswcups stop
-    fi
-    ;;
-esac
-
-
-### Set up config-file related stuff
-
-for file in $CONFFILES; do
-  confpath="$CONFDIR/$file"
-  if [ -r "$confpath" ]; then
-    echo "Not touching existing $confpath"
-  else
-    if [ -r "$confpath.CSW" ]; then
-      echo "Copying $confpath.CSW to $confpath"
-      cp -p "$confpath.CSW" "$confpath"
-    else
-      echo "Skipping $confpath.CSW..."
-    fi
-  fi
-done
-
-# start cups, but ONLY if we are doing a "direct"
-# install, rather than a jumpstart install or something.
-case "$PKG_ROOT_DIR" in
-  ""|"/")
-    if [ "$class" = "smfno" ]; then
-      if [ -f $BASEDIR/etc/init.d/cswcups ]; then
-        $BASEDIR/etc/init.d/cswcups start
-        echo "If you do *NOT* want to start cupsd during system-boot"
-        echo "  rm $CONFDIR/cupsd.conf"
-        echo "or"
-        echo "  mv $CONFDIR/cupsd.conf $CONFDIR/cupsd.conf.OFF"
-      fi
-    else
-      echo "Registering CUPS with SMF..."
-      /usr/sbin/svccfg import $BASEDIR/opt/csw/var/svc/manifest/application/print/cups.xml
-      /usr/sbin/svcadm enable svc:application/print/cswcups
-    fi
-  ;;
-esac
-
-exit 0

Modified: csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsd.postremove
===================================================================
--- csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsd.postremove	2009-07-24 16:38:25 UTC (rev 5641)
+++ csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsd.postremove	2009-07-24 17:22:45 UTC (rev 5642)
@@ -1,6 +1,6 @@
 #!/sbin/sh
 
-etccups=${BASEDIR}opt/csw/etc/cups
+etccups=${BASEDIR}/etc/opt/csw/cups
 
 if [ -d "$etccups" ]; then
   echo ""

Deleted: csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsd.preremove
===================================================================
--- csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsd.preremove	2009-07-24 16:38:25 UTC (rev 5641)
+++ csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsd.preremove	2009-07-24 17:22:45 UTC (rev 5642)
@@ -1,38 +0,0 @@
-#!/sbin/sh
-
-CONFDIR=$BASEDIR/opt/csw/etc/cups
-CONFFILES="classes.conf client.conf cupsd.conf printers.conf mime.convs \
-	mime.types"
-
-PATH=/bin:/usr/bin:"$PATH"
-export PATH
-
-smf=no
-test -f $BASEDIR/usr/sbin/svccfg -a -f $BASEDIR/usr/sbin/svcadm && smf=yes
-
-# stop cups, but ONLY if we are doing a "direct"
-# install, rather than a jumpstart install or something.
-case "$PKG_ROOT_DIR" in
-  ""|"/")
-    if [ "$smf" = "yes" ]; then
-      echo "Stopping and deregistering CUPS..."
-      /usr/sbin/svcadm disable -s svc:application/print/cswcups:default
-      /usr/sbin/svccfg delete svc:application/print/cswcups:default
-    else
-      echo "Stopping CUPS..."
-      test -x $BASEDIR/etc/init.d/cswcups && $BASEDIR/etc/init.d/cswcups stop
-    fi
-    ;;
-esac
-
-for file in $CONFFILES; do
-  confpath="$CONFDIR/$file"
-  test -r "$confpath.CSW" || continue
-  diff "$confpath" "$confpath.CSW" >/dev/null 2>&1
-  if [ $? != 0 ]; then
-    echo "Not touching modified $confpath"
-  else
-    echo "Removing unmodified $confpath"
-    rm -f "$confpath"
-  fi
-done

Deleted: csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsd.prototype
===================================================================
--- csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsd.prototype	2009-07-24 16:38:25 UTC (rev 5641)
+++ csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsd.prototype	2009-07-24 17:22:45 UTC (rev 5642)
@@ -1,1035 +0,0 @@
-d smfno /etc 0755 root bin
-d smfno /etc/init.d 0755 root bin
-f smfno /etc/init.d/cswcups 0755 root sys
-d smfno /etc/rc0.d 0755 root bin
-s smfno /etc/rc0.d/K00cswcups=../init.d/cswcups
-d smfno /etc/rc2.d 0755 root bin
-s smfno /etc/rc2.d/K00cswcups=../init.d/cswcups
-d smfno /etc/rc3.d 0755 root bin
-s smfno /etc/rc3.d/S99cswcups=../init.d/cswcups
-d smfno /etc/rcS.d 0755 root bin
-s smfno /etc/rcS.d/K00cswcups=../init.d/cswcups
-d smfno /etc/rc1.d 0755 root bin
-s smfno /etc/rc1.d/K00cswcups=../init.d/cswcups
-d smfyes /opt/csw/lib/svc 0755 root bin
-d smfyes /opt/csw/lib/svc/method 0755 root bin
-f smfyes /opt/csw/lib/svc/method/svc-cups 0755 root bin
-d smfyes /opt/csw/var/svc 0755 root bin
-d smfyes /opt/csw/var/svc/manifest 0755 root bin
-d smfyes /opt/csw/var/svc/manifest/application 0755 root bin
-d smfyes /opt/csw/var/svc/manifest/application/print 0755 root bin
-f smfyes /opt/csw/var/svc/manifest/application/print/cups.xml 0644 root bin
-d none /opt/csw 0755 root bin
-d none /opt/csw/etc 0755 root bin
-d none /opt/csw/etc/cups 0755 root lp
-d none /opt/csw/etc/cups/ssl 0700 root sys
-f none /opt/csw/etc/cups/cupsd.conf.CSW 0640 root sys
-d none /opt/csw/etc/cups/ppd 0755 root lp
-f none /opt/csw/etc/cups/cupsd.conf.default 0640 root sys
-f none /opt/csw/etc/cups/mime.convs 0644 root sys
-f none /opt/csw/etc/cups/mime.types 0644 root sys
-f none /opt/csw/etc/cups/snmp.conf 0640 root sys
-d none /opt/csw/etc/cups/interfaces 0755 root sys
-d none /opt/csw/share 0755 root bin
-d none /opt/csw/share/man 0755 root bin
-d none /opt/csw/share/man/man1m 0755 root bin
-f none /opt/csw/share/man/man1m/cupsfilter.1m 0644 root bin
-f none /opt/csw/share/man/man1m/cupsd.1m 0644 root bin
-f none /opt/csw/share/man/man1m/cups-polld.1m 0644 root bin
-f none /opt/csw/share/man/man1m/cups-deviced.1m 0644 root bin
-f none /opt/csw/share/man/man1m/cups-driverd.1m 0644 root bin
-f none /opt/csw/share/man/man1m/cups-lpd.1m 0644 root bin
-d none /opt/csw/share/man/man7 0755 root bin
-f none /opt/csw/share/man/man7/backend.7 0644 root bin
-f none /opt/csw/share/man/man7/filter.7 0644 root bin
-d none /opt/csw/share/man/man5 0755 root bin
-f none /opt/csw/share/man/man5/cups-snmp.conf.5 0644 root bin
-f none /opt/csw/share/man/man5/subscriptions.conf.5 0644 root bin
-f none /opt/csw/share/man/man5/mime.convs.5 0644 root bin
-f none /opt/csw/share/man/man5/classes.conf.5 0644 root bin
-f none /opt/csw/share/man/man5/cupsd.conf.5 0644 root bin
-f none /opt/csw/share/man/man5/mime.types.5 0644 root bin
-f none /opt/csw/share/man/man5/printers.conf.5 0644 root bin
-f none /opt/csw/share/man/man5/mailto.conf.5 0644 root bin
-d none /opt/csw/share/cups 0755 root bin
-d none /opt/csw/share/cups/fonts 0755 root bin
-f none /opt/csw/share/cups/fonts/Courier-Bold 0644 root bin
-f none /opt/csw/share/cups/fonts/Courier-BoldOblique 0644 root bin
-f none /opt/csw/share/cups/fonts/Symbol 0644 root bin
-f none /opt/csw/share/cups/fonts/Courier 0644 root bin
-f none /opt/csw/share/cups/fonts/Courier-Oblique 0644 root bin
-d none /opt/csw/share/cups/templates 0755 root bin
-f none /opt/csw/share/cups/templates/samba-export.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/search.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/admin.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/class-deleted.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/help-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/choose-model.tmpl 0644 root bin
-d none /opt/csw/share/cups/templates/et 0755 root bin
-f none /opt/csw/share/cups/templates/et/samba-export.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/test-page.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/printer-confirm.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/set-printer-options-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/users.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/choose-model.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/class-deleted.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/printer-accept.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/printer-purge.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/restart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/printer-configured.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/option-boolean.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/samba-exported.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/add-printer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/printer-default.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/error-op.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/job-hold.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/job-moved.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/maintenance.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/choose-device.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/printers-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/option-pickmany.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/option-trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/class-added.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/classes.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/pager.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/printer-stop.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/printer-reject.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/modify-class.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/printer-jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/edit-config.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/norestart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/choose-make.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/job-release.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/printer-added.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/option-pickone.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/help-printable.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/class-modified.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/printer-modified.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/job-restart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/choose-uri.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/admin.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/set-printer-options-trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/classes-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/option-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/printers.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/option-conflict.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/job-cancel.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/modify-printer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/class-jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/printer-start.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/class-confirm.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/add-class.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/error.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/printer-deleted.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/choose-serial.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/help-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/jobs.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/et/search.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/modify-printer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/job-cancel.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/printers.tmpl 0644 root bin
-d none /opt/csw/share/cups/templates/pl 0755 root bin
-f none /opt/csw/share/cups/templates/pl/class-jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/search.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/error.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/printer-stop.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/choose-serial.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/job-moved.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/printer-start.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/class-confirm.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/option-trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/job-hold.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/printer-configured.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/error-op.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/option-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/admin.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/printer-confirm.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/printer-reject.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/test-page.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/maintenance.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/printer-accept.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/add-printer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/printers-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/option-pickmany.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/printer-added.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/class-added.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/choose-model.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/printer-default.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/option-boolean.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/samba-exported.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/printer-jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/job-move.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/samba-export.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/set-printer-options-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/classes-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/choose-make.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/job-cancel.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/job-release.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/pager.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/edit-config.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/choose-device.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/job-restart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/set-printer-options-trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/modify-printer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/printers.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/restart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/add-class.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/jobs.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/printer-deleted.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/printer-purge.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/choose-uri.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/option-conflict.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/help-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/help-printable.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/class-modified.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/classes.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/class-deleted.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/option-pickone.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/modify-class.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/users.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pl/printer-modified.tmpl 0644 root bin
-d none /opt/csw/share/cups/templates/es 0755 root bin
-f none /opt/csw/share/cups/templates/es/maintenance.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/choose-uri.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/add-printer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/add-class.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/printer-deleted.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/choose-device.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/class-added.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/set-printer-options-trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/printer-reject.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/option-conflict.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/pager.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/option-trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/printer-configured.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/add-rss-subscription.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/printers.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/printer-accept.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/users.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/job-cancel.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/list-available-printers.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/class-deleted.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/subscription-canceled.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/norestart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/printer-purge.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/samba-exported.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/option-boolean.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/modify-class.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/admin.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/option-pickmany.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/printers-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/printer-stop.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/option-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/classes-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/search.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/job-move.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/help-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/subscription-added.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/printer-start.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/class-confirm.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/classes.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/jobs.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/modify-printer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/error.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/job-moved.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/choose-serial.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/printer-jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/printer-default.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/choose-make.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/error-op.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/job-hold.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/class-jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/job-release.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/edit-config.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/set-printer-options-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/printer-added.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/samba-export.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/job-restart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/test-page.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/printer-modified.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/printer-confirm.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/choose-model.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/restart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/option-pickone.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/class-modified.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/es/help-printable.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/printer-purge.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/norestart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/error.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/classes-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/jobs.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/option-conflict.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/add-class.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/help-printable.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/printer-jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/job-restart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/class-modified.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/option-pickone.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/choose-device.tmpl 0644 root bin
-d none /opt/csw/share/cups/templates/he 0755 root bin
-f none /opt/csw/share/cups/templates/he/printers-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/option-pickmany.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/modify-class.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/add-class.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/class-confirm.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/printer-start.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/printers.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/choose-serial.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/modify-printer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/job-cancel.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/classes.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/printer-configured.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/printer-jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/option-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/printer-default.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/help-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/classes-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/edit-config.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/restart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/printer-added.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/choose-uri.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/set-printer-options-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/option-pickone.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/job-release.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/class-modified.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/help-printable.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/admin.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/choose-make.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/error.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/printer-confirm.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/norestart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/job-restart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/samba-export.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/printer-reject.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/add-printer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/class-jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/maintenance.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/choose-model.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/job-hold.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/printer-deleted.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/error-op.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/users.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/search.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/option-trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/printer-modified.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/job-moved.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/option-conflict.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/class-added.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/choose-device.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/job-move.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/samba-exported.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/printer-purge.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/option-boolean.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/set-printer-options-trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/pager.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/jobs.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/printer-accept.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/class-deleted.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/printer-stop.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/he/test-page.tmpl 0644 root bin
-d none /opt/csw/share/cups/templates/fr 0755 root bin
-f none /opt/csw/share/cups/templates/fr/restart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/error-op.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/class-deleted.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/job-hold.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/class-added.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/printer-configured.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/add-printer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/printer-stop.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/set-printer-options-trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/printer-confirm.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/printer-purge.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/option-pickone.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/add-class.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/maintenance.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/class-modified.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/help-printable.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/choose-model.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/admin.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/option-pickmany.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/printers-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/choose-device.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/norestart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/samba-export.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/job-move.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/classes.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/classes-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/jobs.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/search.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/modify-printer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/printer-default.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/error.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/choose-uri.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/users.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/printer-accept.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/printers.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/job-moved.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/help-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/class-jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/option-boolean.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/samba-exported.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/set-printer-options-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/printer-added.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/test-page.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/option-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/printer-deleted.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/job-restart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/printer-jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/printer-modified.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/modify-class.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/job-cancel.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/choose-serial.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/printer-reject.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/edit-config.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/class-confirm.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/printer-start.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/choose-make.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/option-trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/option-conflict.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/job-release.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/fr/pager.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/edit-config.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/printer-deleted.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/subscription-added.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/choose-make.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/printer-stop.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/job-release.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/choose-uri.tmpl 0644 root bin
-d none /opt/csw/share/cups/templates/zh_TW 0755 root bin
-f none /opt/csw/share/cups/templates/zh_TW/option-boolean.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/samba-exported.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/printers.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/admin.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/printer-stop.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/printer-jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/option-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/printer-deleted.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/printer-start.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/class-confirm.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/printer-accept.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/option-conflict.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/error.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/search.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/choose-uri.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/help-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/choose-serial.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/printer-reject.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/edit-config.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/set-printer-options-trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/option-trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/job-release.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/choose-make.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/add-class.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/job-cancel.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/samba-export.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/printer-added.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/jobs.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/choose-model.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/job-restart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/printers-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/option-pickmany.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/add-printer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/job-hold.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/error-op.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/maintenance.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/help-printable.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/class-modified.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/choose-device.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/class-jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/option-pickone.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/test-page.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/pager.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/restart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/class-added.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/printer-default.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/users.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/printer-modified.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/job-move.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/class-deleted.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/modify-printer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/printer-confirm.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/printer-purge.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/set-printer-options-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/printer-configured.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/modify-class.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/classes.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/classes-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/job-moved.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/zh_TW/trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/printer-reject.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/set-printer-options-trailer.tmpl 0644 root bin
-d none /opt/csw/share/cups/templates/de 0755 root bin
-f none /opt/csw/share/cups/templates/de/users.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/printer-purge.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/edit-config.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/set-printer-options-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/printer-reject.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/job-move.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/jobs.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/choose-make.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/printer-stop.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/printer-deleted.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/subscription-canceled.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/option-trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/job-release.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/classes.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/subscription-added.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/job-restart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/class-deleted.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/printer-modified.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/option-conflict.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/samba-exported.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/add-class.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/option-boolean.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/error-op.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/job-hold.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/samba-export.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/printer-accept.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/set-printer-options-trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/restart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/help-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/choose-device.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/choose-model.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/pager.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/printers-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/option-pickmany.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/printer-jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/printer-added.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/modify-printer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/choose-uri.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/list-available-printers.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/search.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/printer-configured.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/printer-default.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/classes-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/test-page.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/admin.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/add-printer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/class-confirm.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/printer-start.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/printers.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/class-jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/option-pickone.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/choose-serial.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/maintenance.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/help-printable.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/class-modified.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/printer-confirm.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/add-rss-subscription.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/modify-class.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/job-moved.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/class-added.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/option-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/error.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/de/job-cancel.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/set-printer-options-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/modify-class.tmpl 0644 root bin
-d none /opt/csw/share/cups/templates/ja 0755 root bin
-f none /opt/csw/share/cups/templates/ja/search.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/list-available-printers.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/classes-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/option-conflict.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/choose-device.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/add-class.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/error-op.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/job-hold.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/help-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/choose-model.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/modify-printer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/subscription-canceled.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/samba-export.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/printer-deleted.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/job-move.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/job-release.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/printer-modified.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/subscription-added.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/printer-stop.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/choose-make.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/class-deleted.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/edit-config.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/admin.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/printer-jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/add-rss-subscription.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/error.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/jobs.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/norestart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/job-restart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/printer-purge.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/class-modified.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/maintenance.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/add-printer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/printers.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/choose-uri.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/printer-default.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/users.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/printer-reject.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/printers-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/class-added.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/printer-start.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/class-confirm.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/classes.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/option-trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/choose-serial.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/modify-class.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/job-moved.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/printer-accept.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/printer-confirm.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/job-cancel.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/class-jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/printer-configured.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/samba-exported.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/printer-added.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/pager.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/test-page.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/ja/restart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/printer-confirm.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/class-jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/class-added.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/option-trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/restart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/job-hold.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/printer-added.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/add-printer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/error-op.tmpl 0644 root bin
-d none /opt/csw/share/cups/templates/sv 0755 root bin
-f none /opt/csw/share/cups/templates/sv/class-jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/admin.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/class-deleted.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/job-moved.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/class-added.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/set-printer-options-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/set-printer-options-trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/option-pickone.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/modify-class.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/job-cancel.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/help-printable.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/class-modified.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/maintenance.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/printer-jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/add-printer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/error.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/printer-purge.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/printer-confirm.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/classes.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/printer-configured.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/jobs.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/choose-device.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/choose-uri.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/printers-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/option-pickmany.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/test-page.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/modify-printer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/restart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/printer-default.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/search.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/printer-modified.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/classes-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/printers.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/help-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/option-boolean.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/samba-exported.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/choose-model.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/samba-export.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/add-class.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/job-move.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/printer-accept.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/printer-added.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/pager.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/job-restart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/option-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/users.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/printer-deleted.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/printer-reject.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/option-trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/choose-make.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/choose-serial.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/option-conflict.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/job-release.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/printer-stop.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/job-hold.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/class-confirm.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/printer-start.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/edit-config.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/sv/error-op.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/printer-modified.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/pager.tmpl 0644 root bin
-d none /opt/csw/share/cups/templates/id 0755 root bin
-f none /opt/csw/share/cups/templates/id/printer-accept.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/restart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/job-moved.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/printer-deleted.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/error.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/class-jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/printer-added.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/help-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/admin.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/set-printer-options-trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/option-boolean.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/samba-exported.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/job-hold.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/error-op.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/option-conflict.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/job-cancel.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/test-page.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/choose-serial.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/add-rss-subscription.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/modify-class.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/classes.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/class-confirm.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/printer-start.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/job-restart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/job-move.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/choose-uri.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/edit-config.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/option-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/printer-reject.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/subscription-added.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/job-release.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/option-trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/printer-jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/choose-make.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/printers-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/option-pickmany.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/printer-purge.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/class-added.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/pager.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/printer-modified.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/subscription-canceled.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/add-printer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/class-deleted.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/printer-stop.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/printer-default.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/maintenance.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/option-pickone.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/add-class.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/printers.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/class-modified.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/help-printable.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/jobs.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/norestart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/choose-model.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/set-printer-options-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/classes-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/samba-export.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/choose-device.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/search.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/users.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/printer-configured.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/printer-confirm.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/list-available-printers.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/id/modify-printer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/test-page.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/maintenance.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/add-rss-subscription.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/classes.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/samba-exported.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/option-boolean.tmpl 0644 root bin
-d none /opt/csw/share/cups/templates/it 0755 root bin
-f none /opt/csw/share/cups/templates/it/job-restart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/modify-class.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/option-trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/jobs.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/printer-default.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/printer-added.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/printer-reject.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/class-jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/printers-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/option-pickmany.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/choose-make.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/job-release.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/error-op.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/job-hold.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/job-moved.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/edit-config.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/choose-uri.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/set-printer-options-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/help-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/printer-confirm.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/printer-modified.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/choose-serial.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/class-confirm.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/printer-start.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/error.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/option-boolean.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/samba-exported.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/set-printer-options-trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/job-cancel.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/test-page.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/admin.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/job-move.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/option-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/printer-accept.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/modify-printer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/samba-export.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/printer-purge.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/option-conflict.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/choose-model.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/classes.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/add-class.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/printer-jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/classes-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/users.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/search.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/printer-configured.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/class-deleted.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/printers.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/printer-deleted.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/class-added.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/restart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/option-pickone.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/class-modified.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/help-printable.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/pager.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/norestart.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/choose-device.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/maintenance.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/add-printer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/it/printer-stop.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/users.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/printer-default.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/trailer.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/option-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/list-available-printers.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/jobs-header.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/printer-accept.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/job-moved.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/class-confirm.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/printer-start.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/printer-configured.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/subscription-canceled.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/choose-serial.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/option-pickmany.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/job-move.tmpl 0644 root bin
-f none /opt/csw/share/cups/templates/printers-header.tmpl 0644 root bin
-d none /opt/csw/share/cups/charmaps 0755 root bin
-f none /opt/csw/share/cups/charmaps/windows-1258.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/iso-8859-16.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/windows-1251.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/windows-1256.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/iso-8859-11.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/windows-950.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/iso-8859-8.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/windows-874.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/iso-8859-6.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/iso-8859-1.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/euc-jp.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/windows-932.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/windows-949.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/iso-8859-7.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/iso-8859-9.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/windows-1257.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/iso-8859-10.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/windows-1250.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/iso-8859-4.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/iso-8859-3.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/koi8-r.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/koi8-u.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/iso-8859-14.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/windows-1253.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/windows-1254.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/iso-8859-13.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/euc-kr.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/euc-cn.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/windows-1361.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/mac-roman.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/windows-936.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/windows-1255.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/iso-8859-15.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/windows-1252.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/iso-8859-2.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/iso-8859-5.txt 0644 root bin
-f none /opt/csw/share/cups/charmaps/euc-tw.txt 0644 root bin
-d none /opt/csw/share/cups/model 0755 root bin
-f none /opt/csw/share/cups/model/stcolor.ppd 0644 root bin
-f none /opt/csw/share/cups/model/okidata9.ppd 0644 root bin
-f none /opt/csw/share/cups/model/zebraep1.ppd 0644 root bin
-f none /opt/csw/share/cups/model/laserjet.ppd 0644 root bin
-f none /opt/csw/share/cups/model/stcolor2.ppd 0644 root bin
-f none /opt/csw/share/cups/model/zebra.ppd 0644 root bin
-f none /opt/csw/share/cups/model/okidat24.ppd 0644 root bin
-f none /opt/csw/share/cups/model/epson24.ppd 0644 root bin
-f none /opt/csw/share/cups/model/zebraep2.ppd 0644 root bin
-f none /opt/csw/share/cups/model/deskjet.ppd 0644 root bin
-f none /opt/csw/share/cups/model/epson9.ppd 0644 root bin
-f none /opt/csw/share/cups/model/intelbar.ppd 0644 root bin
-f none /opt/csw/share/cups/model/stphoto.ppd 0644 root bin
-f none /opt/csw/share/cups/model/zebracpl.ppd 0644 root bin
-f none /opt/csw/share/cups/model/dymo.ppd 0644 root bin
-f none /opt/csw/share/cups/model/stphoto2.ppd 0644 root bin
-d none /opt/csw/share/cups/banners 0755 root bin
-f none /opt/csw/share/cups/banners/secret 0644 root bin
-f none /opt/csw/share/cups/banners/classified 0644 root bin
-f none /opt/csw/share/cups/banners/unclassified 0644 root bin
-f none /opt/csw/share/cups/banners/confidential 0644 root bin
-f none /opt/csw/share/cups/banners/topsecret 0644 root bin
-f none /opt/csw/share/cups/banners/standard 0644 root bin
-d none /opt/csw/share/cups/profiles 0755 root bin
-d none /opt/csw/share/cups/charsets 0755 root bin
-f none /opt/csw/share/cups/charsets/utf-8 0644 root bin
-d none /opt/csw/share/cups/data 0755 root bin
-f none /opt/csw/share/cups/data/psglyphs 0644 root bin
-f none /opt/csw/share/cups/data/HPGLprolog 0644 root bin
-f none /opt/csw/share/cups/data/testprint.ps 0644 root bin
-d none /opt/csw/share/locale 0755 root bin
-d none /opt/csw/share/locale/de 0755 root bin
-d none /opt/csw/share/locale/de/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/de/LC_MESSAGES/cups_de.po 0644 root bin
-d none /opt/csw/share/locale/ja 0755 root bin
-d none /opt/csw/share/locale/ja/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/ja/LC_MESSAGES/cups_ja.po 0644 root bin
-d none /opt/csw/share/locale/ru 0755 root bin
-d none /opt/csw/share/locale/ru/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/ru/LC_MESSAGES/cups_ru.po 0644 root bin
-d none /opt/csw/share/locale/id 0755 root bin
-d none /opt/csw/share/locale/id/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/id/LC_MESSAGES/cups_id.po 0644 root bin
-d none /opt/csw/share/locale/fi 0755 root bin
-d none /opt/csw/share/locale/fi/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/fi/LC_MESSAGES/cups_fi.po 0644 root bin
-d none /opt/csw/share/locale/sv 0755 root bin
-d none /opt/csw/share/locale/sv/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/sv/LC_MESSAGES/cups_sv.po 0644 root bin
-d none /opt/csw/share/locale/ko 0755 root bin
-d none /opt/csw/share/locale/ko/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/ko/LC_MESSAGES/cups_ko.po 0644 root bin
-d none /opt/csw/share/locale/pt 0755 root bin
-d none /opt/csw/share/locale/pt/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/pt/LC_MESSAGES/cups_pt.po 0644 root bin
-d none /opt/csw/share/locale/zh_TW 0755 root bin
-d none /opt/csw/share/locale/zh_TW/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/zh_TW/LC_MESSAGES/cups_zh_TW.po 0644 root bin
-d none /opt/csw/share/locale/it 0755 root bin
-d none /opt/csw/share/locale/it/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/it/LC_MESSAGES/cups_it.po 0644 root bin
-d none /opt/csw/share/locale/da 0755 root bin
-d none /opt/csw/share/locale/da/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/da/LC_MESSAGES/cups_da.po 0644 root bin
-d none /opt/csw/share/locale/zh 0755 root bin
-d none /opt/csw/share/locale/zh/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/zh/LC_MESSAGES/cups_zh.po 0644 root bin
-d none /opt/csw/share/locale/et 0755 root bin
-d none /opt/csw/share/locale/et/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/et/LC_MESSAGES/cups_et.po 0644 root bin
-d none /opt/csw/share/locale/no 0755 root bin
-d none /opt/csw/share/locale/no/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/no/LC_MESSAGES/cups_no.po 0644 root bin
-d none /opt/csw/share/locale/pl 0755 root bin
-d none /opt/csw/share/locale/pl/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/pl/LC_MESSAGES/cups_pl.po 0644 root bin
-d none /opt/csw/share/locale/es 0755 root bin
-d none /opt/csw/share/locale/es/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/es/LC_MESSAGES/cups_es.po 0644 root bin
-d none /opt/csw/share/locale/he 0755 root bin
-d none /opt/csw/share/locale/he/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/he/LC_MESSAGES/cups_he.po 0644 root bin
-d none /opt/csw/share/locale/nl 0755 root bin
-d none /opt/csw/share/locale/nl/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/nl/LC_MESSAGES/cups_nl.po 0644 root bin
-d none /opt/csw/share/locale/pt_BR 0755 root bin
-d none /opt/csw/share/locale/pt_BR/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/pt_BR/LC_MESSAGES/cups_pt_BR.po 0644 root bin
-d none /opt/csw/share/locale/fr 0755 root bin
-d none /opt/csw/share/locale/fr/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/fr/LC_MESSAGES/cups_fr.po 0644 root bin
-d none /opt/csw/share/applications 0755 root bin
-f none /opt/csw/share/applications/cups.desktop 0644 root bin
-d none /opt/csw/lib 0755 root bin
-d none /opt/csw/lib/cups 0755 root bin
-d none /opt/csw/lib/cups/notifier 0755 root bin
-f none /opt/csw/lib/cups/notifier/rss 0755 root bin
-f none /opt/csw/lib/cups/notifier/mailto 0755 root bin
-d none /opt/csw/lib/cups/cgi-bin 0755 root bin
-f none /opt/csw/lib/cups/cgi-bin/help.cgi 0755 root bin
-f none /opt/csw/lib/cups/cgi-bin/admin.cgi 0755 root bin
-f none /opt/csw/lib/cups/cgi-bin/classes.cgi 0755 root bin
-f none /opt/csw/lib/cups/cgi-bin/jobs.cgi 0755 root bin
-f none /opt/csw/lib/cups/cgi-bin/printers.cgi 0755 root bin
-d none /opt/csw/lib/cups/driver 0755 root bin
-d none /opt/csw/lib/cups/backend 0755 root bin
-f none /opt/csw/lib/cups/backend/socket 0755 root bin
-f none /opt/csw/lib/cups/backend/scsi 0755 root bin
-f none /opt/csw/lib/cups/backend/lpd 0700 root bin
-s none /opt/csw/lib/cups/backend/http=ipp
-s none /opt/csw/lib/cups/backend/smb=../../../bin/smbspool
-f none /opt/csw/lib/cups/backend/usb 0755 root bin
-f none /opt/csw/lib/cups/backend/parallel 0755 root bin
-f none /opt/csw/lib/cups/backend/serial 0755 root bin
-f none /opt/csw/lib/cups/backend/snmp 0755 root bin
-f none /opt/csw/lib/cups/backend/ipp 0700 root bin
-d none /opt/csw/lib/cups/daemon 0755 root bin
-f none /opt/csw/lib/cups/daemon/cups-deviced 0755 root bin
-f none /opt/csw/lib/cups/daemon/cups-driverd 0755 root bin
-f none /opt/csw/lib/cups/daemon/cups-polld 0755 root bin
-f none /opt/csw/lib/cups/daemon/cups-lpd 0755 root bin
-d none /opt/csw/lib/cups/monitor 0755 root bin
-f none /opt/csw/lib/cups/monitor/tbcp 0755 root bin
-f none /opt/csw/lib/cups/monitor/bcp 0755 root bin
-d none /opt/csw/lib/cups/filter 0755 root bin
-f none /opt/csw/lib/cups/filter/imagetops 0755 root bin
-f none /opt/csw/lib/cups/filter/hpgltops 0755 root bin
-s none /opt/csw/lib/cups/filter/rastertodymo=rastertolabel
-f none /opt/csw/lib/cups/filter/rastertohp 0755 root bin
-f none /opt/csw/lib/cups/filter/texttops 0755 root bin
-f none /opt/csw/lib/cups/filter/rastertoepson 0755 root bin
-f none /opt/csw/lib/cups/filter/pdftops 0755 root bin
-f none /opt/csw/lib/cups/filter/gziptoany 0755 root bin
-f none /opt/csw/lib/cups/filter/rastertolabel 0755 root bin
-f none /opt/csw/lib/cups/filter/pstops 0755 root bin
-f none /opt/csw/lib/cups/filter/imagetoraster 0755 root bin
-d none /opt/csw/sbin 0755 root bin
-f none /opt/csw/sbin/cupsfilter 0755 root bin
-f none /opt/csw/sbin/cupsd 0755 root bin
-d none /opt/csw/var 0755 root bin
-d none /opt/csw/var/cache 0755 root bin
-d none /opt/csw/var/cache/cups 0775 root lp
-d none /opt/csw/var/cache/cups/rss 0775 root lp
-d none /opt/csw/var/spool 0755 root bin
-d none /opt/csw/var/spool/cups 0710 root lp
-d none /opt/csw/var/spool/cups/tmp 1770 root bin
-d none /opt/csw/var/log 0755 root bin
-d none /opt/csw/var/log/cups 0755 root bin
-d none /opt/csw/var/run 0755 root bin
-d none /opt/csw/var/run/cups 0755 root bin
-d none /opt/csw/var/run/cups/certs 0511 root bin
-i copyright=CSWcupsd.copyright
-i depend=CSWcupsd.depend
-i pkginfo=CSWcupsd.pkginfo
-i postinstall=CSWcupsd.postinstall
-i preremove=CSWcupsd.preremove
-i postremove=CSWcupsd.postremove
-i checkinstall
-i i.smfno
-i i.smfyes
-i space

Deleted: csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsdev.depend
===================================================================
--- csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsdev.depend	2009-07-24 16:38:25 UTC (rev 5641)
+++ csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsdev.depend	2009-07-24 17:22:45 UTC (rev 5642)
@@ -1 +0,0 @@
-P	CSWlibcups	libcups - Libraries for the Common UNIX Printing System

Deleted: csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsdev.gspec
===================================================================
--- csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsdev.gspec	2009-07-24 16:38:25 UTC (rev 5641)
+++ csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsdev.gspec	2009-07-24 17:22:45 UTC (rev 5642)
@@ -1,6 +0,0 @@
-%var            bitname cupsdev
-%var            pkgname CSWcupsdev
-%var            arch all
-%include        url file://%{GARDIR}/pkglib/csw_dyndepend.gspec
-%var            desc Development files for the Common UNIX Printing System
-%copyright      url file://%{WORKSRC}/LICENSE.txt

Deleted: csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsdev.prototype
===================================================================
--- csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsdev.prototype	2009-07-24 16:38:25 UTC (rev 5641)
+++ csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsdev.prototype	2009-07-24 17:22:45 UTC (rev 5642)
@@ -1,28 +0,0 @@
-d none /opt/csw 0755 root bin
-d none /opt/csw/bin 0755 root bin
-f none /opt/csw/bin/cups-config 0755 root bin
-d none /opt/csw/include 0755 root bin
-d none /opt/csw/include/cups 0755 root bin
-f none /opt/csw/include/cups/language.h 0644 root bin
-f none /opt/csw/include/cups/ipp.h 0644 root bin
-f none /opt/csw/include/cups/array.h 0644 root bin
-f none /opt/csw/include/cups/image.h 0644 root bin
-f none /opt/csw/include/cups/dir.h 0644 root bin
-f none /opt/csw/include/cups/transcode.h 0644 root bin
-f none /opt/csw/include/cups/i18n.h 0644 root bin
-f none /opt/csw/include/cups/sidechannel.h 0644 root bin
-f none /opt/csw/include/cups/backend.h 0644 root bin
-f none /opt/csw/include/cups/cups.h 0644 root bin
-f none /opt/csw/include/cups/md5.h 0644 root bin
-f none /opt/csw/include/cups/http.h 0644 root bin
-f none /opt/csw/include/cups/adminutil.h 0644 root bin
-f none /opt/csw/include/cups/ppd.h 0644 root bin
-f none /opt/csw/include/cups/file.h 0644 root bin
-f none /opt/csw/include/cups/raster.h 0644 root bin
-d none /opt/csw/share 0755 root bin
-d none /opt/csw/share/man 0755 root bin
-d none /opt/csw/share/man/man1 0755 root bin
-f none /opt/csw/share/man/man1/cups-config.1 0644 root bin
-i copyright=CSWcupsdev.copyright
-i depend=CSWcupsdev.depend
-i pkginfo=CSWcupsdev.pkginfo

Deleted: csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsdoc.gspec
===================================================================
--- csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsdoc.gspec	2009-07-24 16:38:25 UTC (rev 5641)
+++ csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsdoc.gspec	2009-07-24 17:22:45 UTC (rev 5642)
@@ -1,6 +0,0 @@
-%var            bitname cupsdoc
-%var            pkgname CSWcupsdoc
-%var            arch all
-%include        url file://%{GARDIR}/pkglib/csw_dyndepend.gspec
-%var            desc Documentation for the Common UNIX Printing System
-%copyright      url file://%{WORKSRC}/LICENSE.txt

Deleted: csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsdoc.prototype
===================================================================
--- csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsdoc.prototype	2009-07-24 16:38:25 UTC (rev 5641)
+++ csw/mgar/pkg/cups/branches/cups-with-classutils/files/CSWcupsdoc.prototype	2009-07-24 17:22:45 UTC (rev 5642)
@@ -1,779 +0,0 @@
-d none /opt/csw 0755 root bin
-d none /opt/csw/share 0755 root bin
-d none /opt/csw/share/doc 0755 root bin
-d none /opt/csw/share/doc/cups 0755 root bin
-d none /opt/csw/share/doc/cups/et 0755 root bin
-f none /opt/csw/share/doc/cups/et/index.html 0644 root bin
-d none /opt/csw/share/doc/cups/et/images 0755 root bin
-f none /opt/csw/share/doc/cups/et/images/button-help.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-view-printable-version.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-change-settings.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-hold-job.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-print-test-page.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-manage-classes.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-clear.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-export-samba.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-manage-server.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-accept-jobs.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-add-printer.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-delete-class.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-modify-printer.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-cancel-all-jobs.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-use-default-config.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-print-self-test-page.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-unpublish-printer.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-stop-printer.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-release-job.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-add-this-printer.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-show-previous.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-clean-print-heads.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-edit-configuration-file.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-view-page-log.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-sort-descending.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-set-as-default.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-show-active.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-restart-job.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-show-next.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-search.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-modify-class.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-reject-jobs.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-view-access-log.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-set-allowed-users.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-start-printer.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-move-jobs.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-start-class.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-show-completed.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-stop-class.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-publish-printer.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-sort-ascending.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-delete-printer.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-manage-printers.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-cancel-job.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-add-class.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-set-printer-options.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-continue.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-move-job.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-save-changes.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-show-all.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-manage-jobs.gif 0644 root bin
-f none /opt/csw/share/doc/cups/et/images/button-view-error-log.gif 0644 root bin
-d none /opt/csw/share/doc/cups/pl 0755 root bin
-d none /opt/csw/share/doc/cups/pl/images 0755 root bin
-f none /opt/csw/share/doc/cups/pl/images/button-start-class.gif 0644 root bin
-f none /opt/csw/share/doc/cups/pl/images/button-manage-printers.gif 0644 root bin
-f none /opt/csw/share/doc/cups/pl/images/button-modify-class.gif 0644 root bin
-f none /opt/csw/share/doc/cups/pl/images/button-manage-server.gif 0644 root bin
-f none /opt/csw/share/doc/cups/pl/images/button-set-allowed-users.gif 0644 root bin
-f none /opt/csw/share/doc/cups/pl/images/button-show-completed.gif 0644 root bin
-f none /opt/csw/share/doc/cups/pl/images/button-reject-jobs.gif 0644 root bin

@@ Diff output truncated at 100000 characters. @@

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list