summary refs log tree commit diff
path: root/man/chpst.8
Commit message (Collapse)AuthorAgeFilesLines
* * chpst: new option -d, limit data segment per process; don't use nestedGerrit Pape2006-03-041-0/+8
| | | | functions.
* * svlogd.c: don't print extra newlines to the log if additionally writingGerrit Pape2005-12-181-15/+11
| | | | | | | | | | | | | | | | | 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.
* * doc/runscripts.html: typo; openssh needs absolute path (thx Kevin Berry);Gerrit Pape2005-08-231-1/+12
| | | | | | | | | exec into dhcpcd. * uidgid.c, uidgid.h, chpst.c: support colon-separated list of groups. * sv.c: utilize optional ./check script in service directory to check for availablity of service. * runsv.c: wait_pid() might be interupted. * man/chpst.8, man/sv.8: adapt.
* * svlogd.c: new config option t timeout; config options e and E select andGerrit Pape2004-11-061-0/+13
| | | | | | | | | | | 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.
* chpst: support -/ chroot.Gerrit Pape2004-04-271-3/+12
|
* * check-diff, check-dist, check-local, package/check: new; run checks onGerrit Pape2004-03-081-1/+2
| | | | | | | | | | | | | | 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
* * etc/debian/3: test -r -> test -x (thx Alejandro Mery).Gerrit Pape2003-11-111-1/+2
|
* 0.11.0.Gerrit Pape2003-08-081-2/+2
|
* * uidgid.c, uidgid.h: new; get uid/gid by name.Gerrit Pape2003-08-051-0/+194
* chpst: new; run program with a changed process state (includes envdir, envuidgid, pgrphack, setlock, setuidgid, softlimit functionality).