Magellan Linux

Diff of /smage/trunk/core/busybox-initscripts/busybox-initscripts-0.1.12-r1.smage2

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

revision 1594 by niro, Fri Mar 4 12:09:43 2011 UTC revision 1595 by niro, Fri Mar 4 12:29:02 2011 UTC
# Line 123  postinstall() Line 123  postinstall()
123    
124   rm -f ${MROOT}/etc/${path}._cfg????_${file}   rm -f ${MROOT}/etc/${path}._cfg????_${file}
125   done   done
126    
127     # fix mtab
128     if [[ ! -L ${MROOT}/etc/mtab ]] || [[ $(readlink ${MROOT}/etc/mtab) != /proc/mounts ]]
129     then
130     ln -snf /proc/mounts ${MROOT}/etc/mtab
131     fi
132  }  }

Legend:
Removed from v.1594  
changed lines
  Added in v.1595