NetBSD-Bugs archive

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

bin/41759: at(1) doesn't print job's datetime upon job submission



>Number:         41759
>Category:       bin
>Synopsis:       at(1) doesn't print job's datetime upon job submission
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bin-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jul 21 18:55:00 +0000 2009
>Originator:     Stathis Kamperis
>Release:        NetBSD 5.0_STABLE
>Organization:
Aristotle University of Thessaloniki
>Environment:
NetBSD voyager 5.0_STABLE NetBSD 5.0_STABLE (MYGENERIC) #8: Mon Jul  6 19:55:40 
EEST 2009  root@voyager:/usr/obj/sys/arch/i386/compile/MYGENERIC i386

>Description:
Quoting Issue 7:

In the POSIX locale, the following shall be written to standard error when a 
job has been successfully submitted:

"job %s at %s\n", at_job_id, <date>

...
>How-To-Repeat:
[stathis@voyager ~] at 22:00
clear
Job 48 will be executed using /bin/sh
[stathis@voyager ~] 

Where it should look like this:

@solaris$ at 22:00
at> clear
at> <EOT>
commands will be executed using /bin/bash
job 1248206401.a at Tue Jul 21 22:00:00 2009         <--- this is what we miss
@solaris$ exit

>Fix:
I have a patch for DragonFly here:  http://bugs.dragonflybsd.org/file580/at.diff

No idea, how relevant it is for NetBSD ( I didn't check the netbsd's at.c ).

Best regards,
Stathis



Home | Main Index | Thread Index | Old Index