Magellan Linux

Diff of /branches/init-0_3_3-r1/magellan-initscripts/etc/rc.d/init.d/rc

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

revision 3 by niro, Mon Dec 13 22:52:07 2004 UTC revision 10 by niro, Mon Dec 13 23:24:11 2004 UTC
# Line 212  then Line 212  then
212   # make shure that udev is mounted but *not* devfs --> /dev/.devfsd   # make shure that udev is mounted but *not* devfs --> /dev/.devfsd
213   if [ "${RC_DEVICE_TARBALL}" = "yes" \   if [ "${RC_DEVICE_TARBALL}" = "yes" \
214   -a -e /dev/.udev \   -a -e /dev/.udev \
215   -a ! -e /dev/.devfsd ]   -a ! -e /dev/.devfsd \
216     -a ! -e /.bootdev ]
217   then   then
218   echo -e ${COLOREDSTAR}"Saving /dev device nodes ..."   echo -e ${COLOREDSTAR}"Saving /dev device nodes ..."
219   cd /dev   cd /dev
# Line 233  then Line 234  then
234   # make shure that udev is mounted but *not* devfs --> /dev/.devfsd   # make shure that udev is mounted but *not* devfs --> /dev/.devfsd
235   if [ "${RC_DEVICE_TARBALL}" = "yes" \   if [ "${RC_DEVICE_TARBALL}" = "yes" \
236   -a -e /dev/.udev \   -a -e /dev/.udev \
237   -a ! -e /dev/.devfsd ]   -a ! -e /dev/.devfsd \
238     -a ! -e /.bootdev ]
239   then   then
240   echo -e ${COLOREDSTAR}"Saving /dev device nodes ..."   echo -e ${COLOREDSTAR}"Saving /dev device nodes ..."
241   cd /dev   cd /dev

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