openbsd-ports/sysutils/runit/pkg
jca a87170bfea Update to runit-2.1.2
Kill time_t patch committed upstream and drop maintainership while here.

WARNING: upstream changed back the default service directory to
/service, check the instructions in the README and
share/doc/runit/upgrade.html
2016-05-08 08:59:16 +00:00
..
DESCR
PLIST
README

$OpenBSD: README,v 1.2 2016/05/08 08:59:16 jca Exp $

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

You will need to add

    csh -cf '${PREFIX}/sbin/runsvdir-start &'

to /etc/rc.local in order to have runit start at boot.

The service directory has moved back from ${LOCALSTATEDIR}/service to
/service.  To keep on using ${LOCALSTATEDIR}/service, a symlink is
enough:

  # ln -s /var/service /

Read ${PREFIX}/share/doc/runit/upgrade.html on update.