Re: exicyclog buglet

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Philip Hazel
日付:  
To: Neal Becker,0114,(301)428-4214,
CC: exim-users
題目: Re: exicyclog buglet
On Mon, 10 Jun 1996, Neal Becker,0114,(301)428-4214, wrote:

> On hpux9.05 I built exim-0.51. It seems that in execyclog we have
> hard-coded
> a=`ls -lg /var/spool/exim/log/mainlog`
> b=`ls -l /var/spool/exim/log/mainlog`
>
> But that's not the path to my log files.


Rats! Another bug that is essentially a typo. I upgraded this script to
preserve the owner/group of log files. It carefully goes to some lengths
to find the correct spool directory, and then fails to use the info in
the new bit of code!

I think I'm in need of a holiday, or something. The lines above should
of course be

a=`ls -lg mainlog`
b=`ls -l mainlog`

as it has just cd'd to the log directory. Sheesh!

--
Philip Hazel                   University Computing Service,
ph10@???             New Museums Site, Cambridge CB2 3QG,
P.Hazel@???          England.  Phone: +44 1223 334714