diff options
author | Antonio Hernández Blas <hba.nihilismus@gmail.com> | 2011-05-31 23:01:19 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-06-13 01:33:39 -0400 |
commit | c5137b75f202ae38907001d5e98f1a4d0b13d3c6 (patch) | |
tree | 5462d90e6aea665b64b781ae247068a5934fec24 /network/hiawatha/rc.php-fcgi | |
parent | 8ded3a301541221fc4249cb4ebfb19b80c590fd4 (diff) |
network/hiawatha: Updated for version 7.4.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/hiawatha/rc.php-fcgi')
-rw-r--r-- | network/hiawatha/rc.php-fcgi | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/network/hiawatha/rc.php-fcgi b/network/hiawatha/rc.php-fcgi index 3a9ac5602ee2..a8d4a4f8586c 100644 --- a/network/hiawatha/rc.php-fcgi +++ b/network/hiawatha/rc.php-fcgi @@ -1,7 +1,23 @@ #!/bin/sh # Start/stop/restart PHP as FastCGI daemon -# Copyright (c) 2009-2010 Antonio Hernández Blas <hba.nihilismus@gmail.com> +# Copyright (c) 2009-2011 Antonio Hernández Blas <hba.nihilismus@gmail.com> + +# +# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE +# Version 2, December 2004 +# +# Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> +# +# Everyone is permitted to copy and distribute verbatim or modified +# copies of this license document, and changing it is allowed as long +# as the name is changed. +# +# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE +# TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION +# +# 0. You just DO WHAT THE FUCK YOU WANT TO. +# CONF='/etc/hiawatha/php-fcgi.conf' CMMD="/usr/sbin/php-fcgi -c $CONF" |