Advertisement
Guest User

ccpd

a guest
Apr 2nd, 2011
559
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. # Canon Printer Daemon for CUPS Configuration Data
  2.  
  3. <Path>
  4. # CUPS configuration file path.
  5. # Default /etc/cups/
  6.  
  7. CUPS_ConfigPath /etc/cups/
  8.  
  9. # Log directory path.
  10. # LogDirectoryPath /var/log/CCPD/
  11.  
  12. </Path>
  13.  
  14. # Printer entries.
  15. # Mapping each "Printer Name" to each "Printer Device Port".
  16. # The "Printer Name" has to be identical to the CUPS printer queue name.
  17. #
  18. # For example, if you prepare a printer named "LBP3200" as a CUPS printer
  19. # queue name, and the printer is connected to the USB port "/dev/usb/lp0",
  20. # you can use the following three lines example just by removing the
  21. # comment symbol "#" of each line.
  22. #<Printer LBP3200>
  23. #DevicePath /dev/usb/lp0
  24. #</Printer>
  25.  
  26. <Printer LBP2900>
  27. DevicePath /dev/usb/lp0
  28. </Printer>
  29.  
  30. <Ports>
  31. # Status monitoring socket port.
  32. # Default 59787
  33. UI_Port 59787
  34. PDATA_Port 59687
  35. </Ports>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement