summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2018-08-29 10:12:58 +0200
committermax.bra2018-08-29 10:12:58 +0200
commit949771e4802e3c15e6c37a058bd0012866378ac3 (patch)
tree69753d0cbed279b2f312faa7074808254a868e55
parentcfc4849b6d4c7b1a0d6eead76edab04018080724 (diff)
downloadaur-949771e4802e3c15e6c37a058bd0012866378ac3.tar.gz
ftl conf php7 error
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--pi-hole-ftl.conf8
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d85a0ec7803..a65429384829 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pi-hole-ftl
pkgdesc = The Pi-hole FTL engine
pkgver = 4.0
- pkgrel = 8
+ pkgrel = 9
url = https://github.com/pi-hole/FTL
install = pi-hole-ftl.install
arch = i686
@@ -27,7 +27,7 @@ pkgbase = pi-hole-ftl
md5sums = 5faa64558cc0a5888923fcf77c299fa7
md5sums = f3e42ec6f04180c6d6972998bf172a41
md5sums = 0495c002b7d5dce303d451e4cd2fede5
- md5sums = 22f9b6e6c170a3daba5e626d6fc2254c
+ md5sums = 40b1c4174198eacd7d12eb9b356aced0
pkgname = pi-hole-ftl
diff --git a/PKGBUILD b/PKGBUILD
index 840c9675f230..a2fee1b4987a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=pi-hole-ftl
_pkgname=FTL
_servicename=pihole-FTL
pkgver=4.0
-pkgrel=8
+pkgrel=9
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
pkgdesc="The Pi-hole FTL engine"
url="https://github.com/pi-hole/FTL"
@@ -24,7 +24,7 @@ md5sums=('923cc5cc17f57bb9a59407c1685d70aa'
'5faa64558cc0a5888923fcf77c299fa7'
'f3e42ec6f04180c6d6972998bf172a41'
'0495c002b7d5dce303d451e4cd2fede5'
- '22f9b6e6c170a3daba5e626d6fc2254c')
+ '40b1c4174198eacd7d12eb9b356aced0')
prepare() {
_ssc="/tmp/sedcontrol"
diff --git a/pi-hole-ftl.conf b/pi-hole-ftl.conf
index 527a70227486..41c77bc3db7f 100644
--- a/pi-hole-ftl.conf
+++ b/pi-hole-ftl.conf
@@ -30,14 +30,14 @@
#RESOLVE_IPV4=yes
## Max Database Days
-## How long should queries be stored in the database (days)?
+## How long should queries be stored in the database -days-?
## Setting this to 0 disables the database
## See: https://docs.pi-hole.net/ftldns/database/
## Options: number of days
#MAXDBDAYS=365
## Database Interval
-## How often do we store queries in FTL's database (minutes)?
+## How often do we store queries in FTL's database -minutes-?
## See: https://docs.pi-hole.net/ftldns/database/
## Options: number of minutes
#DBINTERVAL=1.0
@@ -50,8 +50,8 @@
#DBFILE=/etc/pihole/pihole-FTL.db
## Max Log Age
-## Up to how many hours of queries should be imported from the database and logs (hours)?
-## Maximum is 744 (31 days)
+## Up to how many hours of queries should be imported from the database and logs -hours-?
+## Maximum is 744 -31 days-
## Options: number of days
#MAXLOGAGE=24.0