openconnect: backup hook scripts as well

Resolves #882

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
Nikos Mavrogiannopoulos 2015-02-17 22:09:11 +01:00
parent 0d10c8ae48
commit 21e433324e
2 changed files with 7 additions and 1 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=openconnect
PKG_VERSION:=7.04
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://ftp.infradead.org/pub/openconnect/

View File

@ -1,3 +1,9 @@
/etc/openconnect/user-cert-vpn-*.pem
/etc/openconnect/user-key-vpn-*.pem
/etc/openconnect/ca-vpn-*.pem
/etc/openconnect/pre-init.d/
/etc/openconnect/connect.d/
/etc/openconnect/post-connect.d/
/etc/openconnect/disconnect.d/
/etc/openconnect/post-disconnect.d/
/etc/openconnect/reconnect.d/