diff options
author | imil <imil> | 2012-08-12 21:44:01 +0000 |
---|---|---|
committer | imil <imil> | 2012-08-12 21:44:01 +0000 |
commit | 19b6345b44d74b47f385f0055141928f891e029a (patch) | |
tree | 3af576353324af1875245a780652e412efe930b8 /misc | |
parent | c1171c8790d0acc9df5e242a517475bfe009d7b1 (diff) | |
download | pkgsrc-19b6345b44d74b47f385f0055141928f891e029a.tar.gz |
Release 1.1.9: August 10, 2012
daemonize.rb: do srand in the forked child process both in daemonize
and call_as_daemon (thanks to Andrew Havens).
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ruby-daemons/Makefile | 4 | ||||
-rw-r--r-- | misc/ruby-daemons/PLIST | 3 | ||||
-rw-r--r-- | misc/ruby-daemons/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/misc/ruby-daemons/Makefile b/misc/ruby-daemons/Makefile index a6a1c664796..73ae6a207b0 100644 --- a/misc/ruby-daemons/Makefile +++ b/misc/ruby-daemons/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2012/03/17 16:18:12 taca Exp $ +# $NetBSD: Makefile,v 1.10 2012/08/12 21:44:01 imil Exp $ -DISTNAME= daemons-1.1.8 +DISTNAME= daemons-1.1.9 CATEGORIES= misc MAINTAINER= minskim@NetBSD.org diff --git a/misc/ruby-daemons/PLIST b/misc/ruby-daemons/PLIST index d52bd3d7369..3cdb81b9cc3 100644 --- a/misc/ruby-daemons/PLIST +++ b/misc/ruby-daemons/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2012/03/17 16:18:12 taca Exp $ +@comment $NetBSD: PLIST,v 1.7 2012/08/12 21:44:01 imil Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/LICENSE ${GEM_LIBDIR}/README @@ -20,6 +20,7 @@ ${GEM_LIBDIR}/examples/run/ctrl_ontop.rb ${GEM_LIBDIR}/examples/run/ctrl_optionparser.rb ${GEM_LIBDIR}/examples/run/ctrl_proc.rb ${GEM_LIBDIR}/examples/run/ctrl_proc_multiple.rb +${GEM_LIBDIR}/examples/run/ctrl_proc_rand.rb ${GEM_LIBDIR}/examples/run/ctrl_proc_simple.rb ${GEM_LIBDIR}/examples/run/ctrl_slowstop.rb ${GEM_LIBDIR}/examples/run/myserver.rb diff --git a/misc/ruby-daemons/distinfo b/misc/ruby-daemons/distinfo index 7533efa356d..3bf4cb61c92 100644 --- a/misc/ruby-daemons/distinfo +++ b/misc/ruby-daemons/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2012/03/17 16:18:12 taca Exp $ +$NetBSD: distinfo,v 1.11 2012/08/12 21:44:01 imil Exp $ -SHA1 (daemons-1.1.8.gem) = ae366dc25c0cfb05ced50f8040ca42e89215bdb6 -RMD160 (daemons-1.1.8.gem) = 462837438b1d19745465e0f262fb0c88c73a3da4 -Size (daemons-1.1.8.gem) = 32768 bytes +SHA1 (daemons-1.1.9.gem) = e73ba58fe9e948f7edc5017f91f53b8f0a955a37 +RMD160 (daemons-1.1.9.gem) = a63ac70cbeabe472fdd8eb8e0122575745742c5d +Size (daemons-1.1.9.gem) = 32768 bytes |