diff options
author | doktornotor <notordoktor@gmail.com> | 2015-09-19 12:39:00 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-09-19 12:39:00 +0200 |
commit | d91be5b0bd733baab6f67fc574931071d01578ac (patch) | |
tree | 103b1feac5ffe520be6755bb197f315f4132f5f9 | |
parent | 8f089b5a4eabb3c6d13c7d34e554c4758cb24f40 (diff) | |
download | pfsense-packages-d91be5b0bd733baab6f67fc574931071d01578ac.tar.gz pfsense-packages-d91be5b0bd733baab6f67fc574931071d01578ac.tar.bz2 pfsense-packages-d91be5b0bd733baab6f67fc574931071d01578ac.zip |
Disable HAVP on nanobsd
- ClamAV DB lost on every reboot, making package no-op, plus generally unsuitable to run on embedded HW.
-rw-r--r-- | pkg_config.8.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg_config.8.xml b/pkg_config.8.xml index dd4888ed..7946d012 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -1384,6 +1384,7 @@ <configurationfile>havp.xml</configurationfile> <maintainer>dv_serg@mail.ru</maintainer> <after_install_info>Please check the HAVP settings.</after_install_info> + <noembedded>true</noembedded> </package> <package> <name>blinkled</name> |