1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

playing with Makefile and autogen

(This used to be commit cb22574404)
This commit is contained in:
Gerald Carter
2001-02-23 22:38:49 +00:00
parent 4633fcfcc1
commit a1425244fa
9 changed files with 32 additions and 31 deletions

View File

@ -220,7 +220,7 @@ CLASS="COMMAND"
</B
></A
>, and <A
HREF="smbclient.1.html"
HREF="nmblookup.1.html"
TARGET="_top"
> <B
CLASS="COMMAND"

View File

@ -57,7 +57,7 @@ CLASS="COMMAND"
those produced by SMBD/CIFS clients such as Windows 95/98/ME,
Windows NT, Windows 2000, and LanManager clients. It also
participates in the browsing protocols which make up the
Windows &quot;Network Neighborhood&quot; view.</P
Windows "Network Neighborhood" view.</P
><P
>SMB/CIFS clients, when they start up, may wish to
locate an SMB/CIFS server. That is, they wish to know what
@ -69,7 +69,7 @@ CLASS="COMMAND"
> will
listen for such requests, and if its own NetBIOS name is
specified it will respond with the IP number of the host it
is running on. Its &quot;own NetBIOS name&quot; is by
is running on. Its "own NetBIOS name" is by
default the primary DNS name of the host it is running on,
but this can be overridden with the <I
CLASS="EMPHASIS"
@ -288,8 +288,8 @@ CLASS="COMMAND"
>nmbd</B
> server will
be logged. The actual log file name is generated by
appending the extension &quot;.nmb&quot; to the specified base
name. For example, if the name specified was &quot;log&quot;
appending the extension ".nmb" to the specified base
name. For example, if the name specified was "log"
then the file log.nmb would contain the debugging data.</P
><P
>The default log file path is compiled into Samba as

View File

@ -14,7 +14,7 @@ VLINK="#840084"
ALINK="#0000FF"
><H1
><A
NAME="FINDSMB"
NAME="NMBLOOKUP"
>nmblookup</A
></H1
><DIV
@ -36,7 +36,7 @@ NAME="AEN8"
><P
><B
CLASS="COMMAND"
>findsmb</B
>nmblookup</B
> [-M] [-R] [-S] [-r] [-A] [-h] [-B &lt;broadcast address&gt;] [-U &lt;unicast address&gt;] [-d &lt;debug level&gt;] [-s &lt;smb config file&gt;] [-i &lt;NetBIOS scope&gt;] [-T] {name}</P
></DIV
><DIV
@ -47,7 +47,7 @@ NAME="AEN24"
><H2
>DESCRIPTION</H2
><P
>This perl script is part of the <A
>This tool is part of the <A
HREF="samba.7.html"
TARGET="_top"
> Samba</A

View File

@ -7,6 +7,11 @@ NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.57"></HEAD
><BODY
CLASS="REFENTRY"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><H1
><A
NAME="SAMBA"
@ -222,7 +227,7 @@ NAME="AEN75"
bug report to <A
HREF="mailto:samba@samba.org"
TARGET="_top"
> samba&commat;samba.org</A
> samba@samba.org</A
></P
></DIV
><DIV
@ -291,7 +296,7 @@ TARGET="_top"
</P
><P
>If you have patches to submit or bugs to report
then you may mail them directly to samba-patches&commat;samba.org.
then you may mail them directly to samba-patches@samba.org.
Note, however, that due to the enormous popularity of this
package the Samba Team may take some time to respond to mail. We
prefer patches in <B

View File

@ -86,7 +86,7 @@ NAME="AEN25"
CLASS="VARIABLELIST"
><DL
><DT
>-i&#62;</DT
>-i</DT
><DD
><P
>Run interactively. Individual commands

View File

@ -418,10 +418,10 @@ CLASS="COMMAND"
>smbd</B
> cannot change uid back
to root after a setuid() call. Such systems are called
&quot;trapdoor&quot; uid systems. If you have such a system,
trapdoor uid systems. If you have such a system,
you will be unable to connect from a client (such as a PC) as
two different users at once. Attempts to connect the
second user will result in &quot;access denied&quot; or
second user will result in access denied or
similar.</P
></DIV
><DIV
@ -442,7 +442,7 @@ CLASS="VARIABLELIST"
><P
>If no printer name is specified to
printable services, most systems will use the value of
this variable (or &quot;lp&quot; if this variable is
this variable (or lp if this variable is
not defined) as the name of the printer to use. This
is not specific to the server, however.</P
></DD
@ -764,11 +764,11 @@ CLASS="COMMAND"
> will reread their configuration
tables if they receive a HUP signal.</P
><P
>If your machine's name is &quot;fred&quot; and your
name is &quot;mary&quot;, you should now be able to connect
>If your machine's name is fred and your
name is mary, you should now be able to connect
to the service <TT
CLASS="FILENAME"
>&bsol;&bsol;fred&bsol;mary</TT
>\\fred\mary</TT
>.
</P
><P

View File

@ -14,7 +14,7 @@ VLINK="#840084"
ALINK="#0000FF"
><H1
><A
NAME="FINDSMB"
NAME="SMBSPOOL"
>smbspool</A
></H1
><DIV
@ -24,7 +24,7 @@ NAME="AEN5"
></A
><H2
>Name</H2
>nmblookup&nbsp;--&nbsp;send print file to an SMB printer</DIV
>smbspool&nbsp;--&nbsp;send print file to an SMB printer</DIV
><DIV
CLASS="REFSYNOPSISDIV"
><A
@ -178,28 +178,24 @@ NAME="AEN57"
>SEE ALSO</H2
><P
><A
HREF="nmbd.8.html"
HREF="smbd.8.html"
TARGET="_top"
><B
CLASS="COMMAND"
>nmbd(8)</B
>smbd(8)</B
></A
>,
<A
and <A
HREF="samba.7.html"
TARGET="_top"
>samba(7)</A
>, and <A
HREF="smb.conf.5.html"
TARGET="_top"
>smb.conf(5)</A
>
>.
</P
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN64"
NAME="AEN63"
></A
><H2
>AUTHOR</H2

View File

@ -1,7 +1,7 @@
<HTML
><HEAD
><TITLE
>nmblookup</TITLE
>smbstatus</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.57"></HEAD
@ -15,7 +15,7 @@ ALINK="#0000FF"
><H1
><A
NAME="FINDSMB"
>nmblookup</A
>smbstatus</A
></H1
><DIV
CLASS="REFNAMEDIV"

View File

@ -307,7 +307,7 @@ CLASS="REFSECT1"
NAME="AEN96"
></A
><H2
>WANRNIGS</H2
>WARNINGS</H2
><P
><B
CLASS="COMMAND"