From owner-cvs-all Sun Mar 8 06:21:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA28473 for cvs-all-outgoing; Sun, 8 Mar 1998 06:21:14 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA28468; Sun, 8 Mar 1998 06:21:12 -0800 (PST) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA05946; Sun, 8 Mar 1998 06:19:20 -0800 (PST) Date: Sun, 8 Mar 1998 06:19:20 -0800 (PST) Message-Id: <199803081419.GAA05946@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/script script.1 script.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/03/08 06:19:20 PST Modified files: usr.bin/script script.1 script.c Log: Rewrite script as a select loop rather than as a twin reader/write process. This allows simple logging of keys sent to a session (turned on with -k). Also allow specifying the script file flush interval. Revision Changes Path 1.4 +18 -3 src/usr.bin/script/script.1 1.8 +78 -72 src/usr.bin/script/script.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message