Magellan Linux

Diff of /trunk/magellan-initscripts/etc/rc.d/init.d/mountfs

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

revision 353 by niro, Sat Feb 25 12:23:28 2006 UTC revision 354 by niro, Sat Mar 25 13:06:53 2006 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2  # $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/rc.d/init.d/mountfs,v 1.5 2006-02-25 12:23:28 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/rc.d/init.d/mountfs,v 1.6 2006-03-25 13:06:53 niro Exp $
3    
4  #%rlevels: 7:s 0:k 6:k  #%rlevels: 7:s 0:k 6:k
5  #%start: 40  #%start: 40
# Line 103  case "$1" in Line 103  case "$1" in
103    
104   if [ -e /.bootdev ] && [ -x /usr/bin/eject ]   if [ -e /.bootdev ] && [ -x /usr/bin/eject ]
105   then   then
106   echo -e ${COLOREDSTAR}"Ejecting livecd disc ..."   echo -e ${COLOREDSTAR}"Trying to eject the live-media ..."
107   eject -m /mnt/cdrom &> /dev/null   eject -m /mnt/cdrom &> /dev/null
108   evaluate_retval   evaluate_retval
109   fi   fi

Legend:
Removed from v.353  
changed lines
  Added in v.354