summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* * doc/index.html: add deepOfix Mail Server to list of distributionsGerrit Pape2009-10-062-0/+7
| | | | that include runit (thx Debayan Banerjee).
* archive. v2.1.1Gerrit Pape2009-10-041-0/+0
|
* release 2.1.1.Gerrit Pape2009-10-046-12/+13
|
* update chpst.dist, sv.distGerrit Pape2009-10-043-5/+5
|
* * sv.c: on 'down', send runsv the 'down' command properly if not yetGerrit Pape2009-10-042-1/+4
| | | | done (e.g. when taken up with 'once').
* * doc/upgrade.html: fix typo.Gerrit Pape2009-09-292-1/+5
|
* archive. v2.1.0Gerrit Pape2009-09-241-0/+0
|
* release 2.1.0.Gerrit Pape2009-09-247-12/+17
|
* update html.Gerrit Pape2009-09-242-3/+7
|
* * man/sv.8: clarify which return values apply to the LSB init scriptGerrit Pape2009-09-242-5/+6
| | | | interface.
* * runsv.c: exit with error if [log/]supervise/control exists, but isGerrit Pape2009-09-242-0/+10
| | | | not a fifo (thx Charlie Brady).
* * chpst.c, svwaitdown.c, svwaitup.c: fix checks for return value ofGerrit Pape2009-09-244-3/+5
| | | | open_* functions (thx David Reiss).
* * sv.c: fix exit code of status command in lsb mode (thx MathieuGerrit Pape2009-09-242-4/+8
| | | | Poumeyrol)
* * pathexec_env.c, pathexec.h: add function pathexec_env_run().Gerrit Pape2009-09-245-7/+33
| | | | | * chpst.c, man/chpst.8: new option -b argv0: run prog with different 0th argument.
* archive. v2.0.0Gerrit Pape2008-06-151-0/+0
|
* .gitattributes: adapt.Gerrit Pape2008-06-151-13/+13
|
* release 2.0.0.Gerrit Pape2008-06-1510-20/+22
|
* archive. v1.9.0Gerrit Pape2008-05-071-0/+0
|
* .gitattributes: new.Gerrit Pape2008-05-071-0/+13
|
* sv.dist: adapt.Gerrit Pape2008-05-071-1/+1
|
* runsvchdir.c: typo.Gerrit Pape2008-05-071-1/+1
|
* version 1.9.0.Gerrit Pape2008-05-077-73/+75
|
* doc/upgrade.html: upgrade from 1.8.0.Gerrit Pape2008-05-052-0/+15
|
* * doc/benefits.html: minor additions.Gerrit Pape2008-05-052-0/+11
|
* * runsv.c: create temporary new status files for log/supervise/ actuallyGerrit Pape2008-05-052-42/+44
| | | | in log/supervise/.
* * change default directory for services from /var/service/ to /service/.Gerrit Pape2008-04-2022-44/+45
|
* sv.c: service name is also relative to the current directory if it ends with ↵Gerrit Pape2008-04-203-3/+6
| | | | a slash.
* * doc/upgrade.html: typo.Gerrit Pape2007-09-212-1/+3
|
* archive. v1.8.0Gerrit Pape2007-09-211-0/+0
|
* * doc/*.html: remove $Id$.Gerrit Pape2007-09-2112-11/+1
|
* add upgrade blurb.Gerrit Pape2007-09-211-0/+8
|
* Copyright (c) 2001-2007, Gerrit Pape.Gerrit Pape2007-09-211-1/+1
|
* 1.8.0.Gerrit Pape2007-09-211-1/+1
|
* * doc/index.html: typo.Gerrit Pape2007-09-192-1/+2
|
* remove debian/ subdir, it's now in branches debian-*.Gerrit Pape2007-09-1917-936/+0
|
* html.Gerrit Pape2007-09-191-102/+107
|
* prepare 1.8.0.Gerrit Pape2007-09-196-11/+14
|
* tests dist.Gerrit Pape2007-09-194-4/+4
|
* * runit.c: force check for zombies after a 14 second timeout withoutGerrit Pape2007-09-192-6/+8
| | | | signals (CHLD, CONT, INT).
* sv.c: typo.Gerrit Pape2007-09-131-1/+1
|
* sv.c: whitespace fixups.Gerrit Pape2007-09-131-35/+35
|
* runit.c: speed up collecting zombies.Gerrit Pape2007-09-132-3/+9
|
* s/\t/ /gGerrit Pape2007-09-138-110/+110
|
* sv.c: fix race on check for down if pid is 0 and state is run or finish.Gerrit Pape2007-09-132-8/+8
|
* uw_tmp.h1: fallback to UTMP_FILE if _PATH_UTMP is not defined as seenGerrit Pape2007-08-272-0/+12
| | | | on AIX 5.2 ML1, AIX 5.3 ML5 (thx Daniel Clark).
* chpst.c: add explicit braces to avoid ambiguous 'else'.Gerrit Pape2007-06-262-2/+5
|
* doc/useinit.html: add docs on how to use with upstart (thx Lloyd Zusman)Gerrit Pape2007-06-142-2/+25
|
* runit.c: fix typo in error messages (thx Matthew R. Dempsky); minor rewordingGerrit Pape2007-06-142-2/+4
|
* svlogd.c: don't statically bind local udp socketGerrit Pape2007-04-172-9/+10
| | | | ..., but request new source port for each log message sent through udp.
* chpst.c, uidgid.c: improve error reporting if getpwnam() or getgrnam() failsGerrit Pape2007-04-173-35/+37
| | | | ...cleanup.