48818fcd07
See http://www.samba.org/samba/history/samba-3.0.25b.html for the full list of changes.
55 lines
1.7 KiB
Plaintext
55 lines
1.7 KiB
Plaintext
--- ../docs/manpages/swat.8.orig Tue Jun 19 10:03:04 2007
|
|
+++ ../docs/manpages/swat.8 Sun Jul 1 11:37:49 2007
|
|
@@ -111,24 +111,6 @@
|
|
.RS 3n
|
|
Print a summary of command line options.
|
|
.RE
|
|
-.SH "INSTALLATION"
|
|
-.PP
|
|
-Swat is included as binary package with most distributions. The package manager in this case takes care of the installation and configuration. This section is only for those who have compiled swat from scratch.
|
|
-.PP
|
|
-After you compile SWAT you need to run
|
|
-make install
|
|
-to install the
|
|
-swat
|
|
-binary and the various help files and images. A default install would put these in:
|
|
-.TP 3n
|
|
-\(bu
|
|
-/usr/local/samba/sbin/swat
|
|
-.TP 3n
|
|
-\(bu
|
|
-/usr/local/samba/swat/images/*
|
|
-.TP 3n
|
|
-\(bu
|
|
-/usr/local/samba/swat/help/*
|
|
.SS "Inetd Installation"
|
|
.PP
|
|
You need to edit your
|
|
@@ -156,7 +138,7 @@
|
|
\fI/etc/inetd.conf\fR
|
|
you should add a line like this:
|
|
.PP
|
|
-swat stream tcp nowait.400 root /usr/local/samba/sbin/swat swat
|
|
+swat stream tcp nowait.400 root !!LOCALBASE!!/libexec/swat swat
|
|
.PP
|
|
Once you have edited
|
|
\fI/etc/services\fR
|
|
@@ -182,14 +164,12 @@
|
|
This file must contain a mapping of service name (e.g., swat) to service port (e.g., 901) and protocol type (e.g., tcp).
|
|
.RE
|
|
.PP
|
|
-\fI/usr/local/samba/lib/smb.conf\fR
|
|
+\fI!!SYSCONFDIR!!/samba/smb.conf\fR
|
|
.RS 3n
|
|
This is the default location of the
|
|
\fBsmb.conf\fR(5)
|
|
-server configuration file that swat edits. Other common places that systems install this file are
|
|
-\fI /usr/samba/lib/smb.conf\fR
|
|
-and
|
|
-\fI/etc/smb.conf \fR. This file describes all the services the server is to make available to clients.
|
|
+server configuration file that swat edits.
|
|
+This file describes all the services the server is to make available to clients.
|
|
.RE
|
|
.SH "WARNINGS"
|
|
.PP
|