aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/package/ppp/files/etc/ppp/ip-down
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/package/ppp/files/etc/ppp/ip-down')
-rwxr-xr-xopenwrt/package/ppp/files/etc/ppp/ip-down9
1 files changed, 0 insertions, 9 deletions
diff --git a/openwrt/package/ppp/files/etc/ppp/ip-down b/openwrt/package/ppp/files/etc/ppp/ip-down
deleted file mode 100755
index 334bcb885a..0000000000
--- a/openwrt/package/ppp/files/etc/ppp/ip-down
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-[ -z "$6" ] || env -i ACTION="ifdown" INTERFACE="$6" PROTO=ppp /sbin/hotplug "iface"
-
-[ -d /etc/ppp/ip-down.d ] && {
- for SCRIPT in /etc/ppp/ip-down.d/*
- do
- [ -x "$SCRIPT" ] && "$SCRIPT" $@
- done
-}