summaryrefslogtreecommitdiffstats
path: root/builder/modules.d/wlan-boot/scripts/dhcpcd-hooks/01-test
diff options
context:
space:
mode:
authorJonathan Bauer2018-11-12 10:48:34 +0100
committerJonathan Bauer2018-11-12 10:48:34 +0100
commit28eb8363007a938550bc1bac921afc21a55c07d0 (patch)
tree0047cba7d0164078d7476f0c809f59a24a9ba6c0 /builder/modules.d/wlan-boot/scripts/dhcpcd-hooks/01-test
parent[slx-runmode] support for SLX_SYSTEMD_TARGET (diff)
downloadsystemd-init-28eb8363007a938550bc1bac921afc21a55c07d0.tar.gz
systemd-init-28eb8363007a938550bc1bac921afc21a55c07d0.tar.xz
systemd-init-28eb8363007a938550bc1bac921afc21a55c07d0.zip
remove deprecated wlan-boot module
Diffstat (limited to 'builder/modules.d/wlan-boot/scripts/dhcpcd-hooks/01-test')
-rwxr-xr-xbuilder/modules.d/wlan-boot/scripts/dhcpcd-hooks/01-test8
1 files changed, 0 insertions, 8 deletions
diff --git a/builder/modules.d/wlan-boot/scripts/dhcpcd-hooks/01-test b/builder/modules.d/wlan-boot/scripts/dhcpcd-hooks/01-test
deleted file mode 100755
index d4cf8281..00000000
--- a/builder/modules.d/wlan-boot/scripts/dhcpcd-hooks/01-test
+++ /dev/null
@@ -1,8 +0,0 @@
-# Echo the interface flags, reason and message options
-
-if [ "$reason" = "TEST" ]; then
- set | grep "^\(interface\|pid\|reason\|profile\|skip_hooks\)=" | sort
- set | grep "^if\(carrier\|flags\|mtu\|wireless\|ssid\)=" | sort
- set | grep "^\(new_\|old_\|nd[0-9]*_\)" | sort
- exit 0
-fi