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 3473 by niro, Wed Nov 2 13:53:37 2011 UTC revision 3474 by niro, Fri Apr 13 18:10:01 2012 UTC
# Line 32  config_printing() Line 32  config_printing()
32   # do not add any printers if the name is empty - warn the user   # do not add any printers if the name is empty - warn the user
33   if [[ -z ${cfg_printers_printer_name} ]]   if [[ -z ${cfg_printers_printer_name} ]]
34   then   then
35   echo -e "${COLRED}No printer_name given in config of printer '${i}' with port '${cfg_printers_port}'. Not added!${COLDEFAULT}"   rc_echo "${COLRED}No printer_name given in config of printer '${i}' with port '${cfg_printers_port}'. Not added!${COLDEFAULT}"
36   continue   continue
37   fi   fi
38    

Legend:
Removed from v.3473  
changed lines
  Added in v.3474