softethervpn5: switch to git (2019-02-27)

* switch to git, until we can consume manual created source releases again
* Fix compilation without OpenSSL ENGINE
* remove unnecessary stop_service() triggers

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
This commit is contained in:
Andy Walsh
2019-03-01 12:16:05 +01:00
parent 64c94b329f
commit ccd45a4959
4 changed files with 6 additions and 27 deletions
-6
View File
@@ -20,9 +20,3 @@ start_service(){
procd_set_param respawn
procd_close_instance
}
stop_service(){
logger -t 'softethervpn5' "Stopping softether client service."
/var/softethervpn/vpnclient stop
}