DragonFly commits List (threaded) for 2009-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
DragonFly-2.3.2.171.gae2e8 master usr.bin/at at.c
commit ae2e8c203fb318f2e2782d12307df51837825d6f
Author: Stathis Kamperis <beket@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]