[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mailbox -l <logfile> gone?



> is it intentional that -l option does not work in .49?

	There is only one place where the log-event is done,
	and it means the flow must go thru it every time...
	Thus perhaps following will do it ?

> Eugene

	/Matti Aarnio

--- transports/mailbox/mailbox.c~	Mon May 26 20:41:31 1997
+++ transports/mailbox/mailbox.c	Fri May 30 20:35:08 1997
@@ -1667,6 +1667,9 @@
 	fsync(fdmail);
 #endif
 
+
+      time_reset:
+
 	/* This is actually Linux-thing, we reset the last access time
 	   to be that of before we did read the file, last modification
 	   into current moment -- At Linux 1.3.8x the system is a bit
@@ -1688,8 +1691,6 @@
 #endif
 	  fflush(logfp);
 	}
-
-      time_reset:
 
 	if (*(rp->addr->user) != TO_PIPE && keepatime) {
 #ifdef	HAVE_UTIME