Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/lprng/printing.client.class.in

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

revision 2177 by niro, Fri Jan 10 14:15:44 2014 UTC revision 2582 by niro, Thu Sep 17 14:02:24 2015 UTC
# Line 1  Line 1 
1  # $Id$  # $Id$
2    
3  provide lprng  provide printing lprng
4    
5  help_printing_printer()  help_printing_printer()
6  {  {
# Line 78  helper_delprinter() Line 78  helper_delprinter()
78    
79  set_printing_printer()  set_printing_printer()
80  {  {
81   local action="$1"   local action="${CLASS_ARGV[0]}"
82   local name="$2"   local name="${CLASS_ARGV[1]}"
83   local port="$3"   local port="${CLASS_ARGV[2]}"
84   local ip="$4"   local ip="${CLASS_ARGV[3]}"
85   local share="$5"   local share="${CLASS_ARGV[4]}"
86    
87   case "${action}" in   case "${action}" in
88   add) helper_addprinter "${name}" "${port}" "${ip}" "${share}" ;;   add) helper_addprinter "${name}" "${port}" "${ip}" "${share}" ;;

Legend:
Removed from v.2177  
changed lines
  Added in v.2582