Write to me for an update. spamvault [at] thesupportdesk.com
To make the change your self, just add an "x" to the following line as follows in the breakscripts.sh file (line 19):
OLD LINE:
Code: Select all
tail -$LASTX /etc/passwd | awk -F":" '{print $1}' | grep -v -f $XCLUDE >> $WATCHLIST
NEW LINE:
Code: Select all
tail -$LASTX /etc/passwd | awk -F":" '{print $1}' | grep -vx -f $XCLUDE >> $WATCHLIST
That will squish the bug.