From owner-freebsd-questions Mon Apr 10 8:48:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id CCBBC37B513 for ; Mon, 10 Apr 2000 08:48:19 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 12egPs-000OSE-00; Mon, 10 Apr 2000 17:47:56 +0200 From: Sheldon Hearn To: David Daugherty Cc: questions@FreeBSD.ORG Subject: Re: bnetd ??? In-reply-to: Your message of "Sun, 09 Apr 2000 23:02:58 MST." Date: Mon, 10 Apr 2000 17:47:56 +0200 Message-ID: <94005.955381676@axl.ops.uunet.co.za> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 09 Apr 2000 23:02:58 MST, David Daugherty wrote: > In my /home I have a bnetd.log and a bnetd dir and I have now idea how > they got there or what they're doing there. It has root ownership and the > bnetd dir has a bnetd.log that contains stuff like: Bnetd is a game server for StarCraft. If you have /var/db/pkg/bnetd-something-or-other, you should be able to do this to remove it: pkg_delete bnetd-something-or-other Obviously, you need to replace something-or-other with the correct version details. You should also try to kill any running bnetd daemon. Use the ps(1) command to find whether you have one running: ps -auxww |grep bnetd If you find one, kill its PID (process ID) with the kill(1) command. If the package was installed by hand and not as a FreeBSD package, you're unfortunately going to have to track it down and wipe it out manually. Shoot the person who installed it without your permission. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message