diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2014-03-02 14:52:26 +0100 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2014-03-02 15:06:27 +0100 |
commit | e35b1f1d0c064a60dce6834da9a891aa6b1f7807 (patch) | |
tree | a5f0a2681a588b415ac774d3f1866fd0bf500e7e | |
parent | profiles: Move VIDEO_CARDS definition to server (diff) | |
download | portage-e35b1f1d0c064a60dce6834da9a891aa6b1f7807.tar.xz |
profiles/server: replace space with tabs
-rw-r--r-- | profiles/server/make.defaults | 118 |
1 files changed, 59 insertions, 59 deletions
diff --git a/profiles/server/make.defaults b/profiles/server/make.defaults index 898569ff..c284089a 100644 --- a/profiles/server/make.defaults +++ b/profiles/server/make.defaults @@ -217,65 +217,65 @@ APACHE2_MPMS="prefork" # First disable all of them, set enable needed one # W=nginx_modules_http ; sed -rne "s/^([a-zA-Z]([^ ]+)) .*/\t-${W}_\1/p" /usr/portage/profiles/desc/$W.desc | sort USE="${USE} - -nginx_modules_http_access - -nginx_modules_http_addition - -nginx_modules_http_auth_basic - -nginx_modules_http_auth_pam - -nginx_modules_http_auth_request - -nginx_modules_http_autoindex - -nginx_modules_http_browser - -nginx_modules_http_cache_purge - -nginx_modules_http_charset - -nginx_modules_http_dav - -nginx_modules_http_dav_ext - -nginx_modules_http_degradation - -nginx_modules_http_echo - -nginx_modules_http_empty_gif - -nginx_modules_http_fancyindex - -nginx_modules_http_fastcgi - -nginx_modules_http_flv - -nginx_modules_http_geo - -nginx_modules_http_geoip - -nginx_modules_http_gunzip - -nginx_modules_http_gzip - -nginx_modules_http_gzip_static - -nginx_modules_http_headers_more - -nginx_modules_http_image_filter - -nginx_modules_http_limit_conn - -nginx_modules_http_limit_conn - -nginx_modules_http_limit_req - -nginx_modules_http_limit_zone - -nginx_modules_http_lua - -nginx_modules_http_map - -nginx_modules_http_memcached - -nginx_modules_http_metrics - -nginx_modules_http_mp4 - -nginx_modules_http_naxsi - -nginx_modules_http_passenger - -nginx_modules_http_perl - -nginx_modules_http_proxy - -nginx_modules_http_push - -nginx_modules_http_push_stream - -nginx_modules_http_random_index - -nginx_modules_http_realip - -nginx_modules_http_referer - -nginx_modules_http_rewrite - -nginx_modules_http_scgi - -nginx_modules_http_secure_link - -nginx_modules_http_security - -nginx_modules_http_slowfs_cache - -nginx_modules_http_spdy - -nginx_modules_http_split_clients - -nginx_modules_http_ssi - -nginx_modules_http_stub_status - -nginx_modules_http_sub - -nginx_modules_http_upload - -nginx_modules_http_upload_progress - -nginx_modules_http_upstream_check - -nginx_modules_http_upstream_ip_hash - -nginx_modules_http_userid - -nginx_modules_http_uwsgi - -nginx_modules_http_xslt" + -nginx_modules_http_access + -nginx_modules_http_addition + -nginx_modules_http_auth_basic + -nginx_modules_http_auth_pam + -nginx_modules_http_auth_request + -nginx_modules_http_autoindex + -nginx_modules_http_browser + -nginx_modules_http_cache_purge + -nginx_modules_http_charset + -nginx_modules_http_dav + -nginx_modules_http_dav_ext + -nginx_modules_http_degradation + -nginx_modules_http_echo + -nginx_modules_http_empty_gif + -nginx_modules_http_fancyindex + -nginx_modules_http_fastcgi + -nginx_modules_http_flv + -nginx_modules_http_geo + -nginx_modules_http_geoip + -nginx_modules_http_gunzip + -nginx_modules_http_gzip + -nginx_modules_http_gzip_static + -nginx_modules_http_headers_more + -nginx_modules_http_image_filter + -nginx_modules_http_limit_conn + -nginx_modules_http_limit_conn + -nginx_modules_http_limit_req + -nginx_modules_http_limit_zone + -nginx_modules_http_lua + -nginx_modules_http_map + -nginx_modules_http_memcached + -nginx_modules_http_metrics + -nginx_modules_http_mp4 + -nginx_modules_http_naxsi + -nginx_modules_http_passenger + -nginx_modules_http_perl + -nginx_modules_http_proxy + -nginx_modules_http_push + -nginx_modules_http_push_stream + -nginx_modules_http_random_index + -nginx_modules_http_realip + -nginx_modules_http_referer + -nginx_modules_http_rewrite + -nginx_modules_http_scgi + -nginx_modules_http_secure_link + -nginx_modules_http_security + -nginx_modules_http_slowfs_cache + -nginx_modules_http_spdy + -nginx_modules_http_split_clients + -nginx_modules_http_ssi + -nginx_modules_http_stub_status + -nginx_modules_http_sub + -nginx_modules_http_upload + -nginx_modules_http_upload_progress + -nginx_modules_http_upstream_check + -nginx_modules_http_upstream_ip_hash + -nginx_modules_http_userid + -nginx_modules_http_uwsgi + -nginx_modules_http_xslt" USE="${USE} nginx_modules_http_access nginx_modules_http_auth_basic |