]> git.pld-linux.org Git - packages/vtun.git/commitdiff
- configuration file should be loaded with -f option
authorwrobell <wrobell@pld-linux.org>
Wed, 16 Oct 2002 10:58:25 +0000 (10:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vtun.init -> 1.5

vtun.init

index a824cfecfe3bdc2784a50dff442e006184f78fca..e6d9bac54a472b872ff1b7c01b3b8d1ea58f3d69 100644 (file)
--- a/vtun.init
+++ b/vtun.init
@@ -29,7 +29,7 @@ err_exit() {
 
 [ -n "$VTUND_MODE" ] || err_exit "VTUND_MODE not set"
 
-VTUND_OPTS="$VTUND_OPTS $VTUND_CONF"
+VTUND_OPTS="$VTUND_OPTS -f $VTUND_CONF"
     
 if [ $VTUND_MODE = "server" ]; then
     VTUND_OPTS="$VTUND_OPTS -s"
This page took 0.131472 seconds and 4 git commands to generate.