File runit.changes of Package runit
-------------------------------------------------------------------
Tue Dec 25 13:37:06 UTC 2012 - mrueckert@suse.de
- pulled patches from the Ubuntu package:
- 0001-default-directory-for-services-on-Debian-is-etc-serv.diff
This patch replaces runit-2.0.0_etc_service.patch
- 0002-sv.c-support-optional-LSB-init-script-actions-reload.diff
added support for reload/try-reload in the sv tool
- updated license tag to spdx format
-------------------------------------------------------------------
Tue Dec 25 13:30:19 UTC 2012 - mrueckert@suse.de
- added glibc-devel-static to the buildrequires to fix build on
12.1 and newer
-------------------------------------------------------------------
Wed Dec 3 15:26:33 CET 2008 - mrueckert@suse.de
- call startproc with -s to properly send the process into the
background
-------------------------------------------------------------------
Wed Nov 26 13:59:12 CET 2008 - mrueckert@suse.de
- added runit-2.0.0_etc_service.patch:
move /var/service to /etc/service as recommended by upstream
- adapt init script to the change
- added migration in %post
-------------------------------------------------------------------
Wed Nov 26 13:16:46 CET 2008 - mrueckert@suse.de
- update to version 2.0.0
- minor documentation updates
- additional changes from 1.9.0
* doc/upgrade.html: typo.
* sv.c: service name is also relative to the current directory if
it ends with a slash.
* change default directory for services from /var/service/ to
/service/.
* runsv.c: create temporary new status files for log/supervise/
actually in log/supervise/.
* doc/benefits.html: minor additions.
-------------------------------------------------------------------
Tue Sep 25 00:28:35 CEST 2007 - mrueckert@suse.de
- update to 1.8.0
- man/svlogd.8: add hint on how to manually remove log files
after the number of log files svlogd should maintain has been
reduced; add hint about increasing the buffer size if lots of
data is to be processed in short time.
- chpst.c, uidgid.c: improve error reporting if getpwnam() or
getgrnam() fails; cleanup.
- svlogd.c: don't statically bind local udp socket, but request
new source port for each log message sent through udp.
- runit.c: fix typo in error messages (thx Matthew R. Dempsky);
minor rewording.
- doc/useinit.html: add instructions on how to use with upstart
(thx Lloyd Zusman).
- chpst.c: add explicit braces to avoid ambiguous 'else'.
- uw_tmp.h1: fallback to UTMP_FILE if _PATH_UTMP is not defined
as seen on AIX 5.2 ML1, AIX 5.3 ML5 (thx Daniel Clark).
- sv.c: fix race on check for down if pid is 0 and state is run
or finish.
- runit.c: speed up collecting zombies.
- runit.c: force check for zombies after a 14 second timeout
without signals (CHLD, CONT, INT).
- doc/index.html: typo.
- doc/*.html: remove $Id$.
-------------------------------------------------------------------
Thu Sep 20 21:00:39 CEST 2007 - mrueckert@suse.de
- merged with runit-unstable
-------------------------------------------------------------------
Thu Sep 20 20:58:54 CEST 2007 - mrueckert@suse.de
- added proper conflicts
-------------------------------------------------------------------
Wed Nov 29 06:22:53 CET 2006 - mrueckert@suse.de
- update to 1.7.2:
The documentation has been improved, and two minor bugs in the
runit and runsv programs have been fixed.
-------------------------------------------------------------------
Fri Nov 10 04:01:42 CET 2006 - mrueckert@suse.de
- update to 1.7.1:
The CHange Process STate program, chpst, now allows users and
groups to drop privileges specified by numerical uid and gid,
in addition to user and group names found in /etc/passwd and
/etc/group. The sv program has been fixed to properly wait for
services to restart when so requested and report success or
timeout. More contributed scripts have been added to the
collection of run scripts.
-------------------------------------------------------------------
Thu Oct 19 23:27:30 CEST 2006 - mrueckert@suse.de
- update to 1.7.0
-------------------------------------------------------------------
Sun Sep 3 08:21:09 CEST 2006 - mrueckert@suse.de
- make the default proctitle longer
-------------------------------------------------------------------
Sun Sep 3 04:06:49 CEST 2006 - mrueckert@suse.de
- create and package /etc/sv aswell