summary refs log tree commit diff
path: root/doc/install.html
Commit message (Collapse)AuthorAgeFilesLines
* prepare 1.8.0.Gerrit Pape2007-09-191-6/+6
|
* 1.7.2.Gerrit Pape2006-11-211-6/+6
|
* 1.7.1..Gerrit Pape2006-11-041-6/+6
|
* 1.7.0.Gerrit Pape2006-07-301-6/+6
|
* 1.6.0Gerrit Pape2006-06-201-6/+6
|
* 1.5.1.Gerrit Pape2006-05-101-6/+6
|
* 1.5.0.Gerrit Pape2006-04-161-6/+6
|
* * doc/faq.html: typos; add usercontrol, userservices; minor.Gerrit Pape2006-03-201-6/+6
| | | | | | * src/uidgid.h: use uid_t, git_t (fix setting of multiple groups with dietlibc, thx Tino Keitel) 1.4.1.
* * doc/faq.html: new.Gerrit Pape2006-03-041-6/+6
| | | | | | | | | | | | | | | | | | | * 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.
* * chpst.c: adjust nice value and set limits before dropping permissions.Gerrit Pape2006-01-021-6/+6
| | | | | | | * sv.c: new additional command 'check'; with -v check for CONT through ./check if service is up. * man/sv.8: adapt. 1.3.3.
* 1.3.2.Gerrit Pape2005-12-181-6/+6
|
* 1.3.1.Gerrit Pape2005-08-231-6/+6
|
* minor.Gerrit Pape2005-07-241-10/+10
|
* 1.3.0.Gerrit Pape2005-07-241-6/+6
|
* * doc/runscripts.html: add contributed run scripts (thx Kevin Berry);Gerrit Pape2005-04-181-6/+6
| | | | | | | remove mysql run scripts. * svlogd.dist, svwaitdown.dist, svwaitup.dist: fix program selftest's false alarms (thx Ian Stokes-Rees). 1.2.3.
* 1.2.2.Gerrit Pape2005-04-031-6/+6
|
* 1.2.1.Gerrit Pape2005-01-121-6/+6
|
* 1.2.0.Gerrit Pape2004-12-121-6/+6
|
* * svlogd.c: new config option t timeout; config options e and E select andGerrit Pape2004-11-061-6/+6
| | | | | | | | | | | deselect lines for stderr respectively; new config option N. * man/svlogd.8: adapt. * runsv.c: on commands down and exit send CONT after TERM. * man/runsv.8: adapt. * etc/2: use -P option to runsvdir. * src/svlogd.check: end check for t config option. * chpst.c: new option -n: adjust nice level. * man/chpst.8: adapt.
* 1.0.5.Gerrit Pape2004-09-201-6/+6
|
* 1.0.4.Gerrit Pape2004-08-011-6/+6
|
* 1.0.3.Gerrit Pape2004-06-261-6/+6
| | | | debianized.
* 1.0.2.Gerrit Pape2004-03-281-6/+6
|
* * check-diff, check-dist, check-local, package/check: new; run checks onGerrit Pape2004-03-071-6/+9
| | | | | | | | | | | | | | programs. * package/install: run package/check. * chpst.check, runit-init.check, runit.check, runsv.check, runsvchdir.check, runsvctrl.check, runsvdir.check, runsvstat.check, svlogd.check, svwaitdown.check, svwaitup.check, utmpset.check: new; check program. * chpst.dist, runit-init.dist, runit.dist, runsv.dist, runsvchdir.dist, runsvctrl.dist, runsvdir.dist, runsvstat.dist, svlogd.dist, svwaitdown.dist, svwaitup.dist, utmpset.dist: new; dist check program output. 1.0.1
* 1.0.0.Gerrit Pape2004-02-101-6/+6
|
* 0.13.1.Gerrit Pape2004-01-191-6/+6
|
* 0.13.0.Gerrit Pape2004-01-121-6/+6
| | | | debianized.
* 0.12.1.Gerrit Pape2003-11-181-6/+6
|
* 0.12.0.Gerrit Pape2003-10-291-6/+6
|
* * runsv.c: don't use EOVERFLOW as it is not standard (thx ChristophGerrit Pape2003-10-281-6/+6
| | | | | | | | | | | | | Scheurer). * reboot_system.h1, reboot_system.h2, tryreboot.c: new; test if reboot() function takes one or two arguments (solaris). * runit.c: fallthrough stage 3: re-get stderr; sync() before reboot(). * uw_tmp.h1, uw_tmp.h2, tryuwtmp.c, tryuwtmpx.c: new; test for utmpx or utmp support. * utmpset.c: support systems with utmp or utmpx (solaris). * Makefile: adapt. * supports the solaris platform (thx Uffe Jakobsen). pre 0.11.4.
* v0.11.2.Gerrit Pape2003-09-231-6/+6
|
* * svlogd.c: barf if all log directories given at the command line fail.Gerrit Pape2003-09-011-6/+6
| | | | | * man/svlogd.8: adapt. 0.11.1.
* 0.11.0.Gerrit Pape2003-08-081-6/+6
|
* * doc/index.html, doc/install.html, doc/replaceinit.html, doc/useinit.html:Gerrit Pape2003-06-221-7/+13
| | | | | | | | 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
* * runit.c: user select() on systems that don't provide poll() (buildsGerrit Pape2003-06-171-5/+9
| | | | | | | | | 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-051-5/+5
| | | | | | | | | | | | | | -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-041-5/+5
| | | | | fixes build failure (thx Lukas Beeler). 0.9.3.
* 0.9.2.Gerrit Pape2003-05-031-5/+5
| | | | debianized.
* * doc/dependencies.html, doc/useinit.html: new.Gerrit Pape2003-05-031-4/+11
| | | | | | | | | | * 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.
* 0.9.1.Gerrit Pape2003-04-301-5/+5
|
* * runsvdir.c: don't propagate sig_term to runsv processes when receivingGerrit Pape2003-04-241-5/+5
| | | | | | | | | | | 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.
* * svlogd.c: new; runit's service logging daemon.Gerrit Pape2003-04-201-5/+5
| | | | | | * 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.
* * runsvdir.c, runsv.c: close-on-exec file descriptors of current dir andGerrit Pape2003-03-091-5/+5
| | | | | lock files (thx Lukas Beeler). 0.8.1.
* * doc/benefits.html: new.Gerrit Pape2003-02-251-5/+5
| | | | | | | | | | | | | | | | | * 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.
* * runsv.c: close finish script file descriptor.Gerrit Pape2003-01-241-5/+5
| | | | | | | | | * 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.
* 0.7.1.Gerrit Pape2002-10-211-5/+5
|
* 0.7.0.Gerrit Pape2002-10-071-5/+5
|
* 0.6.4.Gerrit Pape2002-10-061-5/+5
|
* * runsv.c: sleep 1 second before exiting on fatal error.Gerrit Pape2002-10-041-5/+5
| | | | | | | | * 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-271-5/+5
|