From owner-freebsd-bugs Wed Oct 17 17:34:26 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from matrix.bilogic.org (dsl-65-186-13-25.telocity.com [65.186.13.25]) by hub.freebsd.org (Postfix) with ESMTP id 74E2437B403; Wed, 17 Oct 2001 17:34:23 -0700 (PDT) Received: from pete.home.bilogic.org (pete.home.bilogic.org [172.31.1.3]) by matrix.bilogic.org (Postfix) with ESMTP id D337F18E7; Fri, 12 Oct 2001 18:16:09 -0500 (CDT) Date: Fri, 12 Oct 2001 18:16:09 -0500 From: Peter Johnson To: freebsd-gnats-submit@freebsd.org Cc: freebsd-bugs@freebsd.org Subject: Re: bin/15830: PATCH: rdump over ssh Message-ID: <20011012181609.A41958@pete.bilogic.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Balsa 1.1.7 Lines: 28 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Is there a reason this hasn't been committed yet? I successfully applied and built Warner's patch with 4.4-STABLE, with the following change to the patchset for Makefile.in (so it builds and installs the manpage). The result is perfect for using dump over ssh (just "setenv RSH ssh" before running dump with -f username@hostname:/dev/device). --- orig/Makefile.inc Thu Sep 13 17:12:39 2001 +++ Makefile.inc Tue Oct 9 18:46:25 2001 @@ -16,7 +16,7 @@ inet_pton.c ip6opt.c linkaddr.c map_v4v6.c name6.c ns_addr.c \ ns_name.c ns_netint.c \ ns_ntoa.c ns_parse.c ns_print.c ns_ttl.c nsap_addr.c \ - rcmd.c recv.c res_comp.c res_data.c res_debug.c \ + rcmd.c rcmdsh.c recv.c res_comp.c res_data.c res_debug.c \ res_init.c res_mkquery.c res_mkupdate.c res_query.c res_send.c \ res_update.c rthdr.c send.c vars.c # not supported: iso_addr.c @@ -32,7 +32,7 @@ getnameinfo.3 getnetent.3 getprotoent.3 getservent.3 if_indextoname.3 \ inet.3 inet_net.3 \ inet6_option_space.3 inet6_rthdr_space.3 linkaddr.3 \ - rcmd.3 resolver.3 + rcmd.3 rcmdsh.3 resolver.3 # not installed: iso_addr.3 ns.3 MLINKS+=addr2ascii.3 ascii2addr.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message