NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/41759



The following reply was made to PR bin/41759; it has been noted by GNATS.

From: Christopher Berardi <cberardi%natoufa.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: bin/41759
Date: Fri, 19 Feb 2010 19:39:43 -0500

 This is a patch that will output the time of execution as well. So the output, 
using the above example, will be:
 
 [stathis@voyager ~] at 22:00
 clear
 Job 48 will be executed using /bin/sh at Tue Jul 21 22:00:00 2009
 [stathis@voyager ~] 
 
 
 
 --- at.c.orig  2010-02-19 19:33:18.000000000 -0500
 +++ at.c       2010-02-19 19:30:57.000000000 -0500
 @@ -414,7 +414,8 @@
  
        (void)close(fd2);
        (void)fprintf(stderr,
 -          "Job %d will be executed using /bin/sh\n", jobno);
 +          "Job %d will be executed using /bin/sh at %s", jobno, 
 +          ctime(&runtimer));
  }
  
  static void
 
 
 
 -- 
 Christopher Berardi
 http://www.natoufa.com/
 
 Be still, and know that I am God (Psalms 46:10)
 


Home | Main Index | Thread Index | Old Index