]> git.hoellein.online Git - homeserver/commitdiff
committing changes in /etc after apt run
authormhoellein <mhoellein@freenet.de>
Fri, 10 Jul 2020 10:18:15 +0000 (12:18 +0200)
committermhoellein <mhoellein@freenet.de>
Fri, 10 Jul 2020 10:18:15 +0000 (12:18 +0200)
Package changes:
-icingacli 2.8.1-1.bionic all
-icingaweb2 2.8.1-1.bionic all
-icingaweb2-common 2.8.1-1.bionic all
-icingaweb2-module-monitoring 2.8.1-1.bionic all

.etckeeper
apache2/conf-available/icingaweb2.conf [deleted file]
apache2/conf-enabled/icingaweb2.conf [deleted symlink]
bash_completion.d/icingacli [deleted file]
icingaweb2/enabledModules/monitoring [deleted symlink]
icingaweb2/modules/translation/config.ini [deleted file]

index 57a072101738a438489a179f8a9ceca19f891032..563e3cabc5f4e946803ff3ba9303d59506175fe7 100755 (executable)
@@ -257,7 +257,6 @@ maybe chmod 0755 'apache2/conf-available'
 maybe chmod 0644 'apache2/conf-available/charset.conf'
 maybe chmod 0644 'apache2/conf-available/gitweb.conf'
 maybe chmod 0644 'apache2/conf-available/httpd.conf'
-maybe chmod 0644 'apache2/conf-available/icingaweb2.conf'
 maybe chmod 0644 'apache2/conf-available/javascript-common.conf'
 maybe chmod 0644 'apache2/conf-available/localized-error-pages.conf'
 maybe chmod 0644 'apache2/conf-available/loolwsd.conf'
@@ -1161,7 +1160,6 @@ maybe chmod 0644 'bash_completion.d/fail2ban'
 maybe chmod 0644 'bash_completion.d/gem1.9.1'
 maybe chmod 0644 'bash_completion.d/git-prompt'
 maybe chmod 0644 'bash_completion.d/grub'
-maybe chmod 0644 'bash_completion.d/icingacli'
 maybe chmod 0644 'bash_completion.d/insserv'
 maybe chmod 0644 'bash_completion.d/libreoffice.sh'
 maybe chmod 0644 'bash_completion.d/openvpn'
@@ -2731,14 +2729,6 @@ maybe chmod 0644 'icedtea-web/javaws.policy'
 maybe chmod 0755 'icinga'
 maybe chmod 0755 'icinga/objects'
 maybe chmod 0644 'icinga/objects/usg.cfg'
-maybe chgrp 'icingaweb2' 'icingaweb2'
-maybe chmod 2770 'icingaweb2'
-maybe chgrp 'icingaweb2' 'icingaweb2/enabledModules'
-maybe chmod 2750 'icingaweb2/enabledModules'
-maybe chgrp 'icingaweb2' 'icingaweb2/modules'
-maybe chmod 2770 'icingaweb2/modules'
-maybe chmod 0755 'icingaweb2/modules/translation'
-maybe chmod 0644 'icingaweb2/modules/translation/config.ini'
 maybe chmod 0644 'idmapd.conf'
 maybe chmod 0755 'ifplugd'
 maybe chmod 0755 'ifplugd/action.d'
diff --git a/apache2/conf-available/icingaweb2.conf b/apache2/conf-available/icingaweb2.conf
deleted file mode 100644 (file)
index 3188180..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-Alias /icingaweb2 "/usr/share/icingaweb2/public"
-
-<Directory "/usr/share/icingaweb2/public">
-    Options SymLinksIfOwnerMatch
-    AllowOverride None
-
-    SetEnv ICINGAWEB_CONFIGDIR "/etc/icingaweb2"
-
-    EnableSendfile Off
-
-    <IfModule mod_rewrite.c>
-        RewriteEngine on
-        RewriteBase /icingaweb2/
-        RewriteCond %{REQUEST_FILENAME} -s [OR]
-        RewriteCond %{REQUEST_FILENAME} -l [OR]
-        RewriteCond %{REQUEST_FILENAME} -d
-        RewriteRule ^.*$ - [NC,L]
-        RewriteRule ^.*$ index.php [NC,L]
-    </IfModule>
-
-    <IfModule !mod_rewrite.c>
-        DirectoryIndex error_norewrite.html
-        ErrorDocument 404 /error_norewrite.html
-    </IfModule>
-</Directory>
diff --git a/apache2/conf-enabled/icingaweb2.conf b/apache2/conf-enabled/icingaweb2.conf
deleted file mode 120000 (symlink)
index a25f238..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../conf-available/icingaweb2.conf
\ No newline at end of file
diff --git a/bash_completion.d/icingacli b/bash_completion.d/icingacli
deleted file mode 100644 (file)
index f9be7bc..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-_icingacli_completion()
-{
-  local cur opts
-  opts="${COMP_WORDS[*]}"
-  cur="${COMP_WORDS[COMP_CWORD]}"
-  COMPREPLY=($($opts --autocomplete --autoindex $COMP_CWORD < /dev/null))
-  return 0
-}
-
-complete -F _icingacli_completion icingacli
diff --git a/icingaweb2/enabledModules/monitoring b/icingaweb2/enabledModules/monitoring
deleted file mode 120000 (symlink)
index c201d00..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/usr/share/icingaweb2/modules/monitoring
\ No newline at end of file
diff --git a/icingaweb2/modules/translation/config.ini b/icingaweb2/modules/translation/config.ini
deleted file mode 100644 (file)
index 5bdf37b..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-[translation]
-msgmerge = /usr/bin/msgmerge
-xgettext = /usr/bin/xgettext
-msgfmt = /usr/bin/msgfmt