Commit Diff


commit - b352efd0369bb18f57f9a75a61eddc4633b1edcf
commit + 5922040a19aaa9cc907d15f00b620d67901d9ec7
blob - d08a324f3d5005a5a63dabb2fe6ff83168ca6919
blob + 8ad8c87ccd592dcb756b4fb6453b1d3cc9fbede6
--- install.html
+++ install.html
@@ -73,28 +73,22 @@ export GOT_AUTHOR='Flan Hacker <flan_hacker@openbsd
 </pre>
 
 <p>
-The repository web frontend <tt>gotweb</tt> can likewise be
+The repository web frontend <tt>gotwebd</tt> can likewise be
 installed from packages:
 
 <pre class="cmdbox">
-pkg_add gotweb
+pkg_add gotwebd
 </pre>
 
-Alternatively the -web subpackage of the port can be built:
+Alternatively the -webd subpackage of the port can be built:
 <pre class="cmdbox">
 cd /usr/ports/devel/got
-env SUBPACKAGE=-web make
-env SUBPACKAGE=-web doas make install
+env SUBPACKAGE=-webd make
+env SUBPACKAGE=-webd doas make install
 </pre>
 
 Setup instructions are provided in the
-<a href="gotweb.8.html">gotweb</a> manual page.
+<a href="gotwebd.8.html">gotwebd</a> manual page.
 
-<p>
-The newer FastCGI repository web frontend <tt>gotwebd</tt> can likewise
-be installed from packages, in the same way as <tt>gotweb</tt>,
-except the package name is <tt>gotwebd</tt> and the sub-package
-suffix in the ports tree is <tt>-webd</tt>.
-
 </body>
 </html>