From owner-freebsd-questions@FreeBSD.ORG Sun Feb 26 19:32:30 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 4A0CB16A420 for ; Sun, 26 Feb 2006 19:32:30 +0000 (GMT) (envelope-from listor@melin.org) Received: from adamomail.se (mail.adamomail.se [208.49.108.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A963743D45 for ; Sun, 26 Feb 2006 19:32:26 +0000 (GMT) (envelope-from listor@melin.org) Received: from stanley.melin.org ([81.216.195.144] verified) by adamomail.se (CommuniGate Pro SMTP 4.2.9) with ESMTP id 1748950 for freebsd-questions@freebsd.org; Sun, 26 Feb 2006 20:26:20 +0100 Received: from localhost (localhost [127.0.0.1]) by stanley.melin.org (Postfix) with ESMTP id 9BFB83075F8 for ; Sun, 26 Feb 2006 20:32:23 +0100 (CET) Received: from stanley.melin.org ([127.0.0.1]) by localhost (144.195.216.81.tab.siw.siwnet.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12075-02 for ; Sun, 26 Feb 2006 20:32:14 +0100 (CET) Received: from [10.0.1.9] (144.195.216.81.static.tab.siw.siwnet.net [81.216.195.144]) by stanley.melin.org (Postfix) with ESMTP id C899C3075DB for ; Sun, 26 Feb 2006 20:32:14 +0100 (CET) Mime-Version: 1.0 (Apple Message framework v746.2) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions@freebsd.org From: Joacim Melin Date: Sun, 26 Feb 2006 20:32:10 +0100 X-Mailer: Apple Mail (2.746.2) X-Virus-Scanned: by amavisd-new at melin.org Subject: Startup 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: Sun, 26 Feb 2006 19:32:30 -0000 Hi all, newbie question: which script do I put stuff that needs to be booted during system startup, like apache httpd, spamd, named, etc? Joacim