From owner-freebsd-questions Sat Jul 10 19:14: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id B1D6414E77 for ; Sat, 10 Jul 1999 19:13:58 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id WAA14825; Sat, 10 Jul 1999 22:15:17 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199907110215.WAA14825@cc942873-a.ewndsr1.nj.home.com> Subject: Re: samba and swat In-Reply-To: <000201becb3b$94403f20$0700a8c0@charles.domain> from "Charles A. Peters" at "Jul 10, 99 09:20:36 pm" To: cpeters2@home.com Date: Sat, 10 Jul 1999 22:15:17 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Charles A. Peters wrote, > I used the freebsd port to install samba on my 2.2.7 server, but I am having > a bit of trouble getting it to work. I have been told that that the swat > package is very helpful, but I cannot seem to get it to work, or for that > matter, find it. > > Does it come with the port? Yes. The port will place it in, /usr/local/sbin/swat To use it, you will need to add the following line to your /etc/inetd.conf file, swat stream tcp nowait root /usr/local/sbin/swat swat And the following to your /etc/services file, swat 901/tcp #SWAT for Samba Then send inetd a SIGHUP to re-read the config file, # killall -HUP inetd And then "login" to swat (using netscape for example), % netscape http://localhost:901 -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message