Issue #5997 has been updated by Nigel Kersten. Target version changed from GA to PE 1.0
---------------------------------------- Bug #5997: /opt/puppet/bin/passenger-* should have appropriate shebang lines. https://projects.puppetlabs.com/issues/5997 Author: Jacob Helwig Status: Closed Priority: Normal Assignee: Dominic Maraglia Category: packages Target version: PE 1.0 Keywords: Branch: Affected URL: Affected PE version: Currently `passenger-status` tries to run using the `ruby` from the environment. $ head -n1 /opt/puppet/bin/passenger-status #!/usr/bin/env ruby This should be `#!/opt/puppet/bin/ruby`. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
