summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* CHANGESGerrit Pape2024-09-251-0/+8
|
* fix undesired compilation error(s) of feature testZ. Liu2024-09-259-4/+14
| | | | | | | | | | | | | | | | | | | | If don't fix, the feature test will generate undesired .h which will be used in later compilation, some will cause build failed. see *.h{1,2} for details, run following cmd to see difference: diff -uprN <(more *.h1|sed 's:\.h1$:.h:g') <(more *.h2|sed 's:\.h2$:.h:g') found by using clang 18 with CFLAGS: -Wall link of debian's patches is: https://salsa.debian.org/debian/runit/-/tree/master/debian/patches 0029-fix-ftbfs-with-gcc14.patch chkshsgr.c trycpp.c trypoll.c tryshsgr.c tryulong64.c: error: call to undeclared function '...'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] functions are: _exit, exit, getgroups, printf, setgroups tryflock.c trysgact.c trysgprm.c trywaitp.c: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
* archive. v2.1.2Gerrit Pape2014-08-101-0/+0
|
* release 2.1.2.Gerrit Pape2014-08-107-13/+14
|
* * doc/index.html: reorder, cleanup links to distributions; add LinuxGerrit Pape2014-08-102-10/+16
| | | | from Scratch, Finnix, VServer.
* update htmlGerrit Pape2014-08-101-62/+73
|
* * sv.c: properly format status command's output on failure cases.Gerrit Pape2014-08-103-9/+14
|
* src/sv.dist: adapt.Gerrit Pape2014-08-041-1/+1
|
* * sv.c: support optional LSB init script actions reload andGerrit Pape2014-08-013-1/+20
| | | | | | try-restart. http://bugs.debian.org/545227
* * man/sv.8: "sv exit" does not send a TERM signal to the log serviceGerrit Pape2014-07-312-2/+5
| | | | | | (thx Jonathan Nieder). See https://bugs.debian.org/627574
* * fmt_ptime.c: 64 bits time_t fix for svlogd (tnx JérémieGerrit Pape2014-07-302-1/+3
| | | | | | | Courrèges-Anglas). Patch fetched from the OpenBSD ports tree http://openbsd.cs.toronto.edu/cgi-bin/cvsweb/ports/sysutils/runit/patches/patch-src_fmt_ptime_c?rev=1.1&content-type=text/x-cvsweb-markup
* * sv.c: fix typo that may lead to wrong output from sv when reportingGerrit Pape2014-07-302-1/+3
| | | | | | | | | | | | | | | | | | | | | | | status of multiple service directories. Thx Jamie Heilman, https://bugs.debian.org/715512: > Given two service directories: > > # ls testapp1 > run supervise > # ls testapp2 > log run supervise > > where testapp1 is running, and testapp2 isn't: > > # sv status ./testapp1 > run: ./testapp1: (pid 3682) 408178s > # sv status ./testapp2 > fail: ./testapp2: runsv not running > # sv status ./testapp1 ./testapp2 > run: ./testapp1: (pid 3682) 408184s > fail: ./testapp2: runsv not running > run: ./testapp2: (pid 3682) 408184sfail: ./testapp2: runsv not running
* * doc/index.html: add ArchLinux to list of distributions that includeGerrit Pape2011-07-212-0/+4
| | | | runit (thx Kevin Berry).
* * doc/index.html: add Dragora GNU/Linux to list of distributions thatGerrit Pape2010-02-182-0/+4
| | | | use runit as default init scheme (thx Matias A. Fonzo).
* * doc/useinit.html: update description on how to use with upstartGerrit Pape2009-10-072-10/+13
| | | | (thx Gabriel de Perthuis).
* * 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
|