$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
