From owner-freebsd-questions@FreeBSD.ORG Wed May 25 05:15:01 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 4C6F616A41C for ; Wed, 25 May 2005 05:15:01 +0000 (GMT) (envelope-from chad@shire.net) Received: from hobbiton.shire.net (hobbiton.shire.net [166.70.252.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D89A43D1F for ; Wed, 25 May 2005 05:15:00 +0000 (GMT) (envelope-from chad@shire.net) Received: from [67.161.222.227] (helo=[192.168.99.68]) by hobbiton.shire.net with esmtpa (Exim 4.43) id 1DaoEO-000Irh-4a; Tue, 24 May 2005 23:15:00 -0600 In-Reply-To: <20050525051221.GA46141@gothmog.gr> References: <99F403CD-38B8-4A04-A2D7-217F20F9334D@shire.net> <20050525051221.GA46141@gothmog.gr> Mime-Version: 1.0 (Apple Message framework v730) Message-Id: <73FE8696-2854-44F7-B236-EC6E984F9249@shire.net> From: "Chad Leigh -- Shire.Net LLC" Date: Tue, 24 May 2005 23:14:59 -0600 To: Giorgos Keramidas X-Mailer: Apple Mail (2.730) X-SA-Exim-Connect-IP: 67.161.222.227 X-SA-Exim-Mail-From: chad@shire.net Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on hobbiton.shire.net X-Spam-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_50 autolearn=disabled version=3.0.0 X-Spam-Level: X-SA-Exim-Version: 4.1+cvs (built Mon, 23 Aug 2004 08:44:05 -0700) X-SA-Exim-Scanned: Yes (on hobbiton.shire.net) Cc: freebsd-questions@freebsd.org Subject: Re: roxen rnNG start script needed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2005 05:15:01 -0000 On May 24, 2005, at 11:12 PM, Giorgos Keramidas wrote: > On 2005-05-24 20:19, "Chad Leigh -- Shire.Net LLC" > wrote: > >> I have my own source compiled roxen web server running and I am >> trying to come up with an rcNG style start script for it and I would >> like to look at the one from the port. Can someone who has the port >> of roxen installed on 5.x send me the rcNG style start script for it? >> > > Err, you have it already... Look at roxen.sh.in in the files/ > subdirectory of the roxen port. > > gothmog:/usr/ports/www/roxen# ls -l files/roxen.sh.in > -rw-r--r-- 1 root wheel - 263 Jul 5 2000 files/roxen.sh.in > gothmog:/usr/ports/www/roxen# You are right, that is there. I did not realize it would be there without making the port. But (in my slightly old ports tree) it does not look like an rcNG type script. I will update my ports tree and see what it looks like. I was hoping someone had an rcNG type script for roxen so I can compare mine to it :-) Thanks Chad