phusion / passenger_apt_automation

Tools for automatically building a Debian APT repository for Phusion Passenger
MIT License
20 stars 20 forks source link

Initscript has bad awk for locating pidfile #6

Closed jbergler closed 8 years ago

jbergler commented 9 years ago

The awk statement matches pid files that are commented out. Debian switched their init scripts to using sed to make this more robust.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747329

Fixes phusion/passenger_apt_automation#5

FooBarWidget commented 8 years ago

Thanks for the pull request. We recently merged packaging changes from Debian, and it looks like they already fixed this issue using different code.

jbergler commented 8 years ago

great, thanks.