mtinkd.confd 383 B

123456789101112131415
  1. # Copyright 1999-2004 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # define the device file, adapt this
  4. #DEV_FILE=/dev/lp0
  5. DEV_FILE=/dev/usb/lp0
  6. # Special options, adapt this
  7. # add name of printer
  8. NAME=
  9. # use the first line for USB printers, the second for parallel port printers
  10. SPEC="-name $NAME -usbbase /dev/usb/lp"
  11. #SPEC="-name $NAME"