From owner-cvs-all Fri Mar 31 16:14:59 2000 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 E94C837BC7F; Fri, 31 Mar 2000 16:14:52 -0800 (PST) (envelope-from bsd@FreeBSD.org) Received: (from bsd@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA55111; Fri, 31 Mar 2000 16:14:53 -0800 (PST) (envelope-from bsd@FreeBSD.org) Message-Id: <200004010014.QAA55111@freefall.freebsd.org> From: "Brian S. Dean" Date: Fri, 31 Mar 2000 16:14:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/rsh rsh.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bsd 2000/03/31 16:14:53 PST Modified files: usr.bin/rsh rsh.c Log: Fix a bug in rsh that caused the remote process to hang waiting on input even if the '-n' flag to rsh is used. The write side of the socket should be closed to allow the remote process to see EOF. Submitted by: Brad Chisholm Revision Changes Path 1.22 +3 -1 src/usr.bin/rsh/rsh.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message