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 512 by niro, Fri Aug 17 22:06:00 2007 UTC revision 513 by niro, Fri Aug 17 22:06:35 2007 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.7 2007-08-17 22:06:00 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/rc.d/init.d/mountfs,v 1.8 2007-08-17 22:06:35 niro Exp $
3    
4  #%rlevels: 7:s 0:k 6:k  #%rlevels: 7:s 0:k 6:k
5  #%start: 40  #%start: 40
# Line 74  case "$1" in Line 74  case "$1" in
74   mount -f -t ${udev_fstype} udev /dev   mount -f -t ${udev_fstype} udev /dev
75   fi   fi
76    
77     # records usbfs as mounted
78     if is_fs_mounted usbfs
79     then
80     mount -f -t usbfs usbfs /proc/bus/usb
81     fi
82    
83   evaluate_retval   evaluate_retval
84    
85   # The following mount command will mount all file systems. If you   # The following mount command will mount all file systems. If you

Legend:
Removed from v.512  
changed lines
  Added in v.513