From 977a7b060d1fcf289ad74d7d59edbb8b22ebfedd Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Mon, 24 Sep 2012 14:20:07 -0500 Subject: [PATCH] doc: Fix Solaris 11 kernel module path For Solaris 11, the module goes in drv, not fs. Reviewed-on: http://gerrit.openafs.org/8152 Reviewed-by: Derrick Brashear Tested-by: BuildBot Reviewed-by: Ken Dreyer (cherry picked from commit a7278eb5620507cd70086582cf539b4024b46194) Change-Id: Idb5f864132f436f9a6cc619d1c672c9ceec3ff67 Reviewed-on: http://gerrit.openafs.org/9566 Tested-by: BuildBot Reviewed-by: Andrew Deason Reviewed-by: Stephan Wiesand --- doc/xml/QuickStartUnix/auqbg005.xml | 8 +++++++- doc/xml/QuickStartUnix/auqbg006.xml | 8 +++++++- doc/xml/QuickStartUnix/auqbg007.xml | 8 +++++++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/doc/xml/QuickStartUnix/auqbg005.xml b/doc/xml/QuickStartUnix/auqbg005.xml index 59765c14f..66897ecc3 100644 --- a/doc/xml/QuickStartUnix/auqbg005.xml +++ b/doc/xml/QuickStartUnix/auqbg005.xml @@ -2141,7 +2141,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 a1154160f..0a5022247 100644 --- a/doc/xml/QuickStartUnix/auqbg006.xml +++ b/doc/xml/QuickStartUnix/auqbg006.xml @@ -1381,7 +1381,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 82cdb9db7..99e184574 100644 --- a/doc/xml/QuickStartUnix/auqbg007.xml +++ b/doc/xml/QuickStartUnix/auqbg007.xml @@ -1222,7 +1222,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 -- 2.39.5