Bug 31343

Summary: (no subject)
Product: Base System Reporter: Peter Johnson <freebsd>
Component: kernAssignee: GNATS administrator <gnats-admin>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 1.0-RELEASE   
Hardware: Any   
OS: Any   

Description Peter Johnson 2001-10-18 01:20:01 UTC
 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
Comment 1 Mike Heffner freebsd_committer freebsd_triage 2001-10-22 23:55:47 UTC
State Changed
From-To: open->closed

Not a PR.