doc: Fix Solaris 11 kernel module path
authorAndrew Deason <adeason@sinenomine.net>
Mon, 24 Sep 2012 19:20:07 +0000 (14:20 -0500)
committerKen Dreyer <ktdreyer@ktdreyer.com>
Tue, 25 Sep 2012 00:41:07 +0000 (17:41 -0700)
For Solaris 11, the module goes in drv, not fs.

Change-Id: Ib297239b845977eaf7e4cdb3edaba32db6733e12
Reviewed-on: http://gerrit.openafs.org/8152
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Ken Dreyer <ktdreyer@ktdreyer.com>

doc/xml/QuickStartUnix/auqbg005.xml
doc/xml/QuickStartUnix/auqbg006.xml
doc/xml/QuickStartUnix/auqbg007.xml

index 9c7a404..b13483b 100644 (file)
@@ -2139,7 +2139,13 @@ auth  required                pam_unix.so try_first_pass</literallayout>
             <para>Copy the appropriate AFS kernel library file to the local file <emphasis
             role="bold">/kernel/fs/afs</emphasis>.</para>
 
-            <para>If the machine is running Solaris 10 or 11 on the x86_64 platform:</para>
+            <para>If the machine is running Solaris 11 on the x86_64 platform:</para>
+
+            <programlisting>
+   # <emphasis role="bold">cp -p modload/libafs64.o /kernel/drv/amd64/afs</emphasis>
+</programlisting>
+
+            <para>If the machine is running Solaris 10 on the x86_64 platform:</para>
 
             <programlisting>
    # <emphasis role="bold">cp -p modload/libafs64.o /kernel/fs/amd64/afs</emphasis>
index 3c38c64..b0dc697 100644 (file)
               <para>Copy the appropriate AFS kernel library file to the local file <emphasis
               role="bold">/kernel/fs/afs</emphasis>.</para>
 
-            <para>If the machine is running Solaris 10 or 11 on the x86_64 platform:</para>
+            <para>If the machine is running Solaris 11 on the x86_64 platform:</para>
+
+            <programlisting>
+   # <emphasis role="bold">cp -p modload/libafs64.o /kernel/drv/amd64/afs</emphasis>
+</programlisting>
+
+            <para>If the machine is running Solaris 10 on the x86_64 platform:</para>
 
             <programlisting>
    # <emphasis role="bold">cp -p modload/libafs64.o /kernel/fs/amd64/afs</emphasis>
index af56cab..ac9aa9a 100644 (file)
             <para>Copy the appropriate AFS kernel library file to the local file <emphasis
             role="bold">/kernel/fs/afs</emphasis>.</para>
 
-            <para>If the machine is running Solaris 10 or 11 on the x86_64 platform:</para>
+            <para>If the machine is running Solaris 11 on the x86_64 platform:</para>
+
+            <programlisting>
+   # <emphasis role="bold">cp -p modload/libafs64.o /kernel/drv/amd64/afs</emphasis>
+</programlisting>
+
+            <para>If the machine is running Solaris 10 on the x86_64 platform:</para>
 
             <programlisting>
    # <emphasis role="bold">cp -p modload/libafs64.o /kernel/fs/amd64/afs</emphasis>