Magellan Linux

Diff of /alx-src/trunk/tinyalxconfig-ng/functions/config_printers.sh

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

revision 1003 by niro, Mon Jan 26 17:16:32 2009 UTC revision 1004 by niro, Tue Aug 4 15:17:16 2009 UTC
# Line 25  config_printing() Line 25  config_printing()
25   lpt1) port="/dev/lp0" ;;   lpt1) port="/dev/lp0" ;;
26   com1) port="/dev/ttyS0" ;;   com1) port="/dev/ttyS0" ;;
27   com2) port="/dev/ttyS1" ;;   com2) port="/dev/ttyS1" ;;
28     usb1) port="/dev/usb/lp0" ;;
29   esac   esac
30    
31   # now add new printers (writing printers.conf)   # now add new printers (writing printers.conf)

Legend:
Removed from v.1003  
changed lines
  Added in v.1004