Magellan Linux

Diff of /alx-src/branches/alxconf_20060908/functions/config_printers.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 546 by niro, Wed Feb 4 20:07:30 2009 UTC revision 547 by niro, Wed Feb 4 20:14:36 2009 UTC
# Line 54  config_printing() Line 54  config_printing()
54   com2)   com2)
55   port="serial:/dev/ttyS1?baud=9600+bits=8+parity=none+flow=none"   port="serial:/dev/ttyS1?baud=9600+bits=8+parity=none+flow=none"
56   ;;   ;;
57     usb1)
58     port="usb:/dev/usb/lp0"
59     ;;
60   lpd)   lpd)
61   port="lpd://${ALX_IP[${i}]}/${ALX_SHARE[${i}]}"   port="lpd://${ALX_IP[${i}]}/${ALX_SHARE[${i}]}"
62   ;;   ;;

Legend:
Removed from v.546  
changed lines
  Added in v.547