Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 82075
Collapse All | Expand All

(-)/usr/portage/net-fs/openafs/files/afs.rc.rc6 (-2 / +4 lines)
Lines 36-41 Link Here
36
# check for ext2 partition
36
# check for ext2 partition
37
37
38
check_ext2() {
38
check_ext2() {
39
  return 0
39
  PART=`cat /proc/mounts | grep vice | grep ext2 | awk '{print $1}'`
40
  PART=`cat /proc/mounts | grep vice | grep ext2 | awk '{print $1}'`
40
  if [ -z "$PART" ]
41
  if [ -z "$PART" ]
41
  then
42
  then
Lines 82-88 Link Here
82
	# For now, just use uname -r to get the module version. 
83
	# For now, just use uname -r to get the module version. 
83
	VERSION=`uname -r`
84
	VERSION=`uname -r`
84
85
85
	LIBAFS=libafs-$VERSION$MP.o
86
	LIBAFS=libafs-$VERSION$MP.ko
86
}
87
}
87
88
88
#
89
#
Lines 156-162 Link Here
156
157
157
	# use the prefix command if required
158
	# use the prefix command if required
158
	set_prefix
159
	set_prefix
159
	/sbin/insmod ${PREFIX:+-P $PREFIX} -f -m $MODLOADDIR/$LIBAFS > $MODLOADDIR/libafs.map 2>&1
160
	/sbin/insmod $MODLOADDIR/$LIBAFS > $MODLOADDIR/libafs.map 2>&1
161
	# geen -f -m ${PREFIX:+-P $PREFIX} 
160
}
162
}
161
163
162
start(){
164
start(){

Return to bug 82075