看板 DFBSD_commit 關於我們 聯絡資訊
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