summaryrefslogtreecommitdiff
path: root/sysutils/runit/files
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.2.3Sergei Kolobov2005-07-221-1/+1
| | | | | | | - Fix small typo in comments in the installed rcNG script Notes: svn path=/head/; revision=139862
* - Convert the included runsvdir startup script to rcNG.Sergei Kolobov2005-02-271-18/+41
| | | | | | | | | | | | | | It is now fully controlled via /etc/rc.conf mechanism: runsvdir_enable="YES" - enable runsvdir startup runsvdir_path="/service" - override service directory path (default: /var/service) - Startup script now automatically creates service directory if it is missing - Bump PORTREVISION Notes: svn path=/head/; revision=129882
* New port: runit is daemontools replacement:Sergey A. Osokin2003-07-161-0/+23
- service supervision - clean process state - reliable logging facility - fast system bootup and shutdown - packaging friendly - small code size Submitted by: Sergei Kolobov <sergei@kolobov.com> PR: 54513 Notes: svn path=/head/; revision=84993