summary refs log tree commit diff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
...
* * uidgid.c, uidgid.h: new; get uid/gid by name.Gerrit Pape2003-08-051-0/+194
| | | | | * chpst: new; run program with a changed process state (includes envdir, envuidgid, pgrphack, setlock, setuidgid, softlimit functionality).
* * svlogd.c: default log file size is 1M; print verbose message only ifGerrit Pape2003-06-051-3/+7
| | | | | | | | | | | | | | -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.
* * doc/dependencies.html, doc/useinit.html: new.Gerrit Pape2003-05-033-9/+12
| | | | | | | | | | * doc/index.html: adapt; reorder programs; runsvstat, runsvctrl installed by default. * doc/install.html: remove dependency on daemontools; create /package. * doc/replaceinit.html, man/runsv.8: typo. * man/svwaitdown.8, man/svwaitup.8: refer to runit and supervise. * svlogd.c: fix counter var namespace. * package/commands: add runsvctrl, runsvstat.
* minor.Gerrit Pape2003-04-241-2/+2
|
* * runsvdir.c: don't propagate sig_term to runsv processes when receivingGerrit Pape2003-04-2411-31/+106
| | | | | | | | | | | sig_term; send sig_term to all runsv processes and exit 111 when receiving sig_hangup. * svlogd.c: code cleanup. * svwaitdown.c: send command "d" (and "x" if -x is set) to a service if it's not in state 'want down'. * svwaitup.c: minor code cleanup. * man/runsvdir.8, man/svwaitdown.8: adapt. 0.9.0.
* typo, grammar.Gerrit Pape2003-04-201-3/+3
|
* * svlogd.c: new; runit's service logging daemon.Gerrit Pape2003-04-204-5/+300
| | | | | | * fmt_ptime.h, fmt_ptime.c, pmatch.h, pmatch.c: new. * man/svlogd.8, doc/svlogd.8.html: new. * man/runsv.8, man/runsvstat.8, man/utmpset.8: minor cleanup.
* adapt man pages.Gerrit Pape2003-02-252-13/+19
|
* docs.Gerrit Pape2003-01-271-5/+10
|
* add manpages for not installed by default programs.Gerrit Pape2002-10-212-0/+174
|
* * getties: move utmpset from run to finish scripts.Gerrit Pape2002-10-161-1/+1
| | | | | * runit-run.preinst: wait for ENTER to continue. * add README.Debian's.
* 0.6.4.Gerrit Pape2002-10-061-1/+1
|
* * runsv.c: sleep 1 second before exiting on fatal error.Gerrit Pape2002-10-041-0/+54
| | | | | | | | * runsvdir.c: check service directory's inode and device in addition to mtime; sleep 1 second if stat(service directory) fails. * runsvstat.c: new option -l: only show log service if -l is set. * runsvchdir: new; change service directory runsvdir is running in. 0.6.3.
* cleanup. doc.Gerrit Pape2002-09-264-15/+53
|
* minor.Gerrit Pape2002-09-251-0/+6
|
* doc.Gerrit Pape2002-09-253-7/+13
|
* new.Gerrit Pape2002-09-252-0/+232
|
* utmpset in /command. registration requested.Gerrit Pape2002-08-281-1/+1
|
* * utmpset: avoids libutil; compiles with deitlibc; built by default.Gerrit Pape2002-08-283-2/+59
| | | | | | | * doc/usedietlibc.html: fix description. * stage 3: restart getties after stopping services. * getty-*/run: add utmpset. 0.5.0.
* 0.3.0.Gerrit Pape2002-01-291-0/+9
| | | | many changes, see package/CHANGES.
* minor. debian_version_0_2_6-1Gerrit Pape2001-12-301-1/+1
|
* svwaitup: race condition documented.Gerrit Pape2001-12-301-6/+28
| | | | deb: svwait*.8 installed.
* manpage svwait* added.Gerrit Pape2001-12-234-5/+166
| | | | cleanup.
* minor.Gerrit Pape2001-12-231-1/+1
|
* typo.Gerrit Pape2001-11-262-2/+2
|
* * runit-halt, runit-reboot removed, integrated into runit-initGerrit Pape2001-11-264-83/+23
| | | | | * tested with dietlibc * doc: usedietlibs.html added.
* INT sig documented.Gerrit Pape2001-11-221-0/+4
|
* * collects all terminated children in all stagesGerrit Pape2001-11-221-13/+13
| | | | | | | | | * sends sigkill to whole process group if stage2 crashes and waits 5 seconds before restarting * ctraltdel not automatically shuts down, now respects /etc/runit/stopit * /etc/runit/ctrlaltdel touches /etc/runit/stopit * on shutdown request: send sigterm to stage 2, wait max 5 second, send sigkill if still running, leave stage 2, enter stage 3
* Initial revisionGerrit Pape2001-11-164-0/+172