mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-09 03:00:41 +03:00
update debian packaging, install init script
This commit is contained in:
parent
f75a2c2a12
commit
efa56effde
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
@ -0,0 +1 @@
|
||||
9
|
2
debian/control
vendored
2
debian/control
vendored
@ -2,7 +2,7 @@ Source: softether-vpn
|
||||
Section: net
|
||||
Priority: optional
|
||||
Maintainer: Dmitry Orlov <me@mosquito.su>
|
||||
Build-Depends: debhelper (>= 7.0.50~), libncurses-dev, linux-libc-dev, libssl-dev, libreadline-dev, build-essential
|
||||
Build-Depends: debhelper (>= 7.0.50~), libncurses-dev, linux-libc-dev, libssl-dev, libreadline-dev, build-essential, dh-exec
|
||||
Standards-Version: 3.9.1
|
||||
Homepage: http://www.softether.org/
|
||||
|
||||
|
1
debian/softether-vpnbridge.install
vendored
1
debian/softether-vpnbridge.install
vendored
@ -1,2 +1,3 @@
|
||||
#! /usr/bin/dh-exec
|
||||
debian/bin/vpnbridge usr/bin/
|
||||
usr/vpnbridge opt/
|
||||
|
1
debian/softether-vpnclient.install
vendored
1
debian/softether-vpnclient.install
vendored
@ -1,2 +1,3 @@
|
||||
#! /usr/bin/dh-exec
|
||||
debian/bin/vpnclient usr/bin/
|
||||
usr/vpnclient opt/
|
||||
|
1
debian/softether-vpncmd.install
vendored
1
debian/softether-vpncmd.install
vendored
@ -1,2 +1,3 @@
|
||||
#! /usr/bin/dh-exec
|
||||
debian/bin/vpncmd usr/bin/
|
||||
usr/vpncmd opt/
|
||||
|
@ -26,12 +26,12 @@ test -x $DAEMON || exit 0
|
||||
case "$1" in
|
||||
start)
|
||||
echo -n "Starting $DESC: $NAME"
|
||||
$DAEMON -start
|
||||
$DAEMON start
|
||||
echo "."
|
||||
;;
|
||||
stop)
|
||||
echo -n "Stopping $DESC: $NAME"
|
||||
$DAEMON -stop
|
||||
$DAEMON stop
|
||||
echo "."
|
||||
;;
|
||||
#reload)
|
||||
@ -54,9 +54,9 @@ case "$1" in
|
||||
# just the same as "restart".
|
||||
#
|
||||
echo -n "Restarting $DESC: $NAME"
|
||||
$DAEMON -stop
|
||||
$DAEMON stop
|
||||
sleep 1
|
||||
$DAEMON -start
|
||||
$DAEMON start
|
||||
echo "."
|
||||
;;
|
||||
*)
|
1
debian/softether-vpnserver.install
vendored
1
debian/softether-vpnserver.install
vendored
@ -1,2 +1,3 @@
|
||||
#! /usr/bin/dh-exec
|
||||
debian/bin/vpnserver usr/bin/
|
||||
usr/vpnserver opt/
|
||||
|
Loading…
Reference in New Issue
Block a user