Imported Upstream version 4.20.9608-rtm
This commit is contained in:
3
centos/SOURCES/scripts/vpnbridge
Executable file
3
centos/SOURCES/scripts/vpnbridge
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
/usr/vpnbridge/vpnbridge "$@"
|
||||
exit $?
|
||||
3
centos/SOURCES/scripts/vpnclient
Executable file
3
centos/SOURCES/scripts/vpnclient
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
/usr/vpnclient/vpnclient "$@"
|
||||
exit $?
|
||||
3
centos/SOURCES/scripts/vpncmd
Executable file
3
centos/SOURCES/scripts/vpncmd
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
/usr/vpncmd/vpncmd "$@"
|
||||
exit $?
|
||||
3
centos/SOURCES/scripts/vpnserver
Executable file
3
centos/SOURCES/scripts/vpnserver
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
/usr/vpnserver/vpnserver "$@"
|
||||
exit $?
|
||||
Reference in New Issue
Block a user