static expressvpn list

This commit is contained in:
Xavier Henner
2021-03-13 05:44:09 +00:00
parent c288f25dfe
commit 1f0de84b52
15 changed files with 447 additions and 176 deletions

2
debian/control vendored
View File

@@ -2,7 +2,7 @@ Source: openvpn-mgt
Section: net
Priority: optional
Maintainer: Xavier Henner <xavier@euclide.org>
Build-Depends: debhelper (>= 5), golang-1.11
Build-Depends: debhelper (>= 5), golang-1.14
Standards-Version: 3.7.2
Package: openvpn-mgt

2
debian/files vendored Normal file
View File

@@ -0,0 +1,2 @@
openvpn-mgt_0.1.0-0_amd64.buildinfo net optional
openvpn-mgt_0.1.0-0_amd64.deb net optional

View File

@@ -1,8 +0,0 @@
# Automatically added by dh_installinit
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then
if [ -x "/etc/init.d/openvpn-mgt" ]; then
update-rc.d openvpn-mgt defaults >/dev/null
invoke-rc.d openvpn-mgt start || exit $?
fi
fi
# End automatically added section

View File

@@ -1,12 +0,0 @@
# Automatically added by dh_installinit
if [ "$1" = "purge" ] ; then
update-rc.d openvpn-mgt remove >/dev/null
fi
# In case this system is running systemd, we make systemd reload the unit files
# to pick up changes.
if [ -d /run/systemd/system ] ; then
systemctl --system daemon-reload >/dev/null || true
fi
# End automatically added section

View File

@@ -1,5 +0,0 @@
# Automatically added by dh_installinit
if [ -x "/etc/init.d/openvpn-mgt" ]; then
invoke-rc.d openvpn-mgt stop || exit $?
fi
# End automatically added section