]> git.hoellein.online Git - vserver/commitdiff
committing changes in /etc made by "apt-get upgrade"
authormhoellein <mario@hoellein.online>
Tue, 8 Jun 2021 12:41:00 +0000 (14:41 +0200)
committermhoellein <mario@hoellein.online>
Tue, 8 Jun 2021 12:41:00 +0000 (14:41 +0200)
Package changes:
-apache2 2.4.46-4+deb.sury.org+1+ubuntu20.04.1+deb.sury.org+5 amd64
-apache2-bin 2.4.46-4+deb.sury.org+1+ubuntu20.04.1+deb.sury.org+5 amd64
-apache2-data 2.4.46-4+deb.sury.org+1+ubuntu20.04.1+deb.sury.org+5 all
-apache2-utils 2.4.46-4+deb.sury.org+1+ubuntu20.04.1+deb.sury.org+5 amd64
+apache2 2.4.48-1+ubuntu20.04.1+deb.sury.org+1 amd64
+apache2-bin 2.4.48-1+ubuntu20.04.1+deb.sury.org+1 amd64
+apache2-data 2.4.48-1+ubuntu20.04.1+deb.sury.org+1 all
+apache2-utils 2.4.48-1+ubuntu20.04.1+deb.sury.org+1 amd64

.etckeeper
letsencrypt/.certbot.lock [new file with mode: 0644]
logrotate.d/apache2

index b957ec2747685646b2bc4f9f46b7f1630e048e97..29ef4a91bcf00304d70c3247c5fec27281b4268b 100755 (executable)
@@ -1578,6 +1578,7 @@ maybe chmod 0755 'ldap/schema'
 maybe chmod 0644 'ldap/schema/amavis.schema'
 maybe chmod 0644 'legal'
 maybe chmod 0755 'letsencrypt'
+maybe chmod 0600 'letsencrypt/.certbot.lock'
 maybe chmod 0644 'letsencrypt/.updated-options-ssl-apache-conf-digest.txt'
 maybe chmod 0700 'letsencrypt/accounts'
 maybe chmod 0700 'letsencrypt/accounts/acme-staging-v02.api.letsencrypt.org'
diff --git a/letsencrypt/.certbot.lock b/letsencrypt/.certbot.lock
new file mode 100644 (file)
index 0000000..e69de29
index 37c5f22e43ac7423f5448639ae1d35fbee996fd6..9d2356dad22d6d6aef85a534b577f6cafa77cc28 100644 (file)
@@ -1,20 +1,20 @@
 /var/log/apache2/*.log {
-       daily
-       missingok
-       rotate 14
-       compress
-       delaycompress
-       notifempty
-       create 640 root adm
-       sharedscripts
-       postrotate
-                if invoke-rc.d apache2 status > /dev/null 2>&1; then \
-                    invoke-rc.d apache2 reload > /dev/null 2>&1; \
-                fi;
-       endscript
-       prerotate
-               if [ -d /etc/logrotate.d/httpd-prerotate ]; then \
-                       run-parts /etc/logrotate.d/httpd-prerotate; \
-               fi; \
-       endscript
+    daily
+    missingok
+    rotate 14
+    compress
+    delaycompress
+    notifempty
+    create 640 root adm
+    sharedscripts
+    prerotate
+       if [ -d /etc/logrotate.d/httpd-prerotate ]; then
+           run-parts /etc/logrotate.d/httpd-prerotate
+       fi
+    endscript
+    postrotate
+       if pgrep -f ^/usr/sbin/apache2 > /dev/null; then
+           invoke-rc.d apache2 reload
+       fi
+    endscript
 }