[csw-devel] SF.net SVN: gar:[7321] csw/mgar/pkg/cups/trunk
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Tue Nov 17 14:51:40 CET 2009
Revision: 7321
http://gar.svn.sourceforge.net/gar/?rev=7321&view=rev
Author: wahwah
Date: 2009-11-17 13:51:39 +0000 (Tue, 17 Nov 2009)
Log Message:
-----------
cups: Adding an example client.conf file, and /etc/opt/csw/cups to CSWcupsclient
Modified Paths:
--------------
csw/mgar/pkg/cups/trunk/Makefile
csw/mgar/pkg/cups/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/cups/trunk/files/client.conf.CSW
Modified: csw/mgar/pkg/cups/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cups/trunk/Makefile 2009-11-17 13:26:55 UTC (rev 7320)
+++ csw/mgar/pkg/cups/trunk/Makefile 2009-11-17 13:51:39 UTC (rev 7321)
@@ -47,6 +47,7 @@
DISTFILES += CSWcupsclient.preinstall
DISTFILES += CSWcupsd.preinstall
DISTFILES += CSWcupsd.postremove
+DISTFILES += client.conf.CSW
PATCHFILES = 0001-cswcups-for-service-name.patch
PATCHFILES += 0002-Adding-the-refcount-member-to-mime_type_t.patch
@@ -100,7 +101,13 @@
PKGFILES_CSWcupsdev += $(datadir)/cups/ppdc.*
PKGFILES_CSWcupsdev += $(datadir)/cups/drv.*
-PKGFILES_CSWcupsd = $(sysconfdir)/.*
+PKGFILES_CSWcupsd = $(sysconfdir)/init\.d/.*
+PKGFILES_CSWcupsd += $(sysconfdir)/rc.*
+PKGFILES_CSWcupsd += $(sysconfdir)/cups/cupsd.*
+PKGFILES_CSWcupsd += $(sysconfdir)/cups/interfaces.*
+PKGFILES_CSWcupsd += $(sysconfdir)/cups/ppd.*
+PKGFILES_CSWcupsd += $(sysconfdir)/cups/snmp.*
+PKGFILES_CSWcupsd += $(sysconfdir)/cups/ssl.*
PKGFILES_CSWcupsd += $(mandir)/man1m
PKGFILES_CSWcupsd += $(mandir)/man1m/cups(filter|d|-polld|-deviced|-driverd|-lpd).*
PKGFILES_CSWcupsd += $(mandir)/man7/(backend|filter).7
@@ -136,6 +143,7 @@
PKGFILES_CSWcupsclient += $(mandir)/man5/client.conf.5
PKGFILES_CSWcupsclient += $(mandir)/man5/ppdcfile\.5
PKGFILES_CSWcupsclient += $(mandir)/man7/(drv|notifier)\.7
+PKGFILES_CSWcupsclient += $(sysconfdir)/cups/client\.conf\.CSW
SPKG_DESC_CSWcups = Common Unix Printing System
SPKG_DESC_CSWlibcups = CUPS libraries
@@ -145,7 +153,8 @@
SPKG_DESC_CSWcupsdev = CUPS header files
# http://lists.opencsw.org/pipermail/maintainers/2009-September/004249.html
-SAMPLECONF = $(sysconfdir)/cups/cupsd\.conf\.CSW
+SAMPLECONF = $(sysconfdir)/cups/cupsd\.conf\.CSW
+SAMPLECONF += $(sysconfdir)/cups/client\.conf\.CSW
INITSMF = $(sysconfdir)/init\.d/cswcups
LD_OPTIONS = -R/opt/csw/lib/\$$ISALIST -R/opt/csw/lib
@@ -200,4 +209,7 @@
chmod 0644 "$$i.CSW"; \
fi \
done)
+ ginstall -m 644 \
+ $(FILEDIR)/client.conf.CSW \
+ $(DESTDIR)$(sysconfdir)/cups/client.conf.CSW
@$(MAKECOOKIE)
Modified: csw/mgar/pkg/cups/trunk/checksums
===================================================================
--- csw/mgar/pkg/cups/trunk/checksums 2009-11-17 13:26:55 UTC (rev 7320)
+++ csw/mgar/pkg/cups/trunk/checksums 2009-11-17 13:51:39 UTC (rev 7321)
@@ -1,11 +1,11 @@
1e5e54a2b503cfdeeda1b683bcccab83 0001-cswcups-for-service-name.patch
0da4ea6bf72d61adfc4316a738b90ab5 0002-Adding-the-refcount-member-to-mime_type_t.patch
a80b8543633e2f9b3b1e531ac2289306 0003-Reference-counting-for-printers-only.patch
-193912518565c7052724420e7899930b 0004-Fix-for-usb-unix.c-from-http-www.cups.org-str.php-L3.patch
bbf0295c76cd06b5311ac3a3467fd431 0005-Mapping-gnutls_record_recv-return-error-codes-to-err.patch
0dd35cc0938696577104852781ec1df6 0006-Fail-compilation-if-no-SSL-impl-chosen.patch
44ff410e237d6f4f9f0fe650ba2c7fa0 0007-Solaris-zone-support-in-init-script.patch
cf6a3fe902545aac1ab2303e41c08a3e CSWcupsclient.preinstall
ca7718998e56c320c08a77cfefe046f6 CSWcupsd.postremove
cf6a3fe902545aac1ab2303e41c08a3e CSWcupsd.preinstall
+b69e58be75aab71165f77e9c1ec49ea3 client.conf.CSW
d95e2d588e3d36e563027a963b117b1b cups-1.4.2-source.tar.bz2
Added: csw/mgar/pkg/cups/trunk/files/client.conf.CSW
===================================================================
--- csw/mgar/pkg/cups/trunk/files/client.conf.CSW (rev 0)
+++ csw/mgar/pkg/cups/trunk/files/client.conf.CSW 2009-11-17 13:51:39 UTC (rev 7321)
@@ -0,0 +1,6 @@
+# $Id$
+#
+# CUPS client configuration file.
+#
+# Type 'man client.conf' to see instructions.
+
Property changes on: csw/mgar/pkg/cups/trunk/files/client.conf.CSW
___________________________________________________________________
Added: svn:keywords
+ Id
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