From owner-freebsd-current@FreeBSD.ORG Fri Nov 12 16:40:16 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1583916A4CE for ; Fri, 12 Nov 2004 16:40:16 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA04143D4C for ; Fri, 12 Nov 2004 16:40:15 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) iACGe7fY020159 for ; Fri, 12 Nov 2004 08:40:14 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)iACGe4mD020158 for freebsd-current@freebsd.org; Fri, 12 Nov 2004 08:40:04 -0800 (PST) (envelope-from sgk) Date: Fri, 12 Nov 2004 08:40:04 -0800 From: Steve Kargl To: FreeBSD Current Mailinglist Message-ID: <20041112164003.GD20057@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="76DTJ5CE0DCVQemd" Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: [PATCH] remote.5: cuaa0 renamed to cuad0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2004 16:40:16 -0000 --76DTJ5CE0DCVQemd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The attached patch changes /dev/cuaa0 to /dev/cuad0. -- Steve --76DTJ5CE0DCVQemd Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="remote.5.diff" --- remote.5.orig Fri Nov 12 08:30:22 2004 +++ remote.5 Fri Nov 12 08:30:48 2004 @@ -186,7 +186,7 @@ is retrieved from the environment). .Bd -literal UNIX-57600:\e -:dv=/dev/cuaa0:el=^D^U^C^S^Q^O@:oe=^D:du:at=hayes:br#115200:pa=none: +:dv=/dev/cuad0:el=^D^U^C^S^Q^O@:oe=^D:du:at=hayes:br#115200:pa=none: arpavax|ax:\e :pn=\e@:tc=UNIX-57600 .Ed --76DTJ5CE0DCVQemd--