opnsense-ports/sysutils/filewatcherd/files/pkg-message.in
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

25 lines
702 B
Text

========================================================================
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
========================================================================