From owner-freebsd-questions@FreeBSD.ORG Sun Mar 27 20:01:41 2005 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 8927416A4CE for ; Sun, 27 Mar 2005 20:01:41 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 056E643D3F for ; Sun, 27 Mar 2005 20:01:41 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id g11so1745677rne for ; Sun, 27 Mar 2005 12:01:40 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=RTkJn/WDS2QLLTBS5AVu+s3ag1z1HHOPm94s1WoTkaLUzXcdMkaESF2LNJWaQufQxZkdYRUdFjy/3DZUaroJM3gHCPOfuYAdqND3/J0bz+c32ziomjGeDikR1oYtJf7EVGoIdlDSddikJYIGFZvT9lhqWRZa65V64u7NyHyZGy8= Received: by 10.38.160.51 with SMTP id i51mr4078506rne; Sun, 27 Mar 2005 12:01:39 -0800 (PST) Received: by 10.38.74.23 with HTTP; Sun, 27 Mar 2005 12:01:38 -0800 (PST) Message-ID: Date: Sun, 27 Mar 2005 22:01:38 +0200 From: Gert Cuykens To: bob@a1poweruser.com In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: cc: freebsd-questions@freebsd.org Subject: Re: inetd vs standalone daemon X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2005 20:01:41 -0000 On Sun, 27 Mar 2005 14:13:00 -0500, bob@a1poweruser.com wrote: > > Is inetd a daemon that start other daemons ? > YES > > > Is sql and apache a standalone daemon ? > YES > > > Can i delete inetd ? > Just don't start it at boot time and that would be (rc.conf) inetd_enable="NO" ? > > I vote we get rid of inetd :) > It's your box, do what ever you want So how do we remove it from freebsd ? Please let it be a pkg_delete :) If not witch freebsd source developer do i need to pull his leg to remove it from source into a pkg ?