rpms/cups/FC-6 cups-lspp.patch,1.15,1.16

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Nov 22 12:13:03 UTC 2006


Author: twaugh

Update of /cvs/dist/rpms/cups/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv15256

Modified Files:
	cups-lspp.patch 
Log Message:
Fixed typo in fix for bug #216855

cups-lspp.patch:
 Makedefs.in                 |    4 
 config-scripts/cups-lspp.m4 |   36 +++
 config.h.in                 |    7 
 configure.in                |    2 
 cups/cups.h                 |    9 
 data/Makefile               |    5 
 data/mls                    |  277 +++++++++++++++++++++++++
 data/selinux                |  277 +++++++++++++++++++++++++
 data/te                     |  277 +++++++++++++++++++++++++
 scheduler/client.c          |  170 +++++++++++++++
 scheduler/client.h          |   14 +
 scheduler/conf.c            |   46 ++++
 scheduler/conf.h            |    7 
 scheduler/ipp.c             |  479 ++++++++++++++++++++++++++++++++++++++++++++
 scheduler/job.c             |  275 +++++++++++++++++++++++++
 scheduler/job.h             |   11 +
 scheduler/main.c            |   32 ++
 scheduler/printers.c        |   51 ++++
 18 files changed, 1975 insertions(+), 4 deletions(-)

Index: cups-lspp.patch
===================================================================
RCS file: /cvs/dist/rpms/cups/FC-6/cups-lspp.patch,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- cups-lspp.patch	22 Nov 2006 12:01:24 -0000	1.15
+++ cups-lspp.patch	22 Nov 2006 12:13:00 -0000	1.16
@@ -1600,7 +1600,7 @@
 +	tclass = SECCLASS_FILE;
 +	avr = FILE__WRITE;
 +      }
-+      else if (avr != FILE_WRITE || avr != CHR_FILE__WRITE)
++      else if (avr != FILE__WRITE || avr != CHR_FILE__WRITE)
 +      {
 +	send_ipp_status(con, IPP_NOT_AUTHORIZED, _("Printer is not a character device or regular file"));
 +	return (NULL);




More information about the fedora-cvs-commits mailing list