Changeset 2943

Show
Ignore:
Timestamp:
06/16/06 11:14:07 (18 years ago)
Author:
jerome
Message:

Improved setup documentation wrt CUPS 1.2 or higher because
of the change in how CUPS runs backends in restricted mode.

Location:
pykota/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/docs/installation.sgml

    r2909 r2943  
    10291029       
    10301030      <para> 
     1031        If you use CUPS v1.2 or higher, it is recommended that you 
     1032        also type the following command to allow the <command>cupspykota</command> 
     1033        backend to correctly support other backends which must be run 
     1034        as the root user (e.g. the <command>lpd</command> backend) : 
     1035        <screen>         
     1036$ chmod 700 /usr/share/pykota/cupspykota 
     1037        </screen> 
     1038      </para> 
     1039       
     1040      <para> 
    10311041        You have to restart <application>CUPS</application> for this modification to 
    10321042        take effect :  
  • pykota/trunk/README

    r2909 r2943  
    547547          $ ln -s /usr/share/pykota/cupspykota cupspykota 
    548548           
     549        If you use CUPS v1.2 or higher, please do this as well :   
     550         
     551          $ chmod 700 /usr/share/pykota/cupspykota 
     552           
     553          This allows the cupspykota backend to support other 
     554          backends which must be run as user root, like the 
     555          lpd backend for example. 
     556           
    549557        Restart CUPS so that the new backend can be detected. 
    550558