summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTC2017-12-25 19:50:44 -0800
committerTC2017-12-25 19:50:44 -0800
commit9870b7177fde2ee88f4c6399ea7e60958d4244e4 (patch)
treee1b16a101bf9bbbe9773a1378e410050f388af5c /PKGBUILD
parente16163b9ce278d60a7279142c76e1745d6851db4 (diff)
downloadaur-9870b7177fde2ee88f4c6399ea7e60958d4244e4.tar.gz
Make sure to backup client.keys for server/agent connections
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ceeb2dca0377..4d48e647d326 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ arch=('any')
url="https://ossec.github.io/"
license=('GPL2')
depends=('openssl')
-backup=('var/ossec/etc/ossec.conf')
+backup=('var/ossec/etc/ossec.conf'
+ 'var/ossec/etc/client.keys')
install=ossec.install
options=('emptydirs')
source=(https://github.com/ossec/$pkgname/archive/$pkgver.tar.gz \