Fix from comio for /proc/filesystems typo in localmount #180621.
This commit is contained in:
		@@ -1,6 +1,10 @@
 | 
			
		||||
# ChangeLog for Gentoo System Intialization ("rc") scripts
 | 
			
		||||
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2
 | 
			
		||||
 | 
			
		||||
  02 Jun 2007; Mike Frysinger <vapier@gentoo.org>:
 | 
			
		||||
 | 
			
		||||
    Fix from comio for /proc/filesystems typo in localmount #180621.
 | 
			
		||||
 | 
			
		||||
  31 May 2007; Mike Frysinger <vapier@gentoo.org>:
 | 
			
		||||
 | 
			
		||||
    Don't warn about Factory clock when booting off of livecd.
 | 
			
		||||
 
 | 
			
		||||
@@ -54,7 +54,7 @@ start() {
 | 
			
		||||
		modprobe usbcore &> /dev/null
 | 
			
		||||
	fi
 | 
			
		||||
 | 
			
		||||
	if [ -e /proc/filessystems ] ; then
 | 
			
		||||
	if [ -e /proc/filesystems ] ; then
 | 
			
		||||
		# Check what USB fs the kernel support.  Currently
 | 
			
		||||
		# 2.5+ kernels, and later 2.4 kernels have 'usbfs',
 | 
			
		||||
		# while older kernels have 'usbdevfs'.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user