<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/misc/ruby-daemons, branch cube-native-xorg</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-04-04T15:19:57Z</updated>
<entry>
<title>Update ruby-daemons to version 1.0.10.  Changes from version 1.0.8 include:</title>
<updated>2008-04-04T15:19:57Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2008-04-04T15:19:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e01e26a3aeafd89a07d000f0a868fd766e285b3e'/>
<id>urn:sha1:e01e26a3aeafd89a07d000f0a868fd766e285b3e</id>
<content type='text'>
+ 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 =&gt; 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.</content>
</entry>
<entry>
<title>Update ruby-daemons to 1.0.8.</title>
<updated>2007-10-16T04:09:04Z</updated>
<author>
<name>minskim</name>
<email>minskim@pkgsrc.org</email>
</author>
<published>2007-10-16T04:09:04Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=71ac351e6eb8437a4924fe70a30ad12a3a859162'/>
<id>urn:sha1:71ac351e6eb8437a4924fe70a30ad12a3a859162</id>
<content type='text'>
Changes:
* new Pid.running? function. Checking whether a process exists by sending
  signal '0'
* Patch to fix wrong ARGV when using :exec (in def start_exec:
  Kernel.exec(script(), *(@app_argv || [])))</content>
</entry>
<entry>
<title>Update ruby-daemons to 1.0.6.</title>
<updated>2007-05-23T01:16:59Z</updated>
<author>
<name>minskim</name>
<email>minskim@pkgsrc.org</email>
</author>
<published>2007-05-23T01:16:59Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b2e14dc057a3b6f0af99829e4c9caca7e874b63b'/>
<id>urn:sha1:b2e14dc057a3b6f0af99829e4c9caca7e874b63b</id>
<content type='text'>
Changes:
* New option to pass an ARGV-style array to run and run_proc
* Additional patches for '/var/log'</content>
</entry>
<entry>
<title>Update ruby-daemons to 1.0.5.</title>
<updated>2007-04-27T19:45:07Z</updated>
<author>
<name>minskim</name>
<email>minskim@pkgsrc.org</email>
</author>
<published>2007-04-27T19:45:07Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=dad6ee1172383d49b1cbfca4bcea7daa6df0f7f7'/>
<id>urn:sha1:dad6ee1172383d49b1cbfca4bcea7daa6df0f7f7</id>
<content type='text'>
Changes:
* Applied patch that causes daemons to use '/var/log' as logfile
  directory if you use :dir_mode = :system (thanks to Han Holl).
* Daemons should now work with Ruby 1.9 (at least the basic features).</content>
</entry>
<entry>
<title>Update ruby-daemons to 1.0.4.</title>
<updated>2007-02-04T00:05:28Z</updated>
<author>
<name>minskim</name>
<email>minskim@pkgsrc.org</email>
</author>
<published>2007-02-04T00:05:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=42148257b84b336e7502ce3950b8a59e7eff9f2a'/>
<id>urn:sha1:42148257b84b336e7502ce3950b8a59e7eff9f2a</id>
<content type='text'>
Changes since 1.0.2:
* Document the :log_output option.
* Set STDOUT.sync = true when redirecting to a logfile.
* Should now run also correctly when there is no working 'ps ax' on the
  system
* Set the app_name correctly also for the monitor process.</content>
</entry>
<entry>
<title>Import ruby-daemons-1.0.2.</title>
<updated>2006-10-14T05:51:18Z</updated>
<author>
<name>minskim</name>
<email>minskim@pkgsrc.org</email>
</author>
<published>2006-10-14T05:51:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=fcef39711db5050a58df4a7c3f6b0f4630ba3eae'/>
<id>urn:sha1:fcef39711db5050a58df4a7c3f6b0f4630ba3eae</id>
<content type='text'>
daemons provides an easy way to wrap existing ruby scripts (for
example a self-written server) to be run as a daemon and to be
controlled by simple start/stop/restart commands.  daemons can also
run and control blocks of Ruby code in a daemon process.</content>
</entry>
</feed>
