Ignore EINVAL from sigaltstack, seems to be what ruby itself does in 1.9 committing on behalf of jeremy@, who did all the work, tested on i386 and tested packaging on amd64. All so I can commit a simple nginx update... THANKS. ok jasper
20 lines
624 B
Plaintext
20 lines
624 B
Plaintext
$OpenBSD: patch-lib_phusion_passenger_packaging_rb,v 1.2 2011/05/17 03:25:18 william Exp $
|
|
--- lib/phusion_passenger/packaging.rb.orig Mon Apr 11 03:22:54 2011
|
|
+++ lib/phusion_passenger/packaging.rb Wed Apr 27 10:30:11 2011
|
|
@@ -35,7 +35,6 @@ module Packaging
|
|
|
|
USER_EXECUTABLES = [
|
|
'passenger',
|
|
- 'passenger-install-apache2-module',
|
|
'passenger-install-nginx-module',
|
|
'passenger-config'
|
|
]
|
|
@@ -43,7 +42,6 @@ module Packaging
|
|
SUPER_USER_EXECUTABLES = [
|
|
'passenger-status',
|
|
'passenger-memory-stats',
|
|
- 'passenger-make-enterprisey'
|
|
]
|
|
|
|
# A list of globs which match all files that should be packaged
|