# Check in /usr/local for xymon-client scripts also --- client/xymonclient.sh.usrlocallocaldir 2011-12-12 14:15:39.000000000 -0800 +++ client/xymonclient.sh 2012-07-24 12:56:30.696804404 -0700 @@ -62,4 +62,4 @@ # See if there are any local add-ons (must do this before checking the clock) -if test -d $XYMONHOME/local; then - for MODULE in $XYMONHOME/local/* +if test -d /usr/local/share/xymon-client -o -d $XYMONHOME/local; then + for MODULE in /usr/local/share/xymon-client/* $XYMONHOME/local/* do