[rt-users] typo in README

Andreas Kruthoff andreas.kruthoff at softwired-inc.com
Thu Jul 26 10:30:52 EDT 2001


Hi Jesse

I found a small typo in the README:
0 * * * * find /path/to/rt2/WebRT/sessiondata -type f -amin +600 -exec 
rm {}\;

should be
0 * * * * find /path/to/rt2/WebRT/sessiondata -type f -amin +600 -exec 
rm {} \;

At least, my linux bash needs the space in front of the "\;"


On SuSE, I prefer to wipe (or nuke, as you say) files like this:

A more secure way to remove the session files is to use the built-in 
"securely-remove-tmp-files-mechanism". In /etc/rc.config set 
MAX_DAYS_IN_TMP="30" and set TMP_DIRS_TO_CLEAR="/tmp /var/tmp 
/path/to/rt2/WebRT/sessiondata".


Anyway, RT is great!!

-andreas






More information about the rt-users mailing list