Bug 32242

Summary: patch to allow 'at now' to queue a job for immediate execution
Product: Base System Reporter: Alan Eldridge <alane>
Component: binAssignee: Brian Somers <brian>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.4-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Alan Eldridge 2001-11-24 06:20:01 UTC
1. 'at now + 1 minute' is allowed.

2. 'at now + 0 minutes' is rejected with 'trying to travel back in time'; 
   that's a different PR.
   
3. 'at now' is intuitive, and I can't think of a good reason to disallow it.

How-To-Repeat: 
Try 'echo foo | at now'.
Comment 1 Brian Somers freebsd_committer freebsd_triage 2001-11-24 10:44:00 UTC
Responsible Changed
From-To: freebsd-bugs->brian

I've committed this to -current.  I'll MFC in 3 weeks
Comment 2 Brian Somers freebsd_committer freebsd_triage 2001-12-19 11:19:24 UTC
State Changed
From-To: open->closed

This has been MFC'd