Magellan Linux

Diff of /alx-src/branches/alxconf-060/functions/config_modules.sh

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

revision 1970 by niro, Thu Apr 14 19:29:35 2011 UTC revision 1971 by niro, Sat May 7 11:01:38 2011 UTC
# Line 1  Line 1 
1  # $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/functions/config_modules.sh,v 1.6 2005-10-09 21:28:46 niro Exp $  # $Id$
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    
5  kernel_major_version()  kernel_major_version()
6  {  {
7   local KV   local kv
8   KV="$(uname -r | cut -d. -f1-2)"   kv="$(uname -r | cut -d. -f1-2)"
9   echo "${KV}"   echo "${kv}"
10  }  }
11    
12  get_modules_settings()  get_modules_settings()

Legend:
Removed from v.1970  
changed lines
  Added in v.1971