Index: sw-04/jack.plumbing.c =================================================================== --- sw-04.orig/jack.plumbing.c 2004-03-14 13:03:50.000000000 +0000 +++ sw-04/jack.plumbing.c 2005-02-25 07:07:55.748865832 +0000 @@ -137,7 +137,7 @@ } time_t mtime = stat_mtime ( f ) ; if ( mtime <= *m ) { - inform ( "Rule file not modified: '%s'." , f ) ; + /* inform ( "Rule file not modified: '%s'." , f ) ; */ return 0 ; } *m = mtime ;