geissert Thu, 29 Jul 2010 19:13:42 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=301700
Log: Fix required facilities for php-fpm's init script $all should only be used in rare, and very specific, cases. Changed paths: U php/php-src/branches/PHP_5_3/sapi/fpm/init.d.php-fpm.in U php/php-src/trunk/sapi/fpm/init.d.php-fpm.in Modified: php/php-src/branches/PHP_5_3/sapi/fpm/init.d.php-fpm.in =================================================================== --- php/php-src/branches/PHP_5_3/sapi/fpm/init.d.php-fpm.in 2010-07-29 19:03:12 UTC (rev 301699) +++ php/php-src/branches/PHP_5_3/sapi/fpm/init.d.php-fpm.in 2010-07-29 19:13:42 UTC (rev 301700) @@ -2,8 +2,8 @@ ### BEGIN INIT INFO # Provides: php-fpm -# Required-Start: $all -# Required-Stop: $all +# Required-Start: $remote_fs $network +# Required-Stop: $remote_fs $network # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: starts php-fpm Modified: php/php-src/trunk/sapi/fpm/init.d.php-fpm.in =================================================================== --- php/php-src/trunk/sapi/fpm/init.d.php-fpm.in 2010-07-29 19:03:12 UTC (rev 301699) +++ php/php-src/trunk/sapi/fpm/init.d.php-fpm.in 2010-07-29 19:13:42 UTC (rev 301700) @@ -2,8 +2,8 @@ ### BEGIN INIT INFO # Provides: php-fpm -# Required-Start: $all -# Required-Stop: $all +# Required-Start: $remote_fs $network +# Required-Stop: $remote_fs $network # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: starts php-fpm
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php