]> Frank Brehm's Git Trees - config/bruni/etc-mint.git/commitdiff
saving uncommitted changes in /etc prior to apt run
authorFrank Brehm <frank@brehm-online.com>
Tue, 24 Sep 2019 19:56:08 +0000 (21:56 +0200)
committerFrank Brehm <frank@brehm-online.com>
Tue, 24 Sep 2019 19:56:08 +0000 (21:56 +0200)
.etckeeper
NetworkManager/system-connections/Bridge_0
cron.d/ddns [new file with mode: 0644]

index e05208da1aadbfa4d99397f224667fff53cc0a91..f523d7cb717f0b11d7768dbea64a393c03760d0b 100755 (executable)
@@ -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'
index ac128ae34517918b0184993339877308f722a318..914737d9707955972bffb7cf5c673f6b446a7679 100644 (file)
@@ -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 (file)
index 0000000..43b88d8
--- /dev/null
@@ -0,0 +1,3 @@
+
+*/5  *  *  *  *  root if test -x /root/bin/ddns-update.sh; then /root/bin/ddns-update.sh >/dev/null; fi
+