pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/ruby-daemons
Module Name: pkgsrc
Committed By: taca
Date: Fri Sep 10 07:22:54 UTC 2010
Modified Files:
pkgsrc/misc/ruby-daemons: Makefile PLIST distinfo
Removed Files:
pkgsrc/misc/ruby-daemons/patches: patch-aa
Log Message:
Update misc/ruby-daemons to 1.1.0.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
== Release 1.1.0: June 20, 2010
* Honour the options[:app_name] in Daemons.daemonize (thanks to Ryan Tecco).
* Included a new option :stop_proc to specify a proc that will be called when a
daemonized process receives a request to stop (thanks to Dave Dupre).
* Only delete the pidfile if the current pid is the original pid (ghazel).
* Start when restart but no application running (pcreux).
* Silently continue if there is no pidfile (ghazel).
* We now per default wait for processes to stop and
kill them automatically it if they do not stop within a given time
(force_kill_waittime). Use the option --no_wait to not wait for processes to
stop.
* Set log files mode to 0644 (mikehale).
* Set pid file permissions to 0644 (mikehale).
* Added ability to change process uid/gid (mikehale).
* Fix for: If you happen to start a daemon from a process that has open file
descriptors these will stay open. As it is daemonize.rb only closes ruby IO
objects (thanks to Han Holl).
* New reload command (SIGHUP) (thanks to Michael Schuerig).
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/misc/ruby-daemons/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/ruby-daemons/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/ruby-daemons/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/misc/ruby-daemons/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index