openbsd-ports/devel/py-buildslave/pkg
ajacoutot f50fdd748e Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:14:43 +00:00
..
buildbot_worker.rc
DESCR
PLIST Stop using the daemon class in @newuser. 2022-11-08 11:14:43 +00:00
README

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

On OpenBSD, the BuildBot package has an associated _buildslave user
for running the slave.  The default slave directory is expected to be
found in ${HOMEDIR}.  Before being run for the first time, the
slave directory must be initialized.  This is done as follows:

    # su -m _buildslave -c \
        "buildbot-worker create-worker ${HOMEDIR} <master> <name> <passwd>"