From owner-freebsd-questions@FreeBSD.ORG Fri Apr 15 10:50:33 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 906D516A4CE for ; Fri, 15 Apr 2005 10:50:33 +0000 (GMT) Received: from smtp-out5.blueyonder.co.uk (smtp-out5.blueyonder.co.uk [195.188.213.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4144B43D39 for ; Fri, 15 Apr 2005 10:50:32 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.37.55] ([82.41.37.55]) by smtp-out5.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Fri, 15 Apr 2005 11:51:09 +0100 Message-ID: <425F9C77.8070405@dial.pipex.com> Date: Fri, 15 Apr 2005 11:50:31 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7) Gecko/20040627 X-Accept-Language: en, en-us MIME-Version: 1.0 To: fadeaway@gmail.com References: <54bc04d8a7ca6274d437350325a423d8@gmail.com> In-Reply-To: <54bc04d8a7ca6274d437350325a423d8@gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 15 Apr 2005 10:51:09.0906 (UTC) FILETIME=[08930B20:01C541A9] cc: freebsd-questions@freebsd.org Subject: Re: samhain - starts on boot? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2005 10:50:33 -0000 fadeaway@gmail.com wrote: > I am running 5.3. I decided to install samhain through ports... > Afterwards I messed around with it running it -D mode for a bit, I > killed the process... > Never really bothered with it again but I have noticed that it will > start on boot without any indication of it in rc.conf or rc.conf.local > > Why? > Did me running it in -D mode that one time make it add some startup > script or when it installed it added it's own startup script? Try looking in /usr/local/etc/rc.d for a startup script, or run pkg_info -L 'samhain*' and look through what it installs for likely candidates. Or, if you're not using it, why not uninstall it? --Alex