]> git.ipfire.org Git - people/jon/ipfire-2.x.git/commit
RPZ: bug fix and code update rpzAddon3a
authorJon Murphy <jon.murphy@ipfire.org>
Thu, 1 Aug 2024 18:28:11 +0000 (13:28 -0500)
committerJon Murphy <jon.murphy@ipfire.org>
Thu, 1 Aug 2024 18:34:33 +0000 (13:34 -0500)
commit7f62749c65ba5db1688df8454abdd183fe172da9
treee713402addcd63ddbc6d02cbbfe5e55beb018d96
parentb93756798565de3d3265c561d75444c8f1eb628d
RPZ: bug fix and code update

changed all paths from `/var/ipfire/rpz/` to `/var/ipfire/dns/rpz/`
(thank you to Adolf!)

rpz-config:
 - bug: corrected "Type" test from block to allow
 - removed verbose parameter from various commands

rpz-metrics:
 - bug: corrected grep for rpz name count
 - bug: fixed divide by zero error (thank you Peppe!)

install/uninstall:
 - bug: corrected scripts (thank you Bernhard!)

Signed-off-by: Jon Murphy <jon.murphy@ipfire.org>
config/backup/includes/rpz
config/rootfiles/packages/rpz
config/rpz/rpz-config
config/rpz/rpz-metrics
lfs/rpz
src/paks/rpz/install.sh [new file with mode: 0644]
src/paks/rpz/uninstall.sh [new file with mode: 0644]
src/paks/rpz/update.sh [new file with mode: 0644]