From owner-freebsd-questions@FreeBSD.ORG Wed Nov 19 20:29:09 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6902C16A4CE for ; Wed, 19 Nov 2003 20:29:09 -0800 (PST) Received: from smtpout.mac.com (A17-250-248-85.apple.com [17.250.248.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id C562C43FDF for ; Wed, 19 Nov 2003 20:29:07 -0800 (PST) (envelope-from paulbeard@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id hAK4StIZ027488; Wed, 19 Nov 2003 20:28:55 -0800 (PST) Received: from [192.168.2.8] (12-231-115-57.client.attbi.com [12.231.115.57]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 3.0) with ESMTP id hAK4StPd017496; Wed, 19 Nov 2003 20:28:55 -0800 (PST) In-Reply-To: <496C6CA6ABA8DD4AB652EA39C9E5540D2938BA@dshs-exch1> References: <496C6CA6ABA8DD4AB652EA39C9E5540D2938BA@dshs-exch1> Mime-Version: 1.0 (Apple Message framework v606) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <0B53C2FE-1B12-11D8-B61F-000A95BBCCF8@mac.com> Content-Transfer-Encoding: 7bit From: paul beard Date: Wed, 19 Nov 2003 20:28:52 -0800 To: "Feltis, Ralph C." X-Mailer: Apple Mail (2.606) cc: 'Marty Landman' cc: cpghost@cordula.ws cc: freebsd-questions@freebsd.org Subject: Re: Network messaging X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 04:29:09 -0000 On Nov 19, 2003, at 1:21 PM, Feltis, Ralph C. wrote: > Ahh yes, I see how preparing an elegant solution would provide greater > flexibility. However, Cordula's solution (ssh user@some.host strings > somefile) is about a 15 second fix, whereas setting up a server is, > well, > not so much a 15 second fix. Thanks for your all help guys. > This is something you could find in the Perl Cookbook (or even in the man pages, if I remember rightly). Or you could do it really crudely and have a shell script that consists of "cat /some/text/file" set up in /etc/services and [x]inetd to spit out the information you want. Depends on how secure it needs to be or how involved you want to get.