From c5137b75f202ae38907001d5e98f1a4d0b13d3c6 Mon Sep 17 00:00:00 2001 From: Antonio Hernández Blas Date: Tue, 31 May 2011 23:01:19 -0400 Subject: network/hiawatha: Updated for version 7.4.1. Signed-off-by: dsomero --- network/hiawatha/rc.php-fcgi | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'network/hiawatha/rc.php-fcgi') diff --git a/network/hiawatha/rc.php-fcgi b/network/hiawatha/rc.php-fcgi index 3a9ac5602e..a8d4a4f858 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 +# Copyright (c) 2009-2011 Antonio Hernández Blas + +# +# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE +# Version 2, December 2004 +# +# Copyright (C) 2004 Sam Hocevar +# +# 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" -- cgit v1.2.3-65-gdbad