diff --git a/en_US.ISO8859-1/articles/portbuild/article.xml b/en_US.ISO8859-1/articles/portbuild/article.xml index 50db09335a..ed20357af6 100644 --- a/en_US.ISO8859-1/articles/portbuild/article.xml +++ b/en_US.ISO8859-1/articles/portbuild/article.xml @@ -1725,7 +1725,7 @@ ganglia:*:102:102::0:0:User &:/usr/local/ganglia:/bin/sh Create the appropriate - /etc/rc.conf. (If you are using + etc/rc.conf. (If you are using pxeboot, and have multiple, different, machines, you will need to put those in the override directories.) @@ -1955,8 +1955,8 @@ touch /tmp/.boot_finished Configure ssh: copy - /etc/ssh to - /usr/local/etc/ssh and add + etc/ssh to + usr/local/etc/ssh and add NoneEnabled yes to sshd_config. @@ -2159,13 +2159,17 @@ ssh_cmd="/usr/local/bin/ssh" Ensure that ssh is working by executing - ssh hostname. + ssh hostname uname -a. + The actual command is not important; what is important is to + confirm the setup, and also add an entry into + known_hosts, once you have confirmed the + node's identity. - Populate /var/portbuild/scripts/ - by something like + Populate the node's copy of + /var/portbuild/scripts/ by something like /var/portbuild/scripts/dosetupnode arch major latest hostname. Verify that you now have files in that directory. @@ -3161,8 +3165,17 @@ qmanager.sh - Set up /var/portbuild/crontab/root as - the root crontab via crontab -e. If you do + Install /var/portbuild/crontabs/root as + the root crontab via + crontab -e. If you do + not support all the archs listed there, make sure to comment out + the appropriate dologs entries. + + + + Install /var/portbuild/crontabs/portmgr as + the portmgr crontab via + crontab -u portmgr -e. If you do not support all the archs listed there, make sure to comment out the appropriate dologs entries.