Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 52791 Details for
Bug 82075
Updated net-fs/openafs ebuild for 2.6 kernels
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
showcase of the rc-script deficiencies showing when trying to use 2.6 kernels or ext3
afs-rcscript-deficiencies (text/plain), 758 bytes, created by
Stefaan De Roeck (RETIRED)
on 2005-03-06 08:52:13 UTC
(
hide
)
Description:
showcase of the rc-script deficiencies showing when trying to use 2.6 kernels or ext3
Filename:
MIME Type:
Creator:
Stefaan De Roeck (RETIRED)
Created:
2005-03-06 08:52:13 UTC
Size:
758 bytes
patch
obsolete
>--- /usr/portage/net-fs/openafs/files/afs.rc.rc6 2004-01-21 18:49:27.000000000 +0100 >+++ afs 2005-03-06 17:40:05.000000000 +0100 >@@ -36,6 +36,7 @@ > # check for ext2 partition > > check_ext2() { >+ return 0 > PART=`cat /proc/mounts | grep vice | grep ext2 | awk '{print $1}'` > if [ -z "$PART" ] > then >@@ -82,7 +83,7 @@ > # For now, just use uname -r to get the module version. > VERSION=`uname -r` > >- LIBAFS=libafs-$VERSION$MP.o >+ LIBAFS=libafs-$VERSION$MP.ko > } > > # >@@ -156,7 +157,8 @@ > > # use the prefix command if required > set_prefix >- /sbin/insmod ${PREFIX:+-P $PREFIX} -f -m $MODLOADDIR/$LIBAFS > $MODLOADDIR/libafs.map 2>&1 >+ /sbin/insmod $MODLOADDIR/$LIBAFS > $MODLOADDIR/libafs.map 2>&1 >+ # geen -f -m ${PREFIX:+-P $PREFIX} > } > > start(){
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 82075
:
51256
| 52791 |
55560
|
55561
|
57711
|
60772
|
63438