summary refs log tree commit diff
path: root/doc/index.html
Commit message (Collapse)AuthorAgeFilesLines
* * doc/index.html: add ArchLinux to list of distributions that includeGerrit Pape2011-07-211-0/+2
| | | | runit (thx Kevin Berry).
* * doc/index.html: add Dragora GNU/Linux to list of distributions thatGerrit Pape2010-02-181-0/+2
| | | | use runit as default init scheme (thx Matias A. Fonzo).
* * doc/index.html: add deepOfix Mail Server to list of distributionsGerrit Pape2009-10-061-0/+2
| | | | that include runit (thx Debayan Banerjee).
* release 2.0.0.Gerrit Pape2008-06-151-4/+0
|
* * doc/*.html: remove $Id$.Gerrit Pape2007-09-211-1/+0
|
* * doc/index.html: typo.Gerrit Pape2007-09-191-1/+1
|
* * doc/index.html: some reordering.Gerrit Pape2006-11-211-47/+49
| | | | | | * runit.c: fix arguments to wait_pid() after fork for reboot_system() (thx Jan Kampe). * man/runsv.8: suggest printf t instead of echo -n t.
* * doc/index.html: add list of distributionsGerrit Pape2006-11-141-0/+30
| | | | | | * doc/replaceinit.html: point to faq.html#create, faq.html#tell (thx David Kaufman). * doc/runscripts.html: point to faq.html#createlog.
* * doc/faq.html: new.Gerrit Pape2006-03-041-8/+4
| | | | | | | | | | | | | | | | | | | * 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.
* * svlogd.c: don't print extra newlines to the log if additionally writingGerrit Pape2005-12-181-12/+7
| | | | | | | | | | | | | | | | | to the network through udp (thx Andras Korn, http://bugs.debian.org/339030). * runsvdir.c: also process svdir changes if mtime of svdir has changed into the past (thx Martin Dickopp). * doc/index.html: update description; Please contact this list and not me privately. * doc/replaceinit.html, doc/runscripts.html: minor. * man/chpst.8: -U doesn't support a list of groups. * man/svlogd.8: update PATTERN MATCHING section, add example (based on sugesstions from Joshua N Pritikin). * man/*8: update SEE ALSO sections: runsvctrl, runsvstat, svwaitdown, svwaitup will become obsolete; remove references to man pages for programs from the daemontools package. 1.3.2.
* minor.Gerrit Pape2005-07-241-2/+1
|
* add sv.8.html.Gerrit Pape2005-07-241-0/+2
| | | | re-fix runsv.8.html, runsvctrl.8.html.
* * doc/index.html, doc/replaceinit.html: no longer refer to sysvinit'sGerrit Pape2005-02-131-3/+2
| | | | | | shutdown program. * man/svlogd.8: svlogd doesn't decrease the number of log files in a log directory; with n0 don't remove any log files.
* minor; document changes.Gerrit Pape2004-11-061-13/+12
|
* * svlogd.c: fix line buffer handling for pattern matching (thx EnricoGerrit Pape2004-09-201-8/+8
| | | | | | | | | | Scholz); minor bug fixes. * doc/index.html: wording; add link to useinit.html; remove link to runit on LinuxFromScratch. * doc/runscripts.html: add hint, some getties need to be run in a new session/process group (thx Dan Melomedman). * man/svlogd.8: minor fixes. * man/svwaitdown.8: remove hint about -x option.
* * doc/index.html: add link to runit on LinuxFromScratch (thx Richard AGerrit Pape2004-03-291-1/+3
| | | | Downing FBCS).
* some doc cleanup.Gerrit Pape2004-01-301-46/+61
|
* * doc/benefits.html, doc/index.html, doc/replaceinit.html,Gerrit Pape2003-10-291-40/+20
| | | | | | | | 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.
* minor.Gerrit Pape2003-08-081-16/+17
|
* * doc/index.html, doc/install.html, doc/replaceinit.html, doc/useinit.html:Gerrit Pape2003-06-221-2/+2
| | | | | | | | 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
* minor.Gerrit Pape2003-06-181-2/+1
| | | | debianized.
* * runit.c: user select() on systems that don't provide poll() (buildsGerrit Pape2003-06-171-1/+2
| | | | | | | | | 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-72/+82
| | | | | | | | | | | | | | -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-031-11/+9
| | | | | | | | | | * 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.
* runscripts.Gerrit Pape2003-04-251-18/+17
| | | | documentation.
* * svlogd.c: new; runit's service logging daemon.Gerrit Pape2003-04-201-0/+2
| | | | | | * 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.
* * doc/benefits.html: new.Gerrit Pape2003-02-251-1/+3
| | | | | | | | | | | | | | | | | * 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-50/+52
| | | | | | | | | * 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.
* adapt doc.Gerrit Pape2002-10-231-40/+56
|
* add manpages for not installed by default programs.Gerrit Pape2002-10-211-1/+6
|
* minor.Gerrit Pape2002-10-041-2/+2
|
* * runsv.c: sleep 1 second before exiting on fatal error.Gerrit Pape2002-10-041-10/+14
| | | | | | | | * 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-261-4/+6
|
* doc.Gerrit Pape2002-09-251-3/+5
|
* mention supervision list.Gerrit Pape2002-08-291-11/+16
| | | | minor.
* * utmpset: avoids libutil; compiles with deitlibc; built by default.Gerrit Pape2002-08-281-22/+23
| | | | | | | * doc/usedietlibc.html: fix description. * stage 3: restart getties after stopping services. * getty-*/run: add utmpset. 0.5.0.
* * src/: include public domain sources to build byte.a, unix.a, time.a:Gerrit Pape2002-05-191-11/+13
| | | | | | | runit builds without having daemontools' sources installed. * utmpset.c: new utmpset program. * doc/utmpset.html: new. 0.4.0.
* * src/: include public domain sources to build byte.a, unix.a, time.a:Gerrit Pape2002-05-181-2/+2
| | | | | runit builds without having daemontools' sources installed. 0.3.3.
* add 'runit in use' chapter.Gerrit Pape2002-04-171-0/+69
|
* 0.3.0.Gerrit Pape2002-01-291-7/+9
| | | | many changes, see package/CHANGES.
* install-man integrated.Gerrit Pape2002-01-011-14/+32
|
* runs on openbsd 2.9.Gerrit Pape2001-12-301-3/+4
|
* runscripts.html linked.Gerrit Pape2001-12-271-0/+2
|
* docs adapted.Gerrit Pape2001-12-231-1/+3
|
* * runit-halt, runit-reboot removed, integrated into runit-initGerrit Pape2001-11-261-6/+17
| | | | | * tested with dietlibc * doc: usedietlibs.html added.
* package moved to smarden.org.Gerrit Pape2001-11-201-8/+7
| | | | 0.1.1.
* spelling.Gerrit Pape2001-11-161-1/+1
|
* Initial revisionGerrit Pape2001-11-161-0/+82