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:   jlam
Date:           Fri Apr  4 15:19:57 UTC 2008

Modified Files:
        pkgsrc/misc/ruby-daemons: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/misc/ruby-daemons/DESCR \
    pkgsrc/misc/ruby-daemons/PLIST
cvs rdiff -r1.5 -r1.6 pkgsrc/misc/ruby-daemons/Makefile \
    pkgsrc/misc/ruby-daemons/distinfo

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