DragonFly-2.3.2.171.gae2e8 master usr.bin/at at.c

Stathis Kamperis beket at crater.dragonflybsd.org
Sat Jul 25 10:35:35 PDT 2009


commit ae2e8c203fb318f2e2782d12307df51837825d6f
Author: Stathis Kamperis <beket at dragonflybsd.org>
Date:   Sat Jul 25 20:21:40 2009 +0300

    at(1): Print datetime upon job submission as POSIX mandates.
    
    Before:
    $ at 20:39
    ls
    Job 19 will be executed using /bin/sh
    $
    
    After:
    $ at 20:39
    ls
    Job 21 will be executed using /bin/sh
    Job 21 at Mon Jul 20 20:39:00 2009
    $
    
    Dragonfly-bug: <http://bugs.dragonflybsd.org/issue1432>

Summary of changes:
 usr.bin/at/at.c |   47 ++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 38 insertions(+), 9 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ae2e8c203fb318f2e2782d12307df51837825d6f


-- 
DragonFly BSD source repository





More information about the Commits mailing list