]> git.hoellein.online Git - homeserver/commitdiff
committing changes in /etc after apt run
authormhoellein <mhoellein@freenet.de>
Tue, 24 Sep 2019 10:37:00 +0000 (12:37 +0200)
committermhoellein <mhoellein@freenet.de>
Tue, 24 Sep 2019 10:37:00 +0000 (12:37 +0200)
Package changes:

.etckeeper
systemd/system/fail2ban.service [deleted symlink]

index 04c31e34b8180ad7c554e63fdc787d1394e1d3a6..9f15f048689013cbe37c69bb1255acd128f03e06 100755 (executable)
@@ -21,6 +21,10 @@ mkdir -p './cups/interfaces'
 mkdir -p './davfs2/certs/private'
 mkdir -p './dbus-1/session.d'
 mkdir -p './dhcp/ddns-keys'
+mkdir -p './fail2ban/action.d'
+mkdir -p './fail2ban/fail2ban.d'
+mkdir -p './fail2ban/filter.d/ignorecommands'
+mkdir -p './fail2ban/jail.d'
 mkdir -p './glvnd/egl_vendor.d'
 mkdir -p './guest-session'
 mkdir -p './icinga/modules'
@@ -42,6 +46,7 @@ mkdir -p './letsencrypt/renewal-hooks/deploy'
 mkdir -p './letsencrypt/renewal-hooks/post'
 mkdir -p './letsencrypt/renewal-hooks/pre'
 mkdir -p './libpaper.d'
+mkdir -p './monit/conf-available'
 mkdir -p './mono/certstore'
 mkdir -p './mysql/mariadb.conf.d'
 mkdir -p './netplan'
@@ -2369,6 +2374,12 @@ maybe chmod 0755 'etckeeper/update-ignore.d/01update-ignore'
 maybe chmod 0644 'etckeeper/update-ignore.d/README'
 maybe chmod 0755 'etckeeper/vcs.d'
 maybe chmod 0755 'etckeeper/vcs.d/50vcs-cmd'
+maybe chmod 0755 'fail2ban'
+maybe chmod 0755 'fail2ban/action.d'
+maybe chmod 0755 'fail2ban/fail2ban.d'
+maybe chmod 0755 'fail2ban/filter.d'
+maybe chmod 0755 'fail2ban/filter.d/ignorecommands'
+maybe chmod 0755 'fail2ban/jail.d'
 maybe chown 'fetchmail' 'fetchmailrc'
 maybe chmod 0600 'fetchmailrc'
 maybe chmod 0644 'ffserver.conf'
@@ -5836,6 +5847,7 @@ maybe chmod 0644 'modules'
 maybe chmod 0755 'modules-load.d'
 maybe chmod 0644 'modules-load.d/cups-filters.conf'
 maybe chmod 0755 'monit'
+maybe chmod 0755 'monit/conf-available'
 maybe chmod 0755 'monit/monitrc.d'
 maybe chmod 0644 'monit/monitrc.d/fail2ban'
 maybe chmod 0755 'mono'
diff --git a/systemd/system/fail2ban.service b/systemd/system/fail2ban.service
deleted file mode 120000 (symlink)
index dc1dc0c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/dev/null
\ No newline at end of file