]> Frank Brehm's Git Trees - config/uhu1/etc.git/commitdiff
committing changes in /etc after emerge run
authorroot <root@uhu1.uhu-banane.de>
Tue, 20 Sep 2016 06:29:36 +0000 (08:29 +0200)
committerroot <root@uhu1.uhu-banane.de>
Tue, 20 Sep 2016 06:29:36 +0000 (08:29 +0200)
Package changes:

.etckeeper
apache2/modules.d/99_nagios3.conf [deleted file]

index 81c4e0b21e418fcffa3903f1fe432e9506b4651f..186b545ea5a04d5395efdb039cc34ac1231f7606 100755 (executable)
@@ -90,7 +90,6 @@ 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_php.conf'
 maybe chmod 0644 'apache2/modules.d/70_mod_php5.conf'
-maybe chmod 0644 'apache2/modules.d/99_nagios3.conf'
 maybe chmod 0644 'apache2/modules.d/99_nagios4.conf'
 maybe chmod 0755 'apache2/ssl'
 maybe chmod 0600 'apache2/ssl/egroupware-cert.pem'
diff --git a/apache2/modules.d/99_nagios3.conf b/apache2/modules.d/99_nagios3.conf
deleted file mode 100644 (file)
index 074f9ce..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<IfDefine NAGIOS>
-       ScriptAlias /nagios/cgi-bin/ /usr/lib/nagios/cgi-bin/
-       <Directory "/usr/lib/nagios/cgi-bin/">
-               AllowOverride AuthConfig
-               Options ExecCGI
-               Order allow,deny
-               Allow from all
-       </Directory>
-       Alias /nagios /usr/share/nagios/htdocs
-       <Directory "/usr/share/nagios/htdocs">
-               AllowOverride AuthConfig
-               Order allow,deny
-               Allow from all
-       </Directory>
-</IfDefine>