From 392b1c6b4c10e18e608f04513ba7b82220f74cc1 Mon Sep 17 00:00:00 2001 From: Michael Meffie Date: Tue, 10 Apr 2012 16:07:37 -0400 Subject: [PATCH] doc: distributed files are under dest Add the dest path component in the quick start guide instructions for copying files from a binary OpenAFS distribution file. Reviewed-on: http://gerrit.openafs.org/7187 Tested-by: BuildBot Reviewed-by: Derrick Brashear (cherry picked from commit bc770a5007ae16aa5477bf1748f3e0666f665781) Change-Id: I54c96f35ce4f9c60a25fee012306ecb210972287 Reviewed-on: http://gerrit.openafs.org/9564 Tested-by: BuildBot Reviewed-by: Andrew Deason Reviewed-by: Stephan Wiesand --- doc/xml/QuickStartUnix/appendix.xml | 14 +++++++------- doc/xml/QuickStartUnix/auqbg005.xml | 16 ++++++++-------- doc/xml/QuickStartUnix/auqbg006.xml | 16 ++++++++-------- doc/xml/QuickStartUnix/auqbg007.xml | 10 +++++----- 4 files changed, 28 insertions(+), 28 deletions(-) diff --git a/doc/xml/QuickStartUnix/appendix.xml b/doc/xml/QuickStartUnix/appendix.xml index c450cb98f..4cc991038 100644 --- a/doc/xml/QuickStartUnix/appendix.xml +++ b/doc/xml/QuickStartUnix/appendix.xml @@ -671,7 +671,7 @@ ll name> - # cd /tmp/afsdist/rs_aix42/root.client/usr/vice/etc + # cd /tmp/afsdist/rs_aix42/dest/root.client/usr/vice/etc # cp -p afs_dynamic* /usr/vice/etc @@ -897,14 +897,14 @@ ll name> kaserver process) in the cell: - # cp /tmp/afsdist/hp_ux110/lib/pam_afs.so.1 . + # cp /tmp/afsdist/hp_ux110/dest/lib/pam_afs.so.1 . # ln -s pam_afs.so.1 pam_afs.so If you use a Kerberos implementation of AFS authentication: - # cp /tmp/afsdist/hp_ux110/lib/pam_afs.krb.so.1 . + # cp /tmp/afsdist/hp_ux110/dest/lib/pam_afs.krb.so.1 . # ln -s pam_afs.krb.so.1 pam_afs.so @@ -1022,7 +1022,7 @@ ll name> - # cd /tmp/afsdist/sgi_65/root.client/usr/vice/etc + # cd /tmp/afsdist/sgi_65/dest/root.client/usr/vice/etc # cp -p *authlib* /usr/vice/etc @@ -1570,14 +1570,14 @@ localusertwo:<thelocalusertwo'skey>:11500:0:99999:7::: (kaserver process): - # cp /tmp/afsdist/sun4x_56/lib/pam_afs.so.1 . + # cp /tmp/afsdist/sun4x_56/dest/lib/pam_afs.so.1 . # ln -s pam_afs.so.1 pam_afs.so If you use a Kerberos implementation of AFS authentication: - # cp /tmp/afsdist/sun4x_56/lib/pam_afs.krb.so.1 . + # cp /tmp/afsdist/sun4x_56/dest/lib/pam_afs.krb.so.1 . # ln -s pam_afs.krb.so.1 pam_afs.so @@ -1673,4 +1673,4 @@ localusertwo:<thelocalusertwo'skey>:11500:0:99999:7::: - \ No newline at end of file + diff --git a/doc/xml/QuickStartUnix/auqbg005.xml b/doc/xml/QuickStartUnix/auqbg005.xml index ddb01993b..a56caeb8a 100644 --- a/doc/xml/QuickStartUnix/auqbg005.xml +++ b/doc/xml/QuickStartUnix/auqbg005.xml @@ -502,7 +502,7 @@ examples. Once you have unpacked the distribution, change directory as indicated. - # cd /tmp/afsdist/rs_aix42/root.client/usr/vice/etc + # cd /tmp/afsdist/rs_aix42/dest/root.client/usr/vice/etc @@ -679,7 +679,7 @@ # cd /sbin/helpers # mv v3fshelper v3fshelper.noafs - # cp -p /tmp/afsdist/rs_aix42/root.server/etc/v3fshelper v3fshelper + # cp -p /tmp/afsdist/rs_aix42/dest/root.server/etc/v3fshelper v3fshelper @@ -812,7 +812,7 @@ examples. Once you have unpacked the distribution, change directory as indicated. - # cd /tmp/afsdist/hp_ux110/root.client + # cd /tmp/afsdist/hp_ux110/dest/root.client @@ -1053,7 +1053,7 @@ Copy the AFS-modified version of the fsck program (the vfsck binary) and related files from the distribution directory to the new AFS-specific command directory. - # cp -p /tmp/afsdist/hp_ux110/root.server/etc/* . + # cp -p /tmp/afsdist/hp_ux110/dest/root.server/etc/* . @@ -1253,7 +1253,7 @@ examples. Once you have unpacked the distribution, change directory as indicated. - # cd /tmp/afsdist/sgi_65/root.client + # cd /tmp/afsdist/sgi_65/dest/root.client @@ -1817,7 +1817,7 @@ examples. Once you have unpacked the distribution, change directory as indicated. - # cd /tmp/afsdist/linux/root.client/usr/vice/etc + # cd /tmp/afsdist/linux/dest/root.client/usr/vice/etc @@ -2125,7 +2125,7 @@ auth required pam_unix.so try_first_pass exmaples. Once you have unpacked the distribution, change directory as indicated. - # cd /tmp/afsdist/sun4x_56/root.client/usr/vice/etc + # cd /tmp/afsdist/sun4x_56/dest/root.client/usr/vice/etc @@ -2244,7 +2244,7 @@ auth required pam_unix.so try_first_pass Copy the vfsck binary to the newly created directory, changing the name as you do so. - # cp /tmp/afsdist/sun4x_56/root.server/etc/vfsck fsck + # cp /tmp/afsdist/sun4x_56/dest/root.server/etc/vfsck fsck diff --git a/doc/xml/QuickStartUnix/auqbg006.xml b/doc/xml/QuickStartUnix/auqbg006.xml index c90a9c627..f0acdecfd 100644 --- a/doc/xml/QuickStartUnix/auqbg006.xml +++ b/doc/xml/QuickStartUnix/auqbg006.xml @@ -300,7 +300,7 @@ examples. Once you have unpacked the distribution, change directory as indicated. - # cd /tmp/afsdist/rs_aix42/root.client/usr/vice/etc + # cd /tmp/afsdist/rs_aix42/dest/root.client/usr/vice/etc @@ -435,7 +435,7 @@ # cd /sbin/helpers # mv v3fshelper v3fshelper.noafs - # cp -p /tmp/afsdist/rs_aix42/root.server/etc/v3fshelper v3fshelper + # cp -p /tmp/afsdist/rs_aix42/dest/root.server/etc/v3fshelper v3fshelper @@ -507,7 +507,7 @@ examples. Once you have unpacked the distribution, change directory as indicated. - # cd /tmp/afsdist/hp_ux110/root.client + # cd /tmp/afsdist/hp_ux110/dest/root.client @@ -714,7 +714,7 @@ Copy the AFS-modified version of the fsck program (the vfsck binary) and related files from the distribution directory to the new AFS-specific command directory. - # cp -p /tmp/afsdist/hp_ux110/root.server/etc/* . + # cp -p /tmp/afsdist/hp_ux110/dest/root.server/etc/* . @@ -812,7 +812,7 @@ in all of the following examples. Once you have unpacked the distribution, change directory as indicated. - # cd /tmp/afsdist/sgi_65/root.client + # cd /tmp/afsdist/sgi_65/dest/root.client @@ -1230,7 +1230,7 @@ examples. Once you have unpacked the distribution, change directory as indicated. - # cd /tmp/afsdist/linux/root.client/usr/vice/etc + # cd /tmp/afsdist/linux/dest/root.client/usr/vice/etc Copy the AFS kernel library files to the local /usr/vice/etc/modload directory. @@ -1365,7 +1365,7 @@ exmaples. Once you have unpacked the distribution, change directory as indicated. - # cd /tmp/afsdist/sun4x_56/root.client/usr/vice/etc + # cd /tmp/afsdist/sun4x_56/dest/root.client/usr/vice/etc @@ -1473,7 +1473,7 @@ Copy the vfsck binary to the newly created directory, changing the name as you do so. - # cp /cdrom/sun4x_56/root.server/etc/vfsck fsck + # cp /cdrom/sun4x_56/dest/root.server/etc/vfsck fsck diff --git a/doc/xml/QuickStartUnix/auqbg007.xml b/doc/xml/QuickStartUnix/auqbg007.xml index 5b27d9fdf..df8352d47 100644 --- a/doc/xml/QuickStartUnix/auqbg007.xml +++ b/doc/xml/QuickStartUnix/auqbg007.xml @@ -260,7 +260,7 @@ examples. Once you have unpacked the distribution, change directory as indicated. - # cd /tmp/afsdist/rs_aix42/root.client/usr/vice/etc + # cd /tmp/afsdist/rs_aix42/dest/root.client/usr/vice/etc @@ -427,7 +427,7 @@ examples. Once you have unpacked the distribution, change directory as indicated. - # cd /tmp/afsdist/hp_ux110/root.client + # cd /tmp/afsdist/hp_ux110/dest/root.client @@ -622,7 +622,7 @@ examples. Once you have unpacked the distribution, change directory as indicated. - # cd /tmp/afsdist/sgi_65/root.client + # cd /tmp/afsdist/sgi_65/dest/root.client @@ -1025,7 +1025,7 @@ examples. Once you have unpacked the distribution, change directory as indicated. - # cd /tmp/afsdist/linux/root.client/usr/vice/etc + # cd /tmp/afsdist/linux/dest/root.client/usr/vice/etc @@ -1206,7 +1206,7 @@ exmaples. Once you have unpacked the distribution, change directory as indicated. - # cd /tmp/afsdist/sun4x_56/root.client/usr/vice/etc + # cd /tmp/afsdist/sun4x_56/dest/root.client/usr/vice/etc -- 2.39.5