summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 0.13.1.Gerrit Pape2004-01-1911-17/+26
|
* * svlogd.c: bugfix: properly print new-line character to the log on endGerrit Pape2004-01-195-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 Pape2004-01-122-1/+3
|
* typo. debian_version_0_13_0-1Gerrit Pape2004-01-121-1/+1
|
* archive. v0_13_0Gerrit Pape2004-01-121-0/+0
|
* 0.13.0.Gerrit Pape2004-01-1217-49/+99
| | | | debianized.
* typos, format.Gerrit Pape2004-01-121-20/+37
|
* * svlogd.c: support sending log entries to remote host through udp,Gerrit Pape2004-01-123-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 Pape2003-12-301-1/+2
|
* add run scripts from Thomas Schwinge.Gerrit Pape2003-12-301-1/+44
|
* minor. debian_version_0_12_1-2Gerrit Pape2003-12-291-1/+2
|
* * debian/control: no longer Build-Depends: debhelper; Standards-Version:Gerrit Pape2003-12-2912-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 Pape2003-12-281-4/+3
|
* * debian/control: Build-Depends: dietlibc-dev (>> 0.24-0). debian_version_0_12_1-1Gerrit Pape2003-12-102-1/+2
|
* add run scripts from Marek Bartnikowski.Gerrit Pape2003-12-051-2/+21
|
* * doc/runscripts.html: use html named entities (thx Taj Khattra).Gerrit Pape2003-11-212-43/+45
|
* archive. v0_12_1Gerrit Pape2003-11-181-0/+0
|
* 0.12.1.Gerrit Pape2003-11-189-31/+40
|
* * runsv.c: don't start new processes while collecting children.Gerrit Pape2003-11-112-21/+5
|
* * etc/debian/3: test -r -> test -x (thx Alejandro Mery).Gerrit Pape2003-11-114-3/+17
|
* deitlibc is fixed on ia64. debian_version_0_12_0-1Gerrit Pape2003-11-033-7/+6
|
* add pppd run script (iwth chpst) next to the pp one.Gerrit Pape2003-10-312-0/+11
|
* minor.Gerrit Pape2003-10-301-1/+3
|
* don't use dietlibc on ia64 for now.Gerrit Pape2003-10-301-2/+2
|
* debianized. v0_12_0Gerrit Pape2003-10-302-7/+8
|
* archive. upstream_version_0_12_0Gerrit Pape2003-10-291-0/+0
|
* minor.Gerrit Pape2003-10-292-2/+2
|
* add run scripts from Tomasz Nidecki.Gerrit Pape2003-10-291-1/+90
|
* archive.Gerrit Pape2003-10-291-0/+0
|
* 0.12.0.Gerrit Pape2003-10-2912-75/+85
|
* * doc/benefits.html, doc/index.html, doc/replaceinit.html,Gerrit Pape2003-10-2914-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 ChristophGerrit Pape2003-10-2817-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 Pape2003-09-3013-107/+107
|
* debianized. debian_version_0_11_2-1Gerrit Pape2003-09-237-137/+28
|
* archive. upstream_version_0_11_2Gerrit Pape2003-09-231-0/+0
|
* minor.Gerrit Pape2003-09-231-3/+4
|
* html.Gerrit Pape2003-09-2312-934/+942
|
* v0.11.2.Gerrit Pape2003-09-237-12/+21
|
* * fmt_ptime.c: calculate UTC localtime correctly.Gerrit Pape2003-09-232-2/+20
| | | | | * runsv.c: support ./supervise as symbolic link, on dangling symlink create link target.
* debian/control: Standards-Version: 3.6.0.Gerrit Pape2003-09-222-2/+3
|
* minor.Gerrit Pape2003-09-221-4/+4
|
* introduce runsvdir-start.Gerrit Pape2003-09-222-6/+5
|
* * debian/diff/readlink.diff: new; create link target if ./supervise isGerrit Pape2003-09-229-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 Pape2003-09-041-0/+0
|
* minor.Gerrit Pape2003-09-041-1/+1
|
* archive.Gerrit Pape2003-09-041-0/+0
|
* minor; html.Gerrit Pape2003-09-042-94/+103
|
* changes contributed by Erich Schubert, Lang Martin.Gerrit Pape2003-09-041-20/+35
|
* * svlogd.c: barf if all log directories given at the command line fail.Gerrit Pape2003-09-0111-32/+63
| | | | | * man/svlogd.8: adapt. 0.11.1.
* * src/Makefile: add dependency to sysdeps to target fmt_ptime.o (thx ThomasGerrit Pape2003-08-282-1/+4
| | | | Schwinge).