summaryrefslogtreecommitdiff
path: root/net.Linux/tuntap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net.Linux/tuntap.sh')
-rw-r--r--net.Linux/tuntap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.Linux/tuntap.sh b/net.Linux/tuntap.sh
index 142c0f8..3174d81 100644
--- a/net.Linux/tuntap.sh
+++ b/net.Linux/tuntap.sh
@@ -10,7 +10,7 @@ _config_vars="$_config_vars tunctl"
_is_tuntap()
{
- [ -n "$(export SVCNAME="net.${IFACE}"; service_get_value tuntap)" ]
+ [ -n "$(export RC_SVCNAME="net.${IFACE}"; service_get_value tuntap)" ]
}
tuntap_pre_start()