diff options
Diffstat (limited to 'www/apache20/files/apache2.sh.in')
-rw-r--r-- | www/apache20/files/apache2.sh.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/apache20/files/apache2.sh.in b/www/apache20/files/apache2.sh.in index 9bdda2d30e16..9585d38f1c24 100644 --- a/www/apache20/files/apache2.sh.in +++ b/www/apache20/files/apache2.sh.in @@ -42,8 +42,6 @@ required_files=%%PREFIX%%/etc/apache2/httpd.conf [ -z "$apache2_enable" ] && apache2_enable="NO" [ -z "${apache2ssl_enable}" ] && apache2ssl_enable="NO" -[ -z "$apache2_profiles" ] && apache2_profiles="" -[ -z "$apache2_flags" ] && apache2_flags="" [ -z "$apache2limits_enable" ] && apache2limits_enable="NO" [ -z "$apache2limits_args" ] && apache2limits_args="-e -C daemon" |