diff options
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 3a9ac5602ee2a..a8d4a4f8586c7 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" |