aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/openvpn/files/usr/libexec/openvpn-hotplug
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/services/openvpn/files/usr/libexec/openvpn-hotplug')
-rw-r--r--package/network/services/openvpn/files/usr/libexec/openvpn-hotplug10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/network/services/openvpn/files/usr/libexec/openvpn-hotplug b/package/network/services/openvpn/files/usr/libexec/openvpn-hotplug
deleted file mode 100644
index 9235fbacfe..0000000000
--- a/package/network/services/openvpn/files/usr/libexec/openvpn-hotplug
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-ACTION=$1
-shift
-INSTANCE=$1
-shift
-
-export ACTION=$ACTION
-export INSTANCE=$INSTANCE
-exec /sbin/hotplug-call openvpn "$@"