[Rt-commit] [svn] r1714 - in rt/branches/3.3-TESTING: . bin
jesse at pallas.eruditorum.org
jesse at pallas.eruditorum.org
Thu Nov 4 23:02:07 EST 2004
Author: jesse
Date: Thu Nov 4 23:02:06 2004
New Revision: 1714
Modified:
rt/branches/3.3-TESTING/ (props changed)
rt/branches/3.3-TESTING/bin/standalone_httpd.in
Log:
r6173 at tinbook: jesse | 2004-11-05T02:14:56.442006Z
Added a HUP handler for the standalone httpd (so you can kill -HUP it to reload)
Modified: rt/branches/3.3-TESTING/bin/standalone_httpd.in
==============================================================================
--- rt/branches/3.3-TESTING/bin/standalone_httpd.in (original)
+++ rt/branches/3.3-TESTING/bin/standalone_httpd.in Thu Nov 4 23:02:06 2004
@@ -56,6 +56,7 @@
use Socket;
$SIG{CHLD} = "IGNORE"; # reap child processes
+$SIG{HUP} = sub { exec($^X, $0, @ARGV) };
RT::Init();
More information about the Rt-commit
mailing list