From owner-freebsd-questions Thu Mar 6 18:33:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA03313 for questions-outgoing; Thu, 6 Mar 1997 18:33:55 -0800 (PST) Received: from netcom22.netcom.com (sauber@netcom22.netcom.com [192.100.81.136]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id SAA03308 for ; Thu, 6 Mar 1997 18:33:52 -0800 (PST) Received: from localhost (sauber@localhost) by netcom22.netcom.com (8.6.13/Netcom) id SAA10706; Thu, 6 Mar 1997 18:33:50 -0800 Date: Thu, 6 Mar 1997 18:33:49 -0800 (PST) From: Soren Dossing X-Sender: sauber@netcom22 To: questions@freebsd.org Subject: rexecd Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I did not find a port of webstone anywhere, so I am trying to make one. But I need a suggestion. Part of the webstone test is to generate some files and rcp them to the webservers www directory. This must be done as root. However reading the manual page for rexecd it turns out, that root is not allowed to use the rcp, and that the entire concept of rexec/rexecd is an example of how not to do things. So right now I miss an example of how to do things. What would be the best way to copy the files to the web server non-interactively ? Please CC: to me directly, since I'm not on the ports list. Soren