openconnect: backup hook scripts as well
Resolves #882 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
parent
0d10c8ae48
commit
21e433324e
2 changed files with 7 additions and 1 deletions
|
@ -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/
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue