Magellan Linux

Diff of /trunk/initscripts/sysvinit/rc/rc

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

revision 10 by niro, Mon Dec 13 23:24:11 2004 UTC revision 50 by niro, Mon Feb 14 22:26:43 2005 UTC
# Line 2  Line 2 
2    
3  source /etc/sysconfig/rc  source /etc/sysconfig/rc
4  source $rc_functions  source $rc_functions
 source /etc/mageversion  
5    
6    # get mage version
7    MAGEVER="$(< /etc/mageversion)"
8    
9  #source kernel config if exists  #source kernel config if exists
10  [ -f /etc/conf.d/kernel ] && source /etc/conf.d/kernel  [ -f /etc/conf.d/kernel ] && source /etc/conf.d/kernel

Legend:
Removed from v.10  
changed lines
  Added in v.50