diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-04-12 13:12:43 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-04-12 13:15:30 -0700 |
commit | 575f84cd1a8b85f1b14b4965e3fe3943916d28d7 (patch) | |
tree | 8706f7b8fda315a230a44670990dcd5a80960a9f /www-servers | |
parent | x11-wm/ratpoison: Version bump. (diff) | |
download | gentoo-575f84cd1a8b85f1b14b4965e3fe3943916d28d7.tar.gz gentoo-575f84cd1a8b85f1b14b4965e3fe3943916d28d7.tar.bz2 gentoo-575f84cd1a8b85f1b14b4965e3fe3943916d28d7.zip |
www-servers/uwsgi: remove unused 42_mod_uwsgi.conf
Note that 42_mod_uwsgi.conf in the APACHE2_MOD_CONF variable is
actually the destination argument of a newins call.
Fixes: c8973f428af3 ("www-servers/uwsgi: re-add files referenced by APACHE2_MOD_CONF (bug 611300)")
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/uwsgi/files/42_mod_uwsgi.conf | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/www-servers/uwsgi/files/42_mod_uwsgi.conf b/www-servers/uwsgi/files/42_mod_uwsgi.conf deleted file mode 100644 index a619baeafeeb..000000000000 --- a/www-servers/uwsgi/files/42_mod_uwsgi.conf +++ /dev/null @@ -1,7 +0,0 @@ -<IfDefine UWSGI> - LoadModule uwsgi_module modules/mod_uwsgi.so -</IfDefine> -<IfDefine RUWSGI> - LoadModule uwsgi_module modules/mod_Ruwsgi.so -</IfDefine> - |