Changeset 2943
- Timestamp:
- 06/16/06 11:14:07 (18 years ago)
- Location:
- pykota/trunk
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/docs/installation.sgml
r2909 r2943 1029 1029 1030 1030 <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> 1031 1041 You have to restart <application>CUPS</application> for this modification to 1032 1042 take effect : -
pykota/trunk/README
r2909 r2943 547 547 $ ln -s /usr/share/pykota/cupspykota cupspykota 548 548 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 549 557 Restart CUPS so that the new backend can be detected. 550 558