summary refs log tree commit diff
path: root/doc/benefits.html
Commit message (Collapse)AuthorAgeFilesLines
* * doc/*.html: !DOCTYPE.Gerrit Pape2024-10-241-1/+1
|
* * doc/benefits.html: minor additions.Gerrit Pape2008-05-051-0/+10
|
* * change default directory for services from /var/service/ to /service/.Gerrit Pape2008-04-201-1/+1
|
* * doc/*.html: remove $Id$.Gerrit Pape2007-09-211-1/+0
|
* * doc/benefits.html: typo; wording.Gerrit Pape2006-06-291-3/+3
| | | | 1.6.0..
* * doc/faq.html: new.Gerrit Pape2006-03-041-24/+8
| | | | | | | | | | | | | | | | | | | * 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.
* grmpf.Gerrit Pape2004-02-101-1/+1
|
* some doc cleanup.Gerrit Pape2004-01-301-32/+31
|
* * 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.
* * svlogd.c: default log file size is 1M; print verbose message only ifGerrit Pape2003-06-051-1/+1
| | | | | | | | | | | | | | -v is set. * man/svlogd.8: document -v option; minor. * etc/freebsd/3, etc/openbsd/3: check if magic files in /etc/runit/ are executable, not readable. * etc/*/getty-tty*/run: remove utmpset from script. * etc/*/getty-tty*/finish: new: run utmpset. * doc/replaceinit.html: adapt. * setuidgid.c: new: daemontools' setuidgid drop in replacement (not installed by default). * Makefile: build setuidgid. * doc/index.html: update.
* runscripts.Gerrit Pape2003-04-251-2/+4
| | | | documentation.
* minor.Gerrit Pape2003-02-251-4/+6
|
* * doc/benefits.html: new.Gerrit Pape2003-02-251-0/+191
* doc/index.html, doc/upgrade.html: adapt. * etc/*/1, etc/*/3, etc/*/ctrlaltdel: set permissions on the magic files instead of creating and removing them (can make them symbolic links now); set PATH. * runit.h: new; centralize runit's compiled in magic file names. * runit.c: check permissions of magic files instead of sole existence; conditionally call reboot(RB_AUTOBOOT), reboot(RB_POWER_OFF), reboot(RB_HALT_SYSTEM) if possible; code cleanup. * runit-init.c: set permissions on magic files instead of creating or removing them; code cleanup. * runsvdir.c: detect and tolerate system time warp; code cleanup. * runsv.c, runsvchdir.c, runsvctrl.c, runsvstat.c, svwaitdown.c, svwaitup.c, utmpset.c: code cleanup. 0.8.0.