From owner-cvs-sbin Tue Apr 29 14:21:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA11651 for cvs-sbin-outgoing; Tue, 29 Apr 1997 14:21:38 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id OAA11606; Tue, 29 Apr 1997 14:21:03 -0700 (PDT) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 1.60 #1) id 0wMKK9-00025M-00; Tue, 29 Apr 1997 15:20:33 -0600 To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Subject: Re: cvs commit: src/sbin/dump Makefile dump.8 dumprmt.c main.c src/sbin/restore Makefile main.c Cc: wollman@freefall.FreeBSD.ORG (Garrett Wollman), CVS-committers@freebsd.org, cvs-all@freebsd.org, cvs-sbin@freebsd.org In-reply-to: Your message of "Tue, 29 Apr 1997 22:16:19 +0200." <19970429221619.KD35674@uriah.heep.sax.de> References: <19970429221619.KD35674@uriah.heep.sax.de> <199704291746.KAA10265@freefall.freebsd.org> Date: Tue, 29 Apr 1997 15:20:33 -0600 From: Warner Losh Message-Id: Sender: owner-cvs-sbin@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <19970429221619.KD35674@uriah.heep.sax.de> J Wunsch writes: : I would have loved to see the rcmd stuff isolated, so you could setup : rsh/kerberized rsh/ssh/whatever as the transport from the environment. Ditto. And there is even an function in the rdist tree that does this already. At least that's what the comments said in a file that I was looking at earlier today (grep for gethostbyname). If you do, however, you'll need to make it non-fatal to set socket options, plus one or two other changes that OpenBSD had to do when they did this. Warner