From owner-cvs-all Wed Jun 30 14:46:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D90314DCC; Wed, 30 Jun 1999 14:46:04 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA64730; Wed, 30 Jun 1999 14:46:04 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <199906302146.OAA64730@freefall.freebsd.org> From: Sheldon Hearn Date: Wed, 30 Jun 1999 14:46:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ac ac.8 ac.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sheldonh 1999/06/30 14:46:04 PDT Modified files: usr.sbin/ac ac.8 ac.c Log: Allow the use of `-' as an argument to the -w option so that standard input may be used (e.g. gunzip -c /var/log/wtmp.Jan.gz | ac -w - ). PR: 12467 Submitted by: wollman Revision Changes Path 1.11 +4 -1 src/usr.sbin/ac/ac.8 1.11 +14 -6 src/usr.sbin/ac/ac.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message