kn 2d90f05797 Register conflict on bundle executable
Both install /usr/local/bin/bundle.
2020-04-19 22:31:30 +00:00
..
2020-04-19 22:31:30 +00:00

$OpenBSD: README,v 1.2 2018/09/04 12:46:11 espie Exp $

+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------

When started via the rc script, by default godoc will only show
documentation for the go distribution itself.  If serving documentation
for packages in other workspaces is desired, the GOPATH environment
variable should be set.  This can be achieved without affecting other
daemons by creating a separate login class for the godoc rc script.

Example login.conf(5) fragment:

godoc:\
	:setenv=GOPATH=${TRUEPREFIX}/go-pkg:\
	:tc=daemon:

(Refer to getcap(3), login.conf(5) and rc.d(8) for details.)