Re: [EXIM] installing exim 2.10 and "x is not newer than /pa…

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Philip Hazel
日付:  
To: Marc Haber
CC: exim-users
題目: Re: [EXIM] installing exim 2.10 and "x is not newer than /path/x"
On Wed, 13 Jan 1999, Marc Haber wrote:

> So, exim tells me that the freshly made executable is not newer than a
> non-existent file. What is going on here?


The "newer" test is implemented in scripts/newer, which calls "find" to
do the checking, but only if both files exist.

I think you will have to add a shell flag to the "newer" script to get a
clue as to why it isn't working. Change the first line to

#! /bin/sh -x

and try again.

-- 
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.



--
*** Exim information can be found at http://www.exim.org/ ***