summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThorsten Müller2018-12-31 17:32:17 +0100
committerThorsten Müller2018-12-31 17:32:17 +0100
commite6296b7d33480d6f173dbdddfb72e4e066ffc9a5 (patch)
treeb44caaf3eb9463245023b23af9b927e14307867b /PKGBUILD
parentc806a26ac96450976835d1abad8930e819a1c398 (diff)
downloadaur-e6296b7d33480d6f173dbdddfb72e4e066ffc9a5.tar.gz
Get config and database from server
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe6223eae1e5..8d2c8d52ec0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ build() {
cd "samhain-${pkgver}"
# see samhain documentation, lots of other options available. e.g. use --enable-network=server to run in server mode.
#./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --sbindir=/usr/bin
- ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --sbindir=/usr/bin --enable-network=client --enable-port-check --enable-login-watch --enable-process-check
+ ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --sbindir=/usr/bin --enable-network=client --enable-port-check --enable-login-watch --enable-process-check --with-config-file=REQ_FROM_SERVER/etc/samhainrc --with-data-file=REQ_FROM_SERVER/var/lib/samhain/samhain_file
make
}