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

29 lines
599 B
Text

[
{ type: install
message: <<EOM
filwatcherd configuration files were installed in the following directory:
%%PREFIX%%
Before starting the server or the client you need to perform the
following steps:
1) Copy the appropriate sample configuration file as follows:
cp %%PREFIX%%/etc/watchtab.sample %%PREFIX%%/etc/watchtab
2) Edit filewatcherd's configuration file to suit your needs:
$EDITOR %%PREFIX%%/watchtab
3) Add the following line to your rc.conf:
filewatcherd_enable="YES"
Then you can start filewatcherd by issuing the following command:
service filewatcherd start
EOM
}
]