From owner-freebsd-questions@FreeBSD.ORG Sat Jan 13 00:56:12 2007 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6DDDB16A407 for ; Sat, 13 Jan 2007 00:56:12 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 9453A13C442 for ; Sat, 13 Jan 2007 00:56:11 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from kobe.laptop (dialup186.ach.sch.gr [81.186.70.186]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l0D0tBRV020670 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 13 Jan 2007 02:55:20 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.13.8/8.13.8) with ESMTP id l0D0t3LG001859; Sat, 13 Jan 2007 02:55:03 +0200 (EET) (envelope-from keramida@FreeBSD.org) Received: (from keramida@localhost) by kobe.laptop (8.13.8/8.13.8/Submit) id l0D0t3Yw001858; Sat, 13 Jan 2007 02:55:03 +0200 (EET) (envelope-from keramida@FreeBSD.org) Date: Sat, 13 Jan 2007 02:55:03 +0200 From: Giorgos Keramidas To: Miguel Message-ID: <20070113005502.GB1715@kobe.laptop> References: <45A7EC4B.6050607@123.com.sv> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45A7EC4B.6050607@123.com.sv> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.399, required 5, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: freebsd-questions@FreeBSD.org Subject: Re: how to make an init script 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: Sat, 13 Jan 2007 00:56:12 -0000 On 2007-01-12 14:15, Miguel wrote: > Hi, the handbook doesnt show an example for a custom init script, i > want to make one for wildfie jabber server, any tutorial? Does the ``Practical rc.d scripting in BSD'' article help? http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/rc-scripting/