From owner-cvs-all Sun Jan 13 12:21:14 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BF4537B405; Sun, 13 Jan 2002 12:21:08 -0800 (PST) Received: (from mike@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0DKL8582185; Sun, 13 Jan 2002 12:21:08 -0800 (PST) (envelope-from mike) Message-Id: <200201132021.g0DKL8582185@freefall.freebsd.org> From: Mike Barcroft Date: Sun, 13 Jan 2002 12:21:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/at at.c at.man panic.c panic.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/01/13 12:21:08 PST Modified files: usr.bin/at at.c at.man panic.c panic.h Log: Implement the POSIX 1003.1-2001 -r and -t options in at(1). Fix some minor issues in the rest of the source and manual. Submitted by: Joe Halpin Obtained from: touch(1) (partially) MFC after: 1 month Revision Changes Path 1.24 +92 -5 src/usr.bin/at/at.c 1.24 +59 -3 src/usr.bin/at/at.man 1.15 +2 -0 src/usr.bin/at/panic.c 1.6 +4 -18 src/usr.bin/at/panic.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message