]> Cypherpunks.ru repositories - govpn.git/commitdiff
up.sh is not forcefully required
authorSergey Matveev <stargrave@stargrave.org>
Sun, 10 Jan 2016 13:03:12 +0000 (16:03 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 10 Jan 2016 13:03:22 +0000 (16:03 +0300)
Signed-off-by: Sergey Matveev <stargrave@stargrave.org>
utils/newclient.sh

index a57becbd80af8544beea2a7772bfe31f67cd520f..2c2a811e49aeb5863ecc763d9b4aa56d94ac4ea4 100755 (executable)
@@ -38,17 +38,4 @@ Verifier was generated with:
 
     $(dirname $0)/storekey.sh /tmp/passphrase
     govpn-verifier -key /tmp/passphrase
-
-Create up.sh script that will output on the first line TAP interface
-name that must be used for the peer. For example:
-
-    % umask 077
-    % ed /path/to/up.sh
-    a
-    #!/bin/sh
-    echo tap0
-    .
-    wq
-    20
-    % chmod +x /path/to/up.sh
 EOF