Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 0.13.1. | Gerrit Pape | 2004-01-19 | 11 | -17/+26 |
| | |||||
* | * svlogd.c: bugfix: properly print new-line character to the log on end | Gerrit Pape | 2004-01-19 | 5 | -7/+44 |
| | | | | | | | of line (thx Pawel Chmielowski). * trysocketlib.c: new; check for libraries needed for socket() on some systems (fixes link failure on solaris, thx Uffe Jakobsen). * Makefile: adapt. | ||||
* | typo. | Gerrit Pape | 2004-01-12 | 2 | -1/+3 |
| | |||||
* | typo. debian_version_0_13_0-1 | Gerrit Pape | 2004-01-12 | 1 | -1/+1 |
| | |||||
* | archive. v0_13_0 | Gerrit Pape | 2004-01-12 | 1 | -0/+0 |
| | |||||
* | 0.13.0. | Gerrit Pape | 2004-01-12 | 17 | -49/+99 |
| | | | | debianized. | ||||
* | typos, format. | Gerrit Pape | 2004-01-12 | 1 | -20/+37 |
| | |||||
* | * svlogd.c: support sending log entries to remote host through udp, | Gerrit Pape | 2004-01-12 | 3 | -18/+127 |
| | | | | | configurable through u and U lines in log dir config file; minor. * man/svlogd.8: adapt. | ||||
* | add more contributed run scripts (thx Thomas Schwinge). | Gerrit Pape | 2003-12-30 | 1 | -1/+2 |
| | |||||
* | add run scripts from Thomas Schwinge. | Gerrit Pape | 2003-12-30 | 1 | -1/+44 |
| | |||||
* | minor. debian_version_0_12_1-2 | Gerrit Pape | 2003-12-29 | 1 | -1/+2 |
| | |||||
* | * debian/control: no longer Build-Depends: debhelper; Standards-Version: | Gerrit Pape | 2003-12-29 | 12 | -208/+173 |
| | | | | | | | | | | | | 3.6.1.0. * debian/rules: stop using debhelper, use implicit rules. * debian/implicit: new; implicit Makefile rules. * debian/README.Debian: rename to debian/runit.README.Debian. * debian/runit.dirs, debian/runit.links: remove; obsolete. * debian/runit.conffiles, debian/runit.docs: new. * debian/runit.postinst, debian/runit.postrm, debian/runit.preinst: minor cleanup. -2. | ||||
* | typos. | Gerrit Pape | 2003-12-28 | 1 | -4/+3 |
| | |||||
* | * debian/control: Build-Depends: dietlibc-dev (>> 0.24-0). debian_version_0_12_1-1 | Gerrit Pape | 2003-12-10 | 2 | -1/+2 |
| | |||||
* | add run scripts from Marek Bartnikowski. | Gerrit Pape | 2003-12-05 | 1 | -2/+21 |
| | |||||
* | * doc/runscripts.html: use html named entities (thx Taj Khattra). | Gerrit Pape | 2003-11-21 | 2 | -43/+45 |
| | |||||
* | archive. v0_12_1 | Gerrit Pape | 2003-11-18 | 1 | -0/+0 |
| | |||||
* | 0.12.1. | Gerrit Pape | 2003-11-18 | 9 | -31/+40 |
| | |||||
* | * runsv.c: don't start new processes while collecting children. | Gerrit Pape | 2003-11-11 | 2 | -21/+5 |
| | |||||
* | * etc/debian/3: test -r -> test -x (thx Alejandro Mery). | Gerrit Pape | 2003-11-11 | 4 | -3/+17 |
| | |||||
* | deitlibc is fixed on ia64. debian_version_0_12_0-1 | Gerrit Pape | 2003-11-03 | 3 | -7/+6 |
| | |||||
* | add pppd run script (iwth chpst) next to the pp one. | Gerrit Pape | 2003-10-31 | 2 | -0/+11 |
| | |||||
* | minor. | Gerrit Pape | 2003-10-30 | 1 | -1/+3 |
| | |||||
* | don't use dietlibc on ia64 for now. | Gerrit Pape | 2003-10-30 | 1 | -2/+2 |
| | |||||
* | debianized. v0_12_0 | Gerrit Pape | 2003-10-30 | 2 | -7/+8 |
| | |||||
* | archive. upstream_version_0_12_0 | Gerrit Pape | 2003-10-29 | 1 | -0/+0 |
| | |||||
* | minor. | Gerrit Pape | 2003-10-29 | 2 | -2/+2 |
| | |||||
* | add run scripts from Tomasz Nidecki. | Gerrit Pape | 2003-10-29 | 1 | -1/+90 |
| | |||||
* | archive. | Gerrit Pape | 2003-10-29 | 1 | -0/+0 |
| | |||||
* | 0.12.0. | Gerrit Pape | 2003-10-29 | 12 | -75/+85 |
| | |||||
* | * doc/benefits.html, doc/index.html, doc/replaceinit.html, | Gerrit Pape | 2003-10-29 | 14 | -79/+80 |
| | | | | | | | | 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. | ||||
* | * runsv.c: don't use EOVERFLOW as it is not standard (thx Christoph | Gerrit Pape | 2003-10-28 | 17 | -55/+165 |
| | | | | | | | | | | | | | Scheurer). * reboot_system.h1, reboot_system.h2, tryreboot.c: new; test if reboot() function takes one or two arguments (solaris). * runit.c: fallthrough stage 3: re-get stderr; sync() before reboot(). * uw_tmp.h1, uw_tmp.h2, tryuwtmp.c, tryuwtmpx.c: new; test for utmpx or utmp support. * utmpset.c: support systems with utmp or utmpx (solaris). * Makefile: adapt. * supports the solaris platform (thx Uffe Jakobsen). pre 0.11.4. | ||||
* | rman has changed its html formatting. | Gerrit Pape | 2003-09-30 | 13 | -107/+107 |
| | |||||
* | debianized. debian_version_0_11_2-1 | Gerrit Pape | 2003-09-23 | 7 | -137/+28 |
| | |||||
* | archive. upstream_version_0_11_2 | Gerrit Pape | 2003-09-23 | 1 | -0/+0 |
| | |||||
* | minor. | Gerrit Pape | 2003-09-23 | 1 | -3/+4 |
| | |||||
* | html. | Gerrit Pape | 2003-09-23 | 12 | -934/+942 |
| | |||||
* | v0.11.2. | Gerrit Pape | 2003-09-23 | 7 | -12/+21 |
| | |||||
* | * fmt_ptime.c: calculate UTC localtime correctly. | Gerrit Pape | 2003-09-23 | 2 | -2/+20 |
| | | | | | * runsv.c: support ./supervise as symbolic link, on dangling symlink create link target. | ||||
* | debian/control: Standards-Version: 3.6.0. | Gerrit Pape | 2003-09-22 | 2 | -2/+3 |
| | |||||
* | minor. | Gerrit Pape | 2003-09-22 | 1 | -4/+4 |
| | |||||
* | introduce runsvdir-start. | Gerrit Pape | 2003-09-22 | 2 | -6/+5 |
| | |||||
* | * debian/diff/readlink.diff: new; create link target if ./supervise is | Gerrit Pape | 2003-09-22 | 9 | -24/+235 |
| | | | | | | | | | | | | | | | | a dangling symbolic link. * debian/rules: apply patches in debian/diff/; install stage 2 as /usr/sbin/runsvdir-start for the use with /etc/inittab; enable dh_link. * debian/runit.dirs: add /var/service, /var/run/getty-5. * debian/README.Debian: adapt; package now automatically enables service supervision when used with sysvinit. * debian/diff/doc-useinit.diff: new; document runsvdir-start usage. * debian/runit.links: new; create symlink for getty-5 service supervise directory to /var/run/. * debian/runit.postinst: new; add SV entry to /etc/inittab if not present on install and upgrade; barf on fresh install if SV entry is present. * debian/runit.postrm: new; remove SV inittab entry on de-install; force remove /var/run/getty-5/ on purge. | ||||
* | archive. | Gerrit Pape | 2003-09-04 | 1 | -0/+0 |
| | |||||
* | minor. | Gerrit Pape | 2003-09-04 | 1 | -1/+1 |
| | |||||
* | archive. | Gerrit Pape | 2003-09-04 | 1 | -0/+0 |
| | |||||
* | minor; html. | Gerrit Pape | 2003-09-04 | 2 | -94/+103 |
| | |||||
* | changes contributed by Erich Schubert, Lang Martin. | Gerrit Pape | 2003-09-04 | 1 | -20/+35 |
| | |||||
* | * svlogd.c: barf if all log directories given at the command line fail. | Gerrit Pape | 2003-09-01 | 11 | -32/+63 |
| | | | | | * man/svlogd.8: adapt. 0.11.1. | ||||
* | * src/Makefile: add dependency to sysdeps to target fmt_ptime.o (thx Thomas | Gerrit Pape | 2003-08-28 | 2 | -1/+4 |
| | | | | Schwinge). |