From: Frank Brehm Date: Thu, 14 Jan 2016 21:11:55 +0000 (+0100) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=54706150264a794e384f502db1925e2138301669;p=config%2Fuhu1%2Fetc.git committing changes in /etc after emerge run Package changes: --- diff --git a/.etckeeper b/.etckeeper index 5dc2e8e..685811e 100755 --- a/.etckeeper +++ b/.etckeeper @@ -98,7 +98,6 @@ maybe chmod 0644 'apache2/modules.d/45_mod_dav.conf' maybe chmod 0644 'apache2/modules.d/46_mod_ldap.conf' maybe chmod 0644 'apache2/modules.d/47_mod_dav_svn.conf' maybe chmod 0644 'apache2/modules.d/70_mod_php5.conf' -maybe chmod 0600 'apache2/modules.d/80_mod_auth_pgsql.conf' maybe chmod 0644 'apache2/modules.d/99_nagios3.conf' maybe chmod 0755 'apache2/ssl' maybe chmod 0600 'apache2/ssl/egroupware-cert.pem' diff --git a/apache2/modules.d/80_mod_auth_pgsql.conf b/apache2/modules.d/80_mod_auth_pgsql.conf deleted file mode 100644 index 96ea129..0000000 --- a/apache2/modules.d/80_mod_auth_pgsql.conf +++ /dev/null @@ -1,9 +0,0 @@ -# To make this module work with apache 2.2 you have to specify -# `AuthBasicAuthoritative Off' in your authentication section. See -# http://httpd.apache.org/docs/2.2/mod/mod_auth_basic.html#authbasicauthoritative - - -LoadModule auth_pgsql_module modules/mod_auth_pgsql.so - - -# vim: ts=4 filetype=apache