]> git.hoellein.online Git - pi-dgl-wand/commitdiff
committing changes in /etc after apt run
authormhoellein <mhoellein@freenet.de>
Wed, 4 Jul 2018 08:40:10 +0000 (10:40 +0200)
committermhoellein <root@pi-dgl-wand>
Wed, 4 Jul 2018 08:40:10 +0000 (10:40 +0200)
Package changes:
+bridge-utils 1.5-9

.etckeeper
default/bridge-utils [new file with mode: 0644]
network/if-post-down.d/bridge [new symlink]
network/if-pre-up.d/bridge [new symlink]

index af3989e6f0cb4c994b5c9d0ffe6d556c5f80e28e..f7a58a89463bcf08fb8914ef4330cf1e6b18107b 100755 (executable)
@@ -284,6 +284,7 @@ maybe chmod 0644 'debian_version'
 maybe chmod 0755 'default'
 maybe chmod 0644 'default/avahi-daemon'
 maybe chmod 0644 'default/bluetooth'
+maybe chmod 0644 'default/bridge-utils'
 maybe chmod 0644 'default/bsdmainutils'
 maybe chmod 0644 'default/console-setup'
 maybe chmod 0644 'default/crda'
diff --git a/default/bridge-utils b/default/bridge-utils
new file mode 100644 (file)
index 0000000..caa20da
--- /dev/null
@@ -0,0 +1,4 @@
+# /etc/default/bridge-utils
+
+# Shoud we add the ports of a bridge to the bridge when they are hotplugged?
+BRIDGE_HOTPLUG=no
diff --git a/network/if-post-down.d/bridge b/network/if-post-down.d/bridge
new file mode 120000 (symlink)
index 0000000..72c292f
--- /dev/null
@@ -0,0 +1 @@
+/lib/bridge-utils/ifupdown.sh
\ No newline at end of file
diff --git a/network/if-pre-up.d/bridge b/network/if-pre-up.d/bridge
new file mode 120000 (symlink)
index 0000000..72c292f
--- /dev/null
@@ -0,0 +1 @@
+/lib/bridge-utils/ifupdown.sh
\ No newline at end of file