The $SHOME/cmd/TRUNC_AUDIT script that is installed with SPlus5.1 under
Irix6.x seems to still be living in 3.4-land: i had to change
occurrences of "$file/.Audit" to "$file/.Data/.Audit" to get it to
truncate the file that setAudit() apparently wants it to.
no big deal, just thought i'd mention it to save someone else a few
minutes.
- peter
% diff TRUNC_AUDIT.old TRUNC_AUDIT.new
15c15
< if test -f $file/.Audit -a -r $file/.Audit; then break; fi
---
> if test -f $file/.Data/.Audit -a -r $file/.Data/.Audit; then break; fi
18c18
< file=$file/.Audit
---
> file=$file/.Data/.Audit
-----------------------------------------------------------------------
This message was distributed by s-news@wubios.wustl.edu. To unsubscribe
send e-mail to s-news-request@wubios.wustl.edu with the BODY of the
message: unsubscribe s-news
|