Magellan Linux

Diff of /alx-src/branches/alxconf-060/functions/config_printers.sh

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

revision 547 by niro, Wed Feb 4 20:14:36 2009 UTC revision 1568 by niro, Thu Sep 30 10:57:05 2010 UTC
# Line 50  config_printing() Line 50  config_printing()
50   ;;   ;;
51   com1)   com1)
52   port="serial:/dev/ttyS0?baud=9600+bits=8+parity=none+flow=none"   port="serial:/dev/ttyS0?baud=9600+bits=8+parity=none+flow=none"
53   ;;# echo "DEBUG: deleting samba+cups+inetd"   ;;
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)   usb1)
58   port="usb:/dev/usb/lp0"   port="usb:/dev/usb/lp0"
59     ;;
60     usb2)
61     port="usb:/dev/usb/lp1"
62   ;;   ;;
63   lpd)   lpd)
64   port="lpd://${ALX_IP[${i}]}/${ALX_SHARE[${i}]}"   port="lpd://${ALX_IP[${i}]}/${ALX_SHARE[${i}]}"

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