# Parallel device configuration
#
# The address format is "scheme,socket,instance".
#
case "$ADDRESS" in
*,*,*)
    #INFO="Sample parport setup"
    # Symbolic link?
    #LINK="/dev/printer"
    # Options for 'tunelp'
    #LP_OPTS=""
    # Card eject policy options
    NO_CHECK=n
    NO_FUSER=n
    ;;
esac
