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 2654 by niro, Mon Nov 9 14:52:40 2015 UTC revision 2655 by niro, Tue Nov 10 15:13:53 2015 UTC
# Line 1  Line 1 
1  # $Id$  # $Id$
2    
3  provide printing lprng  provide printing lprng
4    require basic-kernel
5    
6  help_printing_printer()  help_printing_printer()
7  {  {
# Line 101  helper_generate_printcap() Line 102  helper_generate_printcap()
102   local i   local i
103   local prn   local prn
104    
105     # install required kernel modules as well
106     if is_provided basic-kernel
107     then
108     mcore-kernel-modules --add --module lp
109     mcore-kernel-modules --add --module usblp
110     fi
111    
112   CONFIG="${MROOT}@@SYSCONFDIR@@/printcap"   CONFIG="${MROOT}@@SYSCONFDIR@@/printcap"
113   clearconfig   clearconfig
114    

Legend:
Removed from v.2654  
changed lines
  Added in v.2655