diff --git a/en_US.ISO8859-1/articles/portbuild/article.xml b/en_US.ISO8859-1/articles/portbuild/article.xml
index 974d061982..07117e1912 100644
--- a/en_US.ISO8859-1/articles/portbuild/article.xml
+++ b/en_US.ISO8859-1/articles/portbuild/article.xml
@@ -189,7 +189,7 @@
nullfs-mounted for jail builds.
The
- ports-${arch}
+ portbuild
user can &man.ssh.1; to the client nodes to monitor them.
Use sudo and check the
portbuild.hostname.conf
@@ -548,7 +548,7 @@ PKG_BIN=/usr/local/sbin/pkg
Make sure the ${arch} build
- is run as the ports-${arch} user
+ is run as the portbuild user
or it will complain loudly.
@@ -1553,11 +1553,11 @@ options NFSSERVER # Network Filesystem Server
Create a
- ports-${arch}
+ portbuild
user and group. It can have the '*' password.
Create
- /home/ports-${arch}/.ssh/
+ /home/portbuild/.ssh/
and populate authorized_keys.
@@ -1837,7 +1837,7 @@ touch /tmp/.boot_finished
# local changes for package building
%wheel ALL=(ALL) ALL
-ports-${arch} ALL=(ALL) NOPASSWD: ALL
+portbuild ALL=(ALL) NOPASSWD: ALL
@@ -1858,9 +1858,9 @@ ports-${arch} ALL=(ALL) NOPASSWD: ALLAs root:
&prompt.root; mkdir portbuild
-&prompt.root; chown ports-${arch}:ports-${arch} portbuild
+&prompt.root; chown portbuild:portbuild portbuild
&prompt.root; mkdir pkgbuild
-&prompt.root; chown ports-${arch}:ports-${arch} pkgbuild
+&prompt.root; chown portbuild:portbuild pkgbuild
&prompt.root; mkdir squid
&prompt.root; mkdir squid/cache
&prompt.root; mkdir squid/logs
@@ -1894,7 +1894,7 @@ ports-${arch} ALL=(ALL) NOPASSWD: ALLConfiguration on the server
These steps need to be taken by a portmgr
- acting as ports-${arch}
+ acting as portbuild
on the server.
@@ -1902,13 +1902,13 @@ ports-${arch} ALL=(ALL) NOPASSWD: ALLIf any of the default TCP ports is not available (see
above), you will need to create an ssh
tunnel for them and include its invocation command in
- ports-${arch}'s
+ portbuild's
crontab.
Unless you can use the defaults, add an entry to
- /home/ports-${arch}/.ssh/config
+ /home/portbuild/.ssh/config
to specify the public IP address, TCP port for
ssh, username, and any other necessary
information.
@@ -1972,7 +1972,7 @@ MASTER_SITE_OVERRIDE= \
http_proxy="http://localhost:3128/"
squid_dir=/usr2/squid
scratchdir=/usr2/pkgbuild
-client_user=ports-${arch}
+client_user=portbuild
sudo_cmd="sudo -H"
rsync_gzip=-z
@@ -2014,7 +2014,7 @@ ssh_cmd="/usr/local/bin/ssh"
Enabling the node
These steps need to be taken by a portmgr
- acting as ports-arch:
+ acting as portbuild:
@@ -2068,7 +2068,7 @@ ssh_cmd="/usr/local/bin/ssh"
Finally, again as portmgr
- acting as ports-arch:
+ acting as portbuild:
@@ -2129,7 +2129,7 @@ ssh_cmd="/usr/local/bin/ssh"
Again, as
- ports-arch:
+ portbuild:
@@ -2279,7 +2279,7 @@ zfs destroy -r a/snap/src-old-branch
Create a new
- ports-arch
+ portbuild
user and group.
@@ -2294,7 +2294,7 @@ zfs destroy -r a/snap/src-old-branch
- &prompt.root; chown ports-arch:portbuild /var/portbuild/arch;
+ &prompt.root; chown portbuild:portbuild /var/portbuild/arch;
&prompt.root; chmod 775 /var/portbuild/arch;
&prompt.root; cd /var/portbuild/arch
@@ -2306,7 +2306,7 @@ zfs destroy -r a/snap/src-old-branch
The next steps are most easily done as user
- ports-arch.
+ portbuild.