summary refs log tree commit diff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* release 2.2.0.Gerrit Pape2024-09-271-1/+1
|
* release 2.1.2.Gerrit Pape2014-08-101-1/+1
|
* release 2.1.1.Gerrit Pape2009-10-041-1/+1
|
* release 2.1.0.Gerrit Pape2009-09-241-1/+1
|
* release 2.0.0.Gerrit Pape2008-06-151-1/+1
|
* version 1.9.0.Gerrit Pape2008-05-071-1/+1
|
* prepare 1.8.0.Gerrit Pape2007-09-191-1/+1
|
* 1.7.2.Gerrit Pape2006-11-211-1/+1
|
* 1.7.1..Gerrit Pape2006-11-041-1/+1
|
* 1.7.0.Gerrit Pape2006-07-301-1/+1
|
* 1.6.0Gerrit Pape2006-06-201-1/+1
|
* removed man pages.Gerrit Pape2006-05-101-2/+2
|
* 1.5.1.Gerrit Pape2006-05-101-1/+1
|
* 1.5.0.Gerrit Pape2006-04-161-1/+1
|
* archive. upstream_version_1_4_1Gerrit Pape2006-03-201-1/+1
|
* * doc/faq.html: new.Gerrit Pape2006-03-041-1/+1
| | | | | | | | | | | | | | | | | | | * 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-1/+1
| | | | | | | * 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-1/+1
|
* 1.3.1.Gerrit Pape2005-08-231-1/+1
|
* 1.3.0.Gerrit Pape2005-07-241-1/+1
|
* create sv.8.html.Gerrit Pape2005-07-241-1/+1
|
* Makefile: doh, what's up, tar?Gerrit Pape2005-07-231-4/+5
| | | | 1.2.6.
* * doc/runscripts.html: add contributed run scripts (thx Kevin Berry);Gerrit Pape2005-04-181-1/+1
| | | | | | | 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-1/+1
|
* minor.Gerrit Pape2005-01-141-1/+1
|
* 1.2.1.Gerrit Pape2005-01-121-1/+1
|
* archive.Gerrit Pape2004-12-131-0/+1
| | | | rm *.orig.
* 1.2.0.Gerrit Pape2004-12-121-1/+1
|
* * svlogd.c: new config option t timeout; config options e and E select andGerrit Pape2004-11-061-1/+1
| | | | | | | | | | | 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-1/+1
|
* 1.0.4.Gerrit Pape2004-08-011-1/+1
|
* 1.0.3.Gerrit Pape2004-06-261-1/+1
| | | | debianized.
* 1.0.2.Gerrit Pape2004-03-281-1/+1
|
* * check-diff, check-dist, check-local, package/check: new; run checks onGerrit Pape2004-03-081-1/+1
| | | | | | | | | | | | | | 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-1/+1
|
* 0.13.1.Gerrit Pape2004-01-191-1/+1
|
* 0.13.0.Gerrit Pape2004-01-121-1/+1
| | | | debianized.
* 0.12.1.Gerrit Pape2003-11-181-1/+1
|
* 0.12.0.Gerrit Pape2003-10-291-1/+1
|
* * runsv.c: don't use EOVERFLOW as it is not standard (thx ChristophGerrit Pape2003-10-281-1/+1
| | | | | | | | | | | | | 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.
* rman has changed its html formatting.Gerrit Pape2003-09-301-3/+3
|
* v0.11.2.Gerrit Pape2003-09-231-1/+1
|
* * svlogd.c: barf if all log directories given at the command line fail.Gerrit Pape2003-09-011-1/+1
| | | | | * man/svlogd.8: adapt. 0.11.1.
* 0.11.0.Gerrit Pape2003-08-081-2/+2
|
* * doc/index.html, doc/install.html, doc/replaceinit.html, doc/useinit.html:Gerrit Pape2003-06-221-1/+1
| | | | | | | | 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-2/+5
| | | | | | | | | 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-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.
* * Makefile: actually build runsvstat, runsvctrl before installing them,Gerrit Pape2003-05-041-1/+1
| | | | | fixes build failure (thx Lukas Beeler). 0.9.3.
* 0.9.2.Gerrit Pape2003-05-031-1/+1
| | | | debianized.
* 0.9.1.Gerrit Pape2003-04-301-1/+1
|