[Pkg-cups-devel] r222 - in cupsys/branches/cups-1.2-ubuntu/debian: patches

Martin Pitt mpitt at costa.debian.org
Tue May 9 15:57:00 UTC 2006


Author: mpitt
Date: Tue May  9 15:56:58 2006
New Revision: 222

Added:
   cupsys/branches/cups-1.2-ubuntu/debian/patches/58_cupsd.conf-AllowLocal.dpatch   (contents, props changed)
Modified:
   cupsys/branches/cups-1.2-ubuntu/debian/changelog
   cupsys/branches/cups-1.2-ubuntu/debian/patches/00list

Log:
* Add debian/patches/58_cupsd.conf-AllowLocal.dpatch: Add 'Allow @LOCAL'
  to server ACL to actually allow LAN computers to access the printer if
  sharing is enabled. This avoid having to change two things for enabling
  printer sharing (a source of much confusion and a FAQ). This does not
  change the default behavior (port only listens on localhost by default).

Modified: cupsys/branches/cups-1.2-ubuntu/debian/changelog
==============================================================================
--- cupsys/branches/cups-1.2-ubuntu/debian/changelog	(original)
+++ cupsys/branches/cups-1.2-ubuntu/debian/changelog	Tue May  9 15:56:58 2006
@@ -1,8 +1,12 @@
 cupsys (1.1.99.rc3-0ubuntu4) dapper; urgency=low
 
-  *
+  * Add debian/patches/58_cupsd.conf-AllowLocal.dpatch: Add 'Allow @LOCAL'
+    to server ACL to actually allow LAN computers to access the printer if
+    sharing is enabled. This avoid having to change two things for enabling
+    printer sharing (a source of much confusion and a FAQ). This does not
+    change the default behavior (port only listens on localhost by default).
 
- -- Martin Pitt <martin.pitt at ubuntu.com>  Tue,  9 May 2006 17:40:25 +0200
+ -- Martin Pitt <martin.pitt at ubuntu.com>  Tue,  9 May 2006 17:53:02 +0200
 
 cupsys (1.1.99.rc3-0ubuntu3) dapper; urgency=low
 

Modified: cupsys/branches/cups-1.2-ubuntu/debian/patches/00list
==============================================================================
--- cupsys/branches/cups-1.2-ubuntu/debian/patches/00list	(original)
+++ cupsys/branches/cups-1.2-ubuntu/debian/patches/00list	Tue May  9 15:56:58 2006
@@ -21,4 +21,5 @@
 55_ppd_okidata_name.dpatch
 56_revert_svn_5438.dpatch
 57_svn_5461.dpatch
+58_cupsd.conf-AllowLocal.dpatch
 ubuntu-nowebadmin.dpatch

Added: cupsys/branches/cups-1.2-ubuntu/debian/patches/58_cupsd.conf-AllowLocal.dpatch
==============================================================================
--- (empty file)
+++ cupsys/branches/cups-1.2-ubuntu/debian/patches/58_cupsd.conf-AllowLocal.dpatch	Tue May  9 15:56:58 2006
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 58_cupsd.conf-AllowLocal.dpatch by  <martin.pitt at ubuntu.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad cups-1.2-ubuntu~/conf/cupsd.conf.in cups-1.2-ubuntu/conf/cupsd.conf.in
+--- cups-1.2-ubuntu~/conf/cupsd.conf.in	2006-05-09 17:52:23.000000000 +0200
++++ cups-1.2-ubuntu/conf/cupsd.conf.in	2006-05-09 17:52:33.000000000 +0200
+@@ -34,6 +34,7 @@
+ <Location />
+   Order allow,deny
+   Allow localhost
++  Allow @LOCAL@
+ </Location>
+ 
+ # Restrict access to the admin pages...



More information about the Pkg-cups-devel mailing list