From 653a77d76d1261e212d01fed37507dcf97e8268a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 10 Feb 2009 02:43:42 +0000 Subject: added multi package --- openwrt/kamikaze/uanytun/files/uanytun.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openwrt/kamikaze/uanytun/files/uanytun.init') diff --git a/openwrt/kamikaze/uanytun/files/uanytun.init b/openwrt/kamikaze/uanytun/files/uanytun.init index 9c1a928..59e1c23 100755 --- a/openwrt/kamikaze/uanytun/files/uanytun.init +++ b/openwrt/kamikaze/uanytun/files/uanytun.init @@ -3,7 +3,7 @@ START=50 BIN=uanytun DAEMON=/usr/sbin/$BIN -DESC=uanytun +DESC=$BIN RUN_D=/var/run @@ -71,7 +71,7 @@ stop_vpn() { start() { echo -n "Starting $DESC:" - config_load uanytun + config_load $BIN if [ $# -gt 0 ]; then while [ $# -gt 0 ]; do config_foreach foreach_config_forced "$1" -- cgit v1.2.3