From owner-freebsd-questions@FreeBSD.ORG Tue Nov 18 22:55:22 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCF421065670 for ; Tue, 18 Nov 2008 22:55:21 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id 542BB8FC13 for ; Tue, 18 Nov 2008 22:55:21 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so2478124fgb.35 for ; Tue, 18 Nov 2008 14:55:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=wVtcTXgjVP6x3IJ0HxrJsJd0Aiw6MmHg88O+4Qe7CdY=; b=wjD5caOnjvmpmXt6YabKTCkp7yi43lkO0J/Y71E4G/XxSFcCP3tGF/PB1MnF3XkwaA T8Jbu2gnWdU67UAJZIDtqiXp3CXNEgNmmdUPd1uKvBRHCWPN7LxAZInkzCetMza4U9xS iWFXQGy9H/7LKRHxbXT7NSYwaE1+3GXLGdY8Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=lMyCGFZ1PHgJITA9zxnQDhKa8vXPVrZnjjxbv1mE/hE9+5dDrOK2VOfLO0dPW7MHn0 +fyE/wXYh/gfwKSaBB0rNqo/Y2l4/czwOn7SkXE7RBetSY+sPy+vB0qwudfyITwh/AST VH3UXMPHaM/rP2jcWoBIlZo+ixLh34I3CEQ4U= Received: by 10.181.48.13 with SMTP id a13mr117185bkk.43.1227048920047; Tue, 18 Nov 2008 14:55:20 -0800 (PST) Received: by 10.180.205.7 with HTTP; Tue, 18 Nov 2008 14:55:19 -0800 (PST) Message-ID: <28283d910811181455j66fd30fei358d6dabf340f8f5@mail.gmail.com> Date: Tue, 18 Nov 2008 17:55:19 -0500 From: "matt donovan" To: "Gary Hartl" In-Reply-To: <005701c949ce$bf38ef80$3daace80$@com> MIME-Version: 1.0 References: <005701c949ce$bf38ef80$3daace80$@com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: Newbie question 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: Tue, 18 Nov 2008 22:55:22 -0000 On Tue, Nov 18, 2008 at 5:41 PM, Gary Hartl wrote: > Hi all; > > > > Quick newbie question. > > > > I've been out of the bsd loop for a bit, i'm trying to setup nagios which > is > fine > > > > There are a couple of settings that I either don't remember or never > remembered and forgot that I never knew it. > > > > Ok so nagios is asking me for an rc.d path, which if i recall FBSD doesn't > use it is a linux script path for starting services at different run > levels. > > > > So does FBSD emulate it for certain packages cause Nagios finds it at > /usr/local/etc/rc.d but the only thing i have in it is webmin.sh which is > for my webmin interface (although I must confess I'm not sure why it is > there or what it is doing). > > > > I must also admit i feel rather retarded, since I used to know this stuff > like the back of my hand, but it's been 6-7 years since i've been actively > using FBSD but am looking to get back into it. > > > > Rc.d anyone? > > > > My assumption is that FBSD is using inetd for starting services correct? > > > > Thanks > > > > Gary > > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" No FreeBSD uses rc.d it's where the rc.d actually came from. for ports it's /usr/local/etc/rc.d for system scripts it's /etc/rc.d