From: Andrew Deason Date: Mon, 24 Sep 2012 19:20:07 +0000 (-0500) Subject: doc: Fix Solaris 11 kernel module path X-Git-Tag: upstream/1.8.0_pre1^2~1977 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a7278eb5620507cd70086582cf539b4024b46194;p=packages%2Fo%2Fopenafs.git doc: Fix Solaris 11 kernel module path For Solaris 11, the module goes in drv, not fs. Change-Id: Ib297239b845977eaf7e4cdb3edaba32db6733e12 Reviewed-on: http://gerrit.openafs.org/8152 Reviewed-by: Derrick Brashear Tested-by: BuildBot Reviewed-by: Ken Dreyer --- diff --git a/doc/xml/QuickStartUnix/auqbg005.xml b/doc/xml/QuickStartUnix/auqbg005.xml index 9c7a404b7..b13483bd7 100644 --- a/doc/xml/QuickStartUnix/auqbg005.xml +++ b/doc/xml/QuickStartUnix/auqbg005.xml @@ -2139,7 +2139,13 @@ auth required pam_unix.so try_first_pass Copy the appropriate AFS kernel library file to the local file /kernel/fs/afs. - If the machine is running Solaris 10 or 11 on the x86_64 platform: + If the machine is running Solaris 11 on the x86_64 platform: + + + # cp -p modload/libafs64.o /kernel/drv/amd64/afs + + + If the machine is running Solaris 10 on the x86_64 platform: # cp -p modload/libafs64.o /kernel/fs/amd64/afs diff --git a/doc/xml/QuickStartUnix/auqbg006.xml b/doc/xml/QuickStartUnix/auqbg006.xml index 3c38c641b..b0dc69778 100644 --- a/doc/xml/QuickStartUnix/auqbg006.xml +++ b/doc/xml/QuickStartUnix/auqbg006.xml @@ -1383,7 +1383,13 @@ Copy the appropriate AFS kernel library file to the local file /kernel/fs/afs. - If the machine is running Solaris 10 or 11 on the x86_64 platform: + If the machine is running Solaris 11 on the x86_64 platform: + + + # cp -p modload/libafs64.o /kernel/drv/amd64/afs + + + If the machine is running Solaris 10 on the x86_64 platform: # cp -p modload/libafs64.o /kernel/fs/amd64/afs diff --git a/doc/xml/QuickStartUnix/auqbg007.xml b/doc/xml/QuickStartUnix/auqbg007.xml index af56cab9e..ac9aa9a97 100644 --- a/doc/xml/QuickStartUnix/auqbg007.xml +++ b/doc/xml/QuickStartUnix/auqbg007.xml @@ -1223,7 +1223,13 @@ Copy the appropriate AFS kernel library file to the local file /kernel/fs/afs. - If the machine is running Solaris 10 or 11 on the x86_64 platform: + If the machine is running Solaris 11 on the x86_64 platform: + + + # cp -p modload/libafs64.o /kernel/drv/amd64/afs + + + If the machine is running Solaris 10 on the x86_64 platform: # cp -p modload/libafs64.o /kernel/fs/amd64/afs