Fix a markup item that keeps biting me in the rear. While here, remove
the argument from reportload, it's not needed.
This commit is contained in:
parent
9d3bbc90b4
commit
066fd76ace
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37318
1 changed files with 2 additions and 2 deletions
|
@ -1559,7 +1559,7 @@ ganglia:*:102:102::0:0:User &:/usr/local/ganglia:/bin/sh</screen>
|
|||
|
||||
<listitem>
|
||||
<para>In <filename>etc/inetd.conf</filename>: add
|
||||
<screen>infoseek stream tcp nowait nobody /var/portbuild/scripts/reportload reportload</screen>
|
||||
<screen>infoseek stream tcp nowait nobody /var/portbuild/scripts/reportload</screen>
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
|
@ -1749,7 +1749,7 @@ scratchdir=<filename>/<replaceable>usr2</replaceable></filename>
|
|||
ln -sf ${scratchdir}/portbuild /var/
|
||||
|
||||
# Identify builds ready for use
|
||||
cd /var/portbuild/${arch}
|
||||
cd /var/portbuild/<replaceable>${arch}</replaceable>
|
||||
for i in */builds/*; do
|
||||
if [ -f ${i}/.ready ]; then
|
||||
mkdir /tmp/.setup-${i##*/}
|
||||
|
|
Loading…
Reference in a new issue