summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* minor.Gerrit Pape2003-06-181-2/+1
| | | | debianized.
* * runit.c: user select() on systems that don't provide poll() (buildsGerrit Pape2003-06-175-9/+21
| | | | | | | | | on Mac OSX). * svlogd.c: reset match flag in lineflush() in all cases. * Makefile: build setuidgid in default target. * doc/useinit.html: add instruction to create /etc/runit/2 first. * doc/install.html: minor. 0.9.5.
* * svlogd.c: default log file size is 1M; print verbose message only ifGerrit Pape2003-06-056-102/+116
| | | | | | | | | | | | | | -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.
* * Makefile: actually build runsvstat, runsvctrl before installing them,Gerrit Pape2003-05-043-8/+8
| | | | | fixes build failure (thx Lukas Beeler). 0.9.3.
* minor.Gerrit Pape2003-05-031-5/+4
|
* 0.9.2.Gerrit Pape2003-05-035-80/+81
| | | | debianized.
* * doc/dependencies.html, doc/useinit.html: new.Gerrit Pape2003-05-036-17/+106
| | | | | | | | | | * 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.
* oidentd changes from Jesse Cablek.Gerrit Pape2003-05-011-2/+5
|
* 0.9.1.Gerrit Pape2003-04-303-8/+8
|
* runscripts.Gerrit Pape2003-04-253-22/+68
| | | | documentation.
* html.Gerrit Pape2003-04-241-30/+29
|
* html.Gerrit Pape2003-04-2412-109/+144
|
* * runsvdir.c: don't propagate sig_term to runsv processes when receivingGerrit Pape2003-04-242-7/+7
| | | | | | | | | | | 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-75/+74
|
* * svlogd.c: new; runit's service logging daemon.Gerrit Pape2003-04-204-7/+184
| | | | | | * 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.
* minor correction from Thomas Baden.Gerrit Pape2003-03-301-0/+3
|
* add run scripts from Ralf Hildebrandt.Gerrit Pape2003-03-251-1/+13
|
* add run script from Thomas Baden.Gerrit Pape2003-03-241-1/+19
|
* add run scripts from Lukas Beeler.Gerrit Pape2003-03-181-2/+61
|
* run scripts from Jesse Cablek.Gerrit Pape2003-03-111-5/+64
|
* * runsvdir.c, runsv.c: close-on-exec file descriptors of current dir andGerrit Pape2003-03-093-8/+8
| | | | | lock files (thx Lukas Beeler). 0.8.1.
* add contributed run scripts, thx Robin S. Socha, Claus Alboege, Paul Jarc,Gerrit Pape2003-03-091-80/+241
| | | | clemens fischer.
* minor.Gerrit Pape2003-02-251-4/+6
|
* adapt man pages.Gerrit Pape2003-02-252-19/+23
|
* * doc/benefits.html: new.Gerrit Pape2003-02-255-8/+210
| | | | | | | | | | | | | | | | | * 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.
* html.Gerrit Pape2003-01-271-6/+6
|
* * runsv.c: close finish script file descriptor.Gerrit Pape2003-01-247-65/+79
| | | | | | | | | * runsv.c: close logpipe[] instead of sending sigterm to logservice when told to exit, loggers should exit when they see EOF on stdin (thx Paul Jarc). * etc/*/1, etc/*/3: remove explicit 'exit'. * error.h: include <errno.h> (upcoming glibc changes). 0.8.2.
* override 1. debian_version_0_7_1-3Gerrit Pape2002-11-041-1/+1
|
* usedietlibc: use -Os switch to diet.Gerrit Pape2002-10-251-2/+2
|
* adapt doc.Gerrit Pape2002-10-231-40/+56
|
* grmpf.Gerrit Pape2002-10-211-1/+1
|
* 0.7.1.Gerrit Pape2002-10-212-7/+7
|
* typo.Gerrit Pape2002-10-211-2/+2
|
* add manpages for not installed by default programs.Gerrit Pape2002-10-214-2/+173
|
* typo.Gerrit Pape2002-10-111-1/+1
|
* 0.7.0.Gerrit Pape2002-10-074-8/+54
|
* 0.6.4.Gerrit Pape2002-10-064-15/+15
|
* minor.Gerrit Pape2002-10-041-2/+2
|
* * runsv.c: sleep 1 second before exiting on fatal error.Gerrit Pape2002-10-045-17/+153
| | | | | | | | * 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.
* 0.6.0.Gerrit Pape2002-09-272-7/+7
|
* more detailled.Gerrit Pape2002-09-261-1/+3
|
* html.Gerrit Pape2002-09-261-17/+22
|
* cleanup. doc.Gerrit Pape2002-09-266-68/+98
|
* minor.Gerrit Pape2002-09-251-7/+10
|
* doc.Gerrit Pape2002-09-255-14/+18
|
* new.Gerrit Pape2002-09-252-0/+183
|
* * man/runsv.8, man/runsvdir.8: new.Gerrit Pape2002-09-252-7/+7
| | | | | * utmpset.c: setlock utmp and wtmp file. 0.5.4.
* 0.5.3.Gerrit Pape2002-09-242-7/+7
|
* * runsv, runsvdir: new; svscan/supervise replacement.Gerrit Pape2002-09-232-7/+7
| | | | 0.5.2.
* typo.Gerrit Pape2002-09-061-1/+1
|