Magellan Linux

Diff of /alx-src/trunk/alxconfig-ng/functions/config_modules.sh

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

revision 333 by niro, Wed Sep 14 21:08:34 2005 UTC revision 334 by niro, Sun Sep 18 19:18:55 2005 UTC
# Line 1  Line 1 
1  # $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/functions/config_modules.sh,v 1.4 2005-09-14 21:08:34 niro Exp $  # $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/functions/config_modules.sh,v 1.5 2005-09-18 19:18:55 niro Exp $
2  # configures printing on the host via mysql db settings  # configures printing on the host via mysql db settings
3  # Note must be the first configure script which will be startet  # Note must be the first configure script which will be startet
4    
# Line 67  config_modules() Line 67  config_modules()
67   # location of the modules.autoload file   # location of the modules.autoload file
68   modfile="/etc/modules.autoload.d/kernel-$(kernel_major_version)"   modfile="/etc/modules.autoload.d/kernel-$(kernel_major_version)"
69    
70     # clear the old one
71     :> ${modfile}
72    
73   # needed for printing:   # needed for printing:
74   add_modules lp parport parport_pc   add_modules lp parport parport_pc
75    

Legend:
Removed from v.333  
changed lines
  Added in v.334