SOURCES: php-fcgi.init - reverted, our DEVEL should be updated to newer svn...

glen glen at pld-linux.org
Tue Sep 16 02:50:38 CEST 2008


Author: glen                         Date: Tue Sep 16 00:50:38 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- reverted, our DEVEL should be updated to newer svn snap instead

---- Files affected:
SOURCES:
   php-fcgi.init (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: SOURCES/php-fcgi.init
diff -u SOURCES/php-fcgi.init:1.26 SOURCES/php-fcgi.init:1.27
--- SOURCES/php-fcgi.init:1.26	Mon Sep 15 18:06:02 2008
+++ SOURCES/php-fcgi.init	Tue Sep 16 02:50:32 2008
@@ -109,7 +109,7 @@
 	[ -z "$DEFAULT_SERVICE_UMASK" ] && DEFAULT_SERVICE_UMASK=022
 	umask ${SERVICE_UMASK:-$DEFAULT_SERVICE_UMASK}
 
-	env -i PATH=$PATH /usr/sbin/spawn-fcgi -P /var/run/php-fcgi.pid $args -C $PHP_FCGI_CHILDREN -f $PHP_FCGI_BINARY > /dev/null 2>&1
+	env -i PATH=$PATH /usr/sbin/spawn-fcgi -P /var/run/php-fcgi.pid $args -C $PHP_FCGI_CHILDREN -- $PHP_FCGI_BINARY > /dev/null
 	RETVAL=$?
 
 	if [ $RETVAL -eq 0 ]; then
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/php-fcgi.init?r1=1.26&r2=1.27&f=u



More information about the pld-cvs-commit mailing list