Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jul 1999 22:15:17 -0400 (EDT)
From:      "Crist J. Clark" <cjc@cc942873-a.ewndsr1.nj.home.com>
To:        cpeters2@home.com
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: samba and swat
Message-ID:  <199907110215.WAA14825@cc942873-a.ewndsr1.nj.home.com>
In-Reply-To: <000201becb3b$94403f20$0700a8c0@charles.domain> from "Charles A. Peters" at "Jul 10, 99 09:20:36 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907110215.WAA14825>