summary refs log tree commit diff
path: root/man/utmpset.8
Commit message (Collapse)AuthorAgeFilesLines
* * svlogd.c: don't print extra newlines to the log if additionally writingGerrit Pape2005-12-181-3/+2
| | | | | | | | | | | | | | | | | 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.
* * man/svlogd.8: timestamps are not considered when matching patterns (thxGerrit Pape2004-03-281-5/+8
| | | | | | | | | 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.
* * man/utmpset.8: run utmpset in finish script, not run script.Gerrit Pape2004-02-101-3/+5
|
* * runsvdir.c: don't propagate sig_term to runsv processes when receivingGerrit Pape2003-04-241-2/+6
| | | | | | | | | | | sig_term; send sig_term to all runsv processes and exit 111 when receiving sig_hangup. * svlogd.c: code cleanup. * svwaitdown.c: send command "d" (and "x" if -x is set) to a service if it's not in state 'want down'. * svwaitup.c: minor code cleanup. * man/runsvdir.8, man/svwaitdown.8: adapt. 0.9.0.
* * svlogd.c: new; runit's service logging daemon.Gerrit Pape2003-04-201-1/+1
| | | | | | * fmt_ptime.h, fmt_ptime.c, pmatch.h, pmatch.c: new. * man/svlogd.8, doc/svlogd.8.html: new. * man/runsv.8, man/runsvstat.8, man/utmpset.8: minor cleanup.
* utmpset in /command. registration requested.Gerrit Pape2002-08-281-1/+1
|
* * utmpset: avoids libutil; compiles with deitlibc; built by default.Gerrit Pape2002-08-281-0/+55
* doc/usedietlibc.html: fix description. * stage 3: restart getties after stopping services. * getty-*/run: add utmpset. 0.5.0.