s-news
[Top] [All Lists]

[S] Splus TRUNC_AUDIT

To: S-News <s-news@wubios.wustl.edu>
Subject: [S] Splus TRUNC_AUDIT
From: Peter Perkins <peter@caliban.ucsd.edu>
Date: Fri, 25 Feb 2000 10:26:39 -0800
Organization: Southwest Fisheries Science Center
Reply-to: pperkins@ucsd.edu
Sender: owner-s-news@wubios.wustl.edu
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

<Prev in Thread] Current Thread [Next in Thread>
  • [S] Splus TRUNC_AUDIT, Peter Perkins <=