From owner-cvs-src-old@FreeBSD.ORG Thu Sep 16 22:31:25 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DD8C1065670 for ; Thu, 16 Sep 2010 22:31:25 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6C1108FC0A for ; Thu, 16 Sep 2010 22:31:25 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o8GMVPAr079400 for ; Thu, 16 Sep 2010 22:31:25 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o8GMVPAk079398 for cvs-src-old@freebsd.org; Thu, 16 Sep 2010 22:31:25 GMT (envelope-from obrien@repoman.freebsd.org) Message-Id: <201009162231.o8GMVPAk079398@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to obrien@repoman.freebsd.org using -f From: "David E. O'Brien" Date: Thu, 16 Sep 2010 22:31:03 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/script script.1 script.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2010 22:31:25 -0000 obrien 2010-09-16 22:31:03 UTC FreeBSD src repository Modified files: usr.bin/script script.1 script.c Log: SVN rev 212770 on 2010-09-16 22:31:03Z by obrien + Add the SCRIPT environmental variable to the sub-shell. Its value is the name of the typescript file. + Add the 'command' argument (if supplied on the command line) to the typescript file. This creates a more complete typescript when invoked this way - more equal to invoking script without supplying the 'command' argument. Revision Changes Path 1.22 +13 -0 src/usr.bin/script/script.1 1.30 +7 -0 src/usr.bin/script/script.c