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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to