In article <[EMAIL PROTECTED]> you wrote:
> That also means the program is looking for its logfiles under /etc by
> default, which FHS-compliant software is not supposed to do.

You  mean it is allowed to do

read log < /etc/app/log; cat $log/logfile.txt

and it is not allowed to do:

cat /etc/app/logdir/logfile.txt

Personally I think the second is much cleaner and faster.

Greetings
Bernd


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to