typo in cupsd.conf means cupsd won't allow network access

Bug #43933 reported by John Steele Scott
16
Affects Status Importance Assigned to Milestone
cupsys (Ubuntu)
Fix Released
Medium
Martin Pitt

Bug Description

Binary package hint: cupsys

debian/patches/58_cupsd.conf-AllowLocal.dpatch has the following:
 <Location />
   Order allow,deny
   Allow localhost
+ Allow @LOCAL@
 </Location>

There should not be an '@' after local. The correct patch looks like:
 <Location />
   Order allow,deny
   Allow localhost
+ Allow @LOCAL
 </Location>

Revision history for this message
Martin Pitt (pitti) wrote :

Thanks, fixed in development version.

Changed in cupsys:
assignee: nobody → pitti
status: Unconfirmed → Fix Committed
Revision history for this message
Martin Pitt (pitti) wrote :

 cupsys (1.2.0-0ubuntu1) dapper; urgency=low
 .
   * Final 1.2.0 upstream release (bug fixes only). Closes: LP#43898
   * Remove debian/patches/01_cupsimage.dpatch, fixed upstream.
   * Remove debian/patches/57_svn_5461.dpatch, fixed upstream.
   * debian/patches/58_cupsd.conf-AllowLocal.dpatch: Fix typo: @LOCAL@ ->
     @LOCAL. Closes: LP#43933

Changed in cupsys:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.