From owner-freebsd-questions@FreeBSD.ORG Mon Mar 13 06:58:42 2006 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 E107416A400 for ; Mon, 13 Mar 2006 06:58:42 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74A6643D45 for ; Mon, 13 Mar 2006 06:58:42 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id o1so1188807nzf for ; Sun, 12 Mar 2006 22:58:41 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LobleMMBU3ZxGBA+7G1ctCK0u2+MwnYr705+eSrA+2l/p+icoYTLz/BV0gjso2QX5mhmEEjUwphZYbpYbpRb2bwvWFuEXAiw7FrYo3slXVoukDeI1ax4yaX/kwOUEFWHn6aikpAgly6XGYq7/1loUpV7JY5c0XObAuxAxNH0L6E= Received: by 10.36.119.13 with SMTP id r13mr2393463nzc; Sun, 12 Mar 2006 22:58:41 -0800 (PST) Received: by 10.37.22.1 with HTTP; Sun, 12 Mar 2006 22:58:41 -0800 (PST) Message-ID: Date: Mon, 13 Mar 2006 09:58:41 +0300 From: "Andrew Pantyukhin" To: goodman@mac.hush.com In-Reply-To: <200603122342.k2CNgUcI019913@mailserver3.hushmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200603122342.k2CNgUcI019913@mailserver3.hushmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: RC scripts HOWTO 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: Mon, 13 Mar 2006 06:58:43 -0000 On 3/13/06, Bob Goodman wrote: > Guys, > could you please direct me to some info, the detailed the better, > on how RC and RCng scripts work in FreeBSD. > Can't seem to find in handbook or google. I'm afraid the only way to get comprehensive knowledge at this time is to carefully study /etc/rc and /etc/rc.subr. /etc/rc.d/* are nice examples. It takes a couple of hours of reading the sources, in case you're pretty familiar with sh.