opnsense-ports/security/aide/files/pkg-message.in
Franco Fichtner a309cd75a6 */*: sync with upstream
Taken from: HardenedBSD
2019-08-18 05:35:32 +02:00

18 lines
461 B
Text

[
{ type: install
message: <<EOM
If you want to finish setting up AIDE, don't forget to customise your
own aide.conf in %%PREFIX%%/etc/aide.conf. You will also need to run
the following commands:
cd /var/db/aide
aide --init
mv databases/aide.db.new databases/aide.db
You may want to change the permissions of the /var/adm/aide/ directory tree.
For your reference, a copy of the original aide.conf is supplied in
%%PREFIX%%/etc/aide.conf.sample.
EOM
}
]