[Rt-commit] [svn] r1848 - in rt/branches/PLATANO-EXPERIMENTAL-CSS:
. bin
jesse at pallas.eruditorum.org
jesse at pallas.eruditorum.org
Thu Nov 11 03:42:50 EST 2004
Author: jesse
Date: Thu Nov 11 03:42:50 2004
New Revision: 1848
Modified:
rt/branches/PLATANO-EXPERIMENTAL-CSS/ (props changed)
rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/standalone_httpd.in
Log:
r9110 at tinbook: jesse | 2004-11-11T03:02:08.247722Z
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/PLATANO-EXPERIMENTAL-CSS/bin/standalone_httpd.in
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/standalone_httpd.in (original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/standalone_httpd.in Thu Nov 11 03:42:50 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