From bc770a5007ae16aa5477bf1748f3e0666f665781 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. Change-Id: I5c39ac0426ef2eab89ae5d3df260628e949dc21e Reviewed-on: http://gerrit.openafs.org/7187 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- doc/xml/QuickStartUnix/appendix.xml | 12 ++++++------ doc/xml/QuickStartUnix/auqbg005.xml | 16 ++++++++-------- doc/xml/QuickStartUnix/auqbg006.xml | 16 ++++++++-------- doc/xml/QuickStartUnix/auqbg007.xml | 10 +++++----- 4 files changed, 27 insertions(+), 27 deletions(-) diff --git a/doc/xml/QuickStartUnix/appendix.xml b/doc/xml/QuickStartUnix/appendix.xml index 57cc4c63c..4fc8d08a2 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 diff --git a/doc/xml/QuickStartUnix/auqbg005.xml b/doc/xml/QuickStartUnix/auqbg005.xml index d3709aa02..6a942ccff 100644 --- a/doc/xml/QuickStartUnix/auqbg005.xml +++ b/doc/xml/QuickStartUnix/auqbg005.xml @@ -500,7 +500,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 @@ -677,7 +677,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 @@ -810,7 +810,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 @@ -1051,7 +1051,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/* . @@ -1251,7 +1251,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 @@ -1815,7 +1815,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 @@ -2123,7 +2123,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 @@ -2242,7 +2242,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 69d64297f..93a63380c 100644 --- a/doc/xml/QuickStartUnix/auqbg006.xml +++ b/doc/xml/QuickStartUnix/auqbg006.xml @@ -302,7 +302,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 @@ -437,7 +437,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 @@ -509,7 +509,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 @@ -716,7 +716,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/* . @@ -814,7 +814,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 @@ -1232,7 +1232,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. @@ -1367,7 +1367,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 @@ -1475,7 +1475,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 a1fb9c331..c78eb959a 100644 --- a/doc/xml/QuickStartUnix/auqbg007.xml +++ b/doc/xml/QuickStartUnix/auqbg007.xml @@ -261,7 +261,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 @@ -428,7 +428,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 @@ -623,7 +623,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 @@ -1026,7 +1026,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 @@ -1207,7 +1207,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