From: Frank Brehm Date: Tue, 24 Sep 2019 19:56:08 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=fec9e1ee274d7ccd9a22001098b0dccad519564d;p=config%2Fbruni%2Fetc-mint.git saving uncommitted changes in /etc prior to apt run --- diff --git a/.etckeeper b/.etckeeper index e05208d..f523d7c 100755 --- a/.etckeeper +++ b/.etckeeper @@ -1080,6 +1080,7 @@ maybe chmod 0644 'cracklib/cracklib.conf' maybe chmod 0755 'cron.d' maybe chmod 0644 'cron.d/.placeholder' maybe chmod 0644 'cron.d/anacron' +maybe chmod 0644 'cron.d/ddns' maybe chmod 0644 'cron.d/greetings' maybe chmod 0644 'cron.d/living' maybe chmod 0644 'cron.d/mdadm' diff --git a/NetworkManager/system-connections/Bridge_0 b/NetworkManager/system-connections/Bridge_0 index ac128ae..914737d 100644 --- a/NetworkManager/system-connections/Bridge_0 +++ b/NetworkManager/system-connections/Bridge_0 @@ -4,7 +4,7 @@ uuid=ac29123b-27cd-4a29-ad18-c6fea08f08e0 type=bridge interface-name=br0 permissions= -timestamp=1531161224 +timestamp=1569351248 [ipv4] address1=10.12.11.2/24,10.12.11.254 @@ -15,8 +15,7 @@ method=manual [ipv6] addr-gen-mode=stable-privacy -address1=2a02:8109:8800:37c8:5604:a6ff:fe38:99f9/64 dns-search= ip6-privacy=0 may-fail=false -method=manual +method=dhcp diff --git a/cron.d/ddns b/cron.d/ddns new file mode 100644 index 0000000..43b88d8 --- /dev/null +++ b/cron.d/ddns @@ -0,0 +1,3 @@ + +*/5 * * * * root if test -x /root/bin/ddns-update.sh; then /root/bin/ddns-update.sh >/dev/null; fi +