From owner-cvs-all Sat Jun 29 22:15:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2E3537B400; Sat, 29 Jun 2002 22:15:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADCF843E09; Sat, 29 Jun 2002 22:15:05 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5U5F5JU062435; Sat, 29 Jun 2002 22:15:05 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5U5F5Xh062434; Sat, 29 Jun 2002 22:15:05 -0700 (PDT) Message-Id: <200206300515.g5U5F5Xh062434@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 29 Jun 2002 22:15:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/pax ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c tables.c tar.c tty_subs.c src/bin/ps fmt.c keyword.c lomac.c nlist.c print.c ps.c src/bin/pwd pwd.c ... 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 obrien 2002/06/29 22:15:05 PDT Modified files: bin/pax ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c tables.c tar.c tty_subs.c bin/ps fmt.c keyword.c lomac.c nlist.c print.c ps.c bin/pwd pwd.c bin/rcp rcp.c util.c bin/rm rm.c bin/rmdir rmdir.c bin/setfacl file.c mask.c merge.c remove.c setfacl.c util.c bin/sh alias.c cd.c error.c eval.c exec.c expand.c histedit.c input.c jobs.c mail.c main.c memalloc.c miscbltin.c mkinit.c mknodes.c mksyntax.c mystring.c options.c output.c parser.c redir.c show.c trap.c var.c bin/sleep sleep.c bin/stty cchar.c gfmt.c key.c modes.c print.c stty.c util.c bin/sync sync.c bin/test test.c Log: Consistently use FBSDID Revision Changes Path 1.20 +2 -2 src/bin/pax/ar_io.c 1.20 +2 -2 src/bin/pax/ar_subs.c 1.19 +2 -2 src/bin/pax/buf_subs.c 1.17 +2 -2 src/bin/pax/cache.c 1.18 +2 -2 src/bin/pax/cpio.c 1.19 +2 -2 src/bin/pax/file_subs.c 1.19 +2 -2 src/bin/pax/ftree.c 1.20 +2 -2 src/bin/pax/gen_subs.c 1.3 +2 -3 src/bin/pax/getoldopt.c 1.24 +2 -0 src/bin/pax/options.c 1.21 +2 -2 src/bin/pax/pat_rep.c 1.24 +2 -2 src/bin/pax/pax.c 1.17 +2 -2 src/bin/pax/sel_subs.c 1.20 +2 -2 src/bin/pax/tables.c 1.20 +2 -2 src/bin/pax/tar.c 1.18 +2 -2 src/bin/pax/tty_subs.c 1.25 +2 -4 src/bin/ps/fmt.c 1.49 +2 -4 src/bin/ps/keyword.c 1.7 +0 -1 src/bin/ps/lomac.c 1.18 +2 -4 src/bin/ps/nlist.c 1.67 +2 -4 src/bin/ps/print.c 1.56 +2 -3 src/bin/ps/ps.c 1.20 +2 -2 src/bin/pwd/pwd.c 1.33 +2 -2 src/bin/rcp/rcp.c 1.14 +2 -2 src/bin/rcp/util.c 1.39 +2 -3 src/bin/rm/rm.c 1.13 +2 -2 src/bin/rmdir/rmdir.c 1.4 +3 -2 src/bin/setfacl/file.c 1.7 +3 -2 src/bin/setfacl/mask.c 1.7 +3 -2 src/bin/setfacl/merge.c 1.5 +3 -2 src/bin/setfacl/remove.c 1.6 +3 -2 src/bin/setfacl/setfacl.c 1.5 +3 -2 src/bin/setfacl/util.c 1.16 +2 -2 src/bin/sh/alias.c 1.27 +2 -2 src/bin/sh/cd.c 1.21 +2 -2 src/bin/sh/error.c 1.33 +2 -2 src/bin/sh/eval.c 1.19 +2 -2 src/bin/sh/exec.c 1.37 +2 -2 src/bin/sh/expand.c 1.21 +2 -2 src/bin/sh/histedit.c 1.18 +2 -2 src/bin/sh/input.c 1.46 +2 -2 src/bin/sh/jobs.c 1.12 +2 -2 src/bin/sh/mail.c 1.23 +2 -2 src/bin/sh/main.c 1.19 +2 -2 src/bin/sh/memalloc.c 1.27 +2 -2 src/bin/sh/miscbltin.c 1.16 +2 -2 src/bin/sh/mkinit.c 1.15 +2 -2 src/bin/sh/mknodes.c 1.19 +2 -2 src/bin/sh/mksyntax.c 1.12 +2 -2 src/bin/sh/mystring.c 1.20 +2 -2 src/bin/sh/options.c 1.15 +2 -2 src/bin/sh/output.c 1.41 +2 -2 src/bin/sh/parser.c 1.19 +2 -2 src/bin/sh/redir.c 1.17 +2 -2 src/bin/sh/show.c 1.22 +2 -2 src/bin/sh/trap.c 1.21 +2 -2 src/bin/sh/var.c 1.12 +2 -2 src/bin/sleep/sleep.c 1.13 +2 -2 src/bin/stty/cchar.c 1.18 +2 -2 src/bin/stty/gfmt.c 1.17 +2 -3 src/bin/stty/key.c 1.12 +2 -2 src/bin/stty/modes.c 1.18 +2 -2 src/bin/stty/print.c 1.20 +2 -2 src/bin/stty/stty.c 1.10 +2 -2 src/bin/stty/util.c 1.13 +2 -2 src/bin/sync/sync.c 1.48 +2 -4 src/bin/test/test.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message