| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
runit (thx Kevin Berry).
|
|
|
|
| |
use runit as default init scheme (thx Matias A. Fonzo).
|
|
|
|
| |
that include runit (thx Debayan Banerjee).
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* runit.c: fix arguments to wait_pid() after fork for reboot_system()
(thx Jan Kampe).
* man/runsv.8: suggest printf t instead of echo -n t.
|
|
|
|
|
|
| |
* doc/replaceinit.html: point to faq.html#create, faq.html#tell (thx
David Kaufman).
* doc/runscripts.html: point to faq.html#createlog.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* doc/benefits.html: use sv program instead of runsvstat, runsvctrl;
minor.
* doc/replaceinit.html, doc/runlevels.html: put getty service directory
into /etc/sv/.
* doc/runscripts.html: use sv program instead of svwaitup.
* etc/*/3, etc/macosx/StartupItems/runit: use sv program instead of
svwaitdown.
* man/runsv.8: use sv program instead of runsvctrl.
* man/sv.8: minor.
* Makefile, package/commands: no longer build/install runsvctrl,
runsvstat, svwaitdown, svwaitup.
* man/runsvctrl.8, man/runsvstat.8, man/svwaitdown.8, man/svwaitup.8:
remove; obsolete.
* doc/index.html: add faq; remove runsvctrl, runsvstat, svwaitdown,
svwaitup.
* sv.c: fix usage output.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
re-fix runsv.8.html, runsvctrl.8.html.
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Downing FBCS).
|
| |
|
|
|
|
|
|
|
|
| |
doc/runlevels.html, doc/useinit.html: default service directory is
/var/service; minor.
* etc/2, etc/debian/3, etc/freebsd/3, etc/macosx/StartupItems/runit,
etc/openbsd/3, man/runsv.8, man/runsvchdir.8, man/runsvdir.8: default
service directory is /var/service.
|
| |
|
|
|
|
|
|
|
|
| |
how to install and configure runit on MacOSX.
* svlogd.c: fix incorrect handling of processor's state file; minor code
cleanup.
* runit-init.c: exit 0 on wrong usage.
0.10.0
|
|
|
|
| |
debianized.
|
|
|
|
|
|
|
|
|
| |
on Mac OSX).
* svlogd.c: reset match flag in lineflush() in all cases.
* Makefile: build setuidgid in default target.
* doc/useinit.html: add instruction to create /etc/runit/2 first.
* doc/install.html: minor.
0.9.5.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-v is set.
* man/svlogd.8: document -v option; minor.
* etc/freebsd/3, etc/openbsd/3: check if magic files in /etc/runit/ are
executable, not readable.
* etc/*/getty-tty*/run: remove utmpset from script.
* etc/*/getty-tty*/finish: new: run utmpset.
* doc/replaceinit.html: adapt.
* setuidgid.c: new: daemontools' setuidgid drop in replacement (not
installed by default).
* Makefile: build setuidgid.
* doc/index.html: update.
|
|
|
|
|
|
|
|
|
|
| |
* doc/index.html: adapt; reorder programs; runsvstat, runsvctrl installed
by default.
* doc/install.html: remove dependency on daemontools; create /package.
* doc/replaceinit.html, man/runsv.8: typo.
* man/svwaitdown.8, man/svwaitup.8: refer to runit and supervise.
* svlogd.c: fix counter var namespace.
* package/commands: add runsvctrl, runsvstat.
|
|
|
|
| |
documentation.
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* doc/index.html, doc/upgrade.html: adapt.
* etc/*/1, etc/*/3, etc/*/ctrlaltdel: set permissions on the magic files
instead of creating and removing them (can make them symbolic links
now); set PATH.
* runit.h: new; centralize runit's compiled in magic file names.
* runit.c: check permissions of magic files instead of sole existence;
conditionally call reboot(RB_AUTOBOOT), reboot(RB_POWER_OFF),
reboot(RB_HALT_SYSTEM) if possible; code cleanup.
* runit-init.c: set permissions on magic files instead of creating or
removing them; code cleanup.
* runsvdir.c: detect and tolerate system time warp; code cleanup.
* runsv.c, runsvchdir.c, runsvctrl.c, runsvstat.c, svwaitdown.c,
svwaitup.c, utmpset.c: code cleanup.
0.8.0.
|
|
|
|
|
|
|
|
|
| |
* runsv.c: close logpipe[] instead of sending sigterm to logservice when
told to exit, loggers should exit when they see EOF on stdin (thx Paul
Jarc).
* etc/*/1, etc/*/3: remove explicit 'exit'.
* error.h: include <errno.h> (upcoming glibc changes).
0.8.2.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* runsvdir.c: check service directory's inode and device in addition
to mtime; sleep 1 second if stat(service directory) fails.
* runsvstat.c: new option -l: only show log service if -l is set.
* runsvchdir: new; change service directory runsvdir is running in.
0.6.3.
|
| |
|
| |
|
|
|
|
| |
minor.
|
|
|
|
|
|
|
| |
* doc/usedietlibc.html: fix description.
* stage 3: restart getties after stopping services.
* getty-*/run: add utmpset.
0.5.0.
|
|
|
|
|
|
|
| |
runit builds without having daemontools' sources installed.
* utmpset.c: new utmpset program.
* doc/utmpset.html: new.
0.4.0.
|
|
|
|
|
| |
runit builds without having daemontools' sources installed.
0.3.3.
|
| |
|
|
|
|
| |
many changes, see package/CHANGES.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* tested with dietlibc
* doc: usedietlibs.html added.
|
|
|
|
| |
0.1.1.
|
| |
|
|
|