[Bug 1059272] Re: php5-fpm init.d script does not return any output when php5-fpm is started or stopped
Serge Hallyn
1059272 at bugs.launchpad.net
Tue Oct 9 17:56:48 UTC 2012
The /etc/init.d/php5-fpm script has checks for $VERBOSE inverted. It
has several lines looking like:
[ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME"
which should read
[ "$VERBOSE" = no ] && log_daemon_msg "Starting $DESC" "$NAME"
** Changed in: php5 (Ubuntu)
Importance: Undecided => Low
** Changed in: php5 (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1059272
Title:
php5-fpm init.d script does not return any output when php5-fpm is
started or stopped
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1059272/+subscriptions
More information about the Ubuntu-server-bugs
mailing list