diff options
author | jlam <jlam@pkgsrc.org> | 2008-04-04 15:19:57 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-04-04 15:19:57 +0000 |
commit | 291152113b74472e85e9655d70794f83402bd579 (patch) | |
tree | 0fcd2e52cac24f757ff5d842bd6bb07177443a4e /misc/ruby-daemons/distinfo | |
parent | 41a5c799ba8cf3d512b765d8cba4c8b237fda928 (diff) | |
download | pkgsrc-291152113b74472e85e9655d70794f83402bd579.tar.gz |
Update ruby-daemons to version 1.0.10. Changes from version 1.0.8 include:
+ Install as a Ruby gem.
- Fixed a severe bug in the new Pid.running? function: function returned
true if the process did not exist.
- By default, we now delete stray pid-files (i.e. pid-files which result for
example from a killed daemon) automatically. This function can be
deactivated by passing :keep_pid_files => true as an option.
- All pid files of :multiple daemons new get deleted correctly upon
exit of the daemons.
- Use the signal 'KILL' instead of 'TERM' on Windows platforms.
- Use exit! in trap('TERM') instead of exit when option :hard_exit is given.
- Did some clarification on the exception log.
Diffstat (limited to 'misc/ruby-daemons/distinfo')
-rw-r--r-- | misc/ruby-daemons/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/ruby-daemons/distinfo b/misc/ruby-daemons/distinfo index 6d376c6ada2..333168c1f16 100644 --- a/misc/ruby-daemons/distinfo +++ b/misc/ruby-daemons/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2007/10/16 04:09:04 minskim Exp $ +$NetBSD: distinfo,v 1.6 2008/04/04 15:19:57 jlam Exp $ -SHA1 (daemons-1.0.8.tgz) = abd9e2b503db62120ad7702f0444ba422aa66b3a -RMD160 (daemons-1.0.8.tgz) = 8754ad810033053d4144a9a01fa58aff06752714 -Size (daemons-1.0.8.tgz) = 27662 bytes +SHA1 (daemons-1.0.10.gem) = 61ad4530249aab8c87c833757127cb593815b88c +RMD160 (daemons-1.0.10.gem) = cee32913a4be62e308e1ae0f61edf869f45a0566 +Size (daemons-1.0.10.gem) = 31232 bytes |