summary refs log tree commit diff
path: root/etc/macosx
Commit message (Collapse)AuthorAgeFilesLines
* * change default directory for services from /var/service/ to /service/.Gerrit Pape2008-04-202-3/+3
|
* * doc/faq.html: new.Gerrit Pape2006-03-041-1/+2
| | | | | | | | | | | | | | | | | | | * doc/benefits.html: use sv program instead of runsvstat, runsvctrl; minor. * doc/replaceinit.html, doc/runlevels.html: put getty service directory into /etc/sv/. * doc/runscripts.html: use sv program instead of svwaitup. * etc/*/3, etc/macosx/StartupItems/runit: use sv program instead of svwaitdown. * man/runsv.8: use sv program instead of runsvctrl. * man/sv.8: minor. * Makefile, package/commands: no longer build/install runsvctrl, runsvstat, svwaitdown, svwaitup. * man/runsvctrl.8, man/runsvstat.8, man/svwaitdown.8, man/svwaitup.8: remove; obsolete. * doc/index.html: add faq; remove runsvctrl, runsvstat, svwaitdown, svwaitup. * sv.c: fix usage output.
* * doc/useinit.html: how to use runit with macosx 10.4 (thx Lars Uffmann).Gerrit Pape2005-07-211-0/+20
| | | | | * etc/macosx/org.smarden.runit.plist: new; launchd plist file for runsvdir-start (thx Lars Uffmann).
* * runsvdir.c:Gerrit Pape2004-08-021-1/+1
| | | | | | | sleep one second before scanning if services dir mtime is now; loop while chdir to starting dir fails; rename log, loglen to rplog, rploglen. * etc/macosx/StartupItems/runit: use -x option to svwaitdown; timeout 14.
* * doc/benefits.html, doc/index.html, doc/replaceinit.html,Gerrit Pape2003-10-291-1/+1
| | | | | | | | doc/runlevels.html, doc/useinit.html: default service directory is /var/service; minor. * etc/2, etc/debian/3, etc/freebsd/3, etc/macosx/StartupItems/runit, etc/openbsd/3, man/runsv.8, man/runsvchdir.8, man/runsvdir.8: default service directory is /var/service.
* introduce runsvdir-start.Gerrit Pape2003-09-221-1/+1
|
* minor.Gerrit Pape2003-06-221-1/+1
|
* * doc/index.html, doc/install.html, doc/replaceinit.html, doc/useinit.html:Gerrit Pape2003-06-222-0/+32
how to install and configure runit on MacOSX. * svlogd.c: fix incorrect handling of processor's state file; minor code cleanup. * runit-init.c: exit 0 on wrong usage. 0.10.0