parport.opts 308 B

1234567891011121314151617
  1. # Parallel device configuration
  2. #
  3. # The address format is "scheme,socket,instance".
  4. #
  5. case "$ADDRESS" in
  6. *,*,*)
  7. #INFO="Sample parport setup"
  8. # Symbolic link?
  9. #LINK="/dev/printer"
  10. # Options for 'tunelp'
  11. #LP_OPTS=""
  12. # Card eject policy options
  13. NO_CHECK=n
  14. NO_FUSER=n
  15. ;;
  16. esac