summary refs log tree commit diff
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* * man/runsv.8: typo.Gerrit Pape2005-04-291-0/+2
|
* date.Gerrit Pape2005-04-181-1/+1
|
* * doc/runscripts.html: add contributed run scripts (thx Kevin Berry);Gerrit Pape2005-04-183-2/+10
| | | | | | | 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-033-2/+5
|
* * svlogd.c: properly prefix log messages written to standard error withGerrit Pape2005-04-032-1/+6
| | | | | | | optional timestamp. * runsvctrl.c, svwaitdown.c, svwaitup.c: supervise not running -> runsv not running. * package/README: 2005.
* * doc/index.html, doc/replaceinit.html: no longer refer to sysvinit'sGerrit Pape2005-02-131-0/+5
| | | | | | 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.
* date.Gerrit Pape2005-01-151-1/+1
|
* 2005.Gerrit Pape2005-01-152-1/+2
|
* date.Gerrit Pape2005-01-141-1/+1
|
* minor.Gerrit Pape2005-01-141-0/+1
|
* * runsv.c: typos; bugfix: run optional control/x when receiving SIGTERMGerrit Pape2005-01-141-0/+2
| | | | | (thx Vladimir Smelhaus); minor. 1.2.1.
* 1.2.1.Gerrit Pape2005-01-123-2/+5
|
* * chpst.c: typo.Gerrit Pape2005-01-101-0/+7
| | | | | | | | | * svwaitdown.c: minimum timeout is 1 second; service directories no longer must start with /. * svwaitup.c: minimum uptime of services is 1 second; service directories no longer must start with /; print number of seconds a service is up if verbose. * man/svwaitdown.8, man/svwaitup.8: adapt.
* * doc/runscripts.html: add contributed run scripts (thx Stefan Karrmann,Gerrit Pape2005-01-101-0/+3
| | | | Kevin Berry, Karl Chen).
* add contributed run scripts.Gerrit Pape2004-12-171-1/+3
|
* date.Gerrit Pape2004-12-131-1/+1
|
* don't update timestamp in status when running ./finish; only sleep for a secondGerrit Pape2004-12-131-1/+4
| | | | | if ./run has been restarted within a second, and after updating status to down, normally up, want up.
* 1.2.0.Gerrit Pape2004-12-123-3/+4
|
* * runsv.check, runsv.dist: check custom control commands.Gerrit Pape2004-12-121-0/+1
| | | | minor.
* * doc/upgrade.html: typo.Gerrit Pape2004-12-121-0/+7
| | | | | | * runsv.c: support custom control commands through control/ directory, optionally switch off sending signal. * man/runsv.8: document custom control commands.
* date.Gerrit Pape2004-11-061-4/+5
|
* * svlogd.c: new config option t timeout; config options e and E select andGerrit Pape2004-11-063-2/+15
| | | | | | | | | | | 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.
* date.Gerrit Pape2004-09-211-1/+1
|
* * runsvdir.c: new option -P, run each runsv process in a new session andGerrit Pape2004-09-211-2/+5
| | | | | process group (thx Charlie Brady). * man/runsvdir.8: adapt; typo.
* date -R.Gerrit Pape2004-09-201-1/+1
|
* date -R.Gerrit Pape2004-09-201-1/+1
|
* 1.0.5.Gerrit Pape2004-09-207-7/+15
|
* date -R.Gerrit Pape2004-09-201-1/+1
|
* * svlogd.c: fix line buffer handling for pattern matching (thx EnricoGerrit Pape2004-09-201-0/+11
| | | | | | | | | | 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.
* * runsvdir.c:Gerrit Pape2004-08-021-1/+4
| | | | | | | sleep one second before scanning if services dir mtime is now; loop while chdir to starting dir fails; rename log, loglen to rplog, rploglen. * etc/macosx/StartupItems/runit: use -x option to svwaitdown; timeout 14.
* 1.0.4.Gerrit Pape2004-08-012-2/+3
|
* * runsvdir.c: check services dir again after one second until it'sGerrit Pape2004-08-011-0/+4
| | | | unchanged (thx Eric Lammerts); loop while chdir to starting dir fails.
* * doc/runlevels.html, doc/upgrade.html, doc/useinit.html, man/runsvdir.8,Gerrit Pape2004-07-281-0/+3
| | | | man/runsvchdir.8: minor changes in wording, notations.
* minor.Gerrit Pape2004-06-261-1/+1
|
* * package/check, package/compile, package/install-man, package/upgrade:Gerrit Pape2004-06-265-10/+12
| | | | minor cleanup.
* 1.0.3.Gerrit Pape2004-06-262-2/+3
| | | | debianized.
* * runit.c, man/runit.8: if stage 1 crashes or exits 100, stage 2 will beGerrit Pape2004-06-261-1/+6
| | | | | skipped; if stage 2 crashes or exits 111, it will be restarted. * doc/runscripts.html: add, adapt various run scripts (thx).
* chdir before chroot.Gerrit Pape2004-04-301-0/+2
|
* 1.0.2.Gerrit Pape2004-03-291-3/+3
| | | | .
* minor.Gerrit Pape2004-03-291-1/+1
|
* * doc/index.html: add link to runit on LinuxFromScratch (thx Richard AGerrit Pape2004-03-291-0/+2
| | | | Downing FBCS).
* 1.0.2.Gerrit Pape2004-03-282-2/+3
|
* * man/svlogd.8: timestamps are not considered when matching patterns (thxGerrit Pape2004-03-281-0/+10
| | | | | | | | | Andras KORN). * runsv.c: on exit run the finish scripts when taking the service down (thx X.). * runsv.c, runsvctrl.c: handle sig_quit (thx Wayne Marshall). * svlogd.c: don't crash on zero byte long config file (thx Alex Efros). * man/*: minor cleanup.
* minor.Gerrit Pape2004-03-081-1/+2
|
* * check-diff, check-dist, check-local, package/check: new; run checks onGerrit Pape2004-03-085-3/+26
| | | | | | | | | | | | | | 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
* * runsv.c: allow log/supervise also to be a dangling symlink; moreGerrit Pape2004-03-021-0/+2
| | | | meaningful error message if opening lock or locking fails.
* * chpst.c: -e dir: silently ignore directories, print warning if verbose.Gerrit Pape2004-03-021-0/+1
|
* .Gerrit Pape2004-03-021-0/+2
|
* timestamp.Gerrit Pape2004-02-101-1/+1
|
* minor.Gerrit Pape2004-02-101-1/+1
|