summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduard Kracmar2016-11-20 21:45:41 +0100
committerEduard Kracmar2016-11-20 21:45:41 +0100
commite5cd2fc7cd9f3fbf03c355e95aa1c4a4a8affe6e (patch)
treef9614ab4b42d8256261f1324e7921f87a3d4fc06
parent24a929060a784dd482251877fefd53a61342ddce (diff)
downloadaur-e5cd2fc7cd9f3fbf03c355e95aa1c4a4a8affe6e.tar.gz
rel3, forget about mmonit.db
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63397d70ac71..d6171b395a82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = mmonit
pkgdesc = Easy, proactive monitoring of Unix systems, network and cloud services. Conduct automatic maintenance and recovery and execute meaningful causal actions in error situations.
pkgver = 3.6.2
- pkgrel = 2
+ pkgrel = 3
url = http://mmonit.com/
arch = x86_64
license = Commercial
backup = opt/mmonit/conf/server.xml
backup = opt/mmonit/conf/web.xml
+ backup = opt/mmonit/db/mmonit.db
source = https://mmonit.com/dist/mmonit-3.6.2-linux-x64.tar.gz
source = mmonit.service
sha256sums = 3a1626cd55a590948eb0f09f04726892eb55b105a0954c8df92987cc1c11adda
diff --git a/PKGBUILD b/PKGBUILD
index 0bb3209c9e5b..317fc924fbcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mmonit
pkgver=3.6.2
-pkgrel=2
+pkgrel=3
pkgdesc="Easy, proactive monitoring of Unix systems, network and cloud services. Conduct automatic maintenance and recovery and execute meaningful causal actions in error situations."
arch=('x86_64')
url="http://mmonit.com/"
@@ -11,7 +11,7 @@ license=('Commercial')
#depends=('openssl')
source=(https://mmonit.com/dist/$pkgname-$pkgver-linux-x64.tar.gz \
mmonit.service)
-backup=('opt/mmonit/conf/server.xml' 'opt/mmonit/conf/web.xml')
+backup=('opt/mmonit/conf/server.xml' 'opt/mmonit/conf/web.xml' 'opt/mmonit/db/mmonit.db')
package() {
mkdir -p $pkgdir/opt/$pkgname || return 1