Hi all,

Just in case there are others running jffnms under FreeBSD, here's
something to be aware of - and perhaps something to account for in
future releases?

the tmpwatch program called from the engines/tmpwatch.sh script is not
standard on FreeBSD (but is not called out in the requirements).  It's
install location and command line args are also slightly different
once installed.

'touch' is also in a different location than specified in the
tmpwatch.sh script.

FreeBSD users will have to (or `make install clean` the port):
pkg_add -r tmpwatch

And then modify the wrapper as follows:

# diff engine/tmpwatch.sh /usr/local/jffnms/engine/tmpwatch.sh 
6c6
< tmpwatch="/usr/sbin/tmpwatch --ctime -f $hours";
---
> tmpwatch="/usr/local/sbin/tmpwatch -c -f $hours";
13c13
<       /bin/touch $DIR/.check
---
>       /usr/bin/touch $DIR/.check

Cheers,
     ~Aaron


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
jffnms-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to