Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Oct 2001 18:16:09 -0500
From:      Peter Johnson <freebsd@bilogic.org>
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>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011012181609.A41958>