This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to...
[kai/samba.git] / packaging / Debian / debian / sambaconfig.8
1 .TH SAMBACONFIG 8 06-Apr-1998
2 .SH NAME
3 sambaconfig \- configure Samba for Debian systems
4 .SH SYNOPSIS
5 sambaconfig [--run-from-inetd|--run-as-daemons] [--no-reload]
6 .SH DESCRIPTION
7 .B sambaconfig
8 is used to simplify the configuration of samba(8) for use on Debian
9 systems.
10 .PP
11 You may run this program to (re)configure samba for your Debian system 
12 at any time.
13 .PP
14 Normally
15 .B sambaconfig
16 will ask if you want to reload the Samba daemons after making changes to its
17 configuration. The --no-reload option will avoid this question. Note
18 that if Samba is running from inetd and --no-reload is not supplied no
19 questions is asked because Samba will start automatically from inetd
20 when there is traffic on the NetBIOS ports.
21 .SH FILES
22 .TP
23 /etc/inetd.conf
24 If the lines that start the NetBIOS daemons nmbd and smbd are
25 commented out then Samba will start as daemons from /etc/init.d/start
26 .TP
27 /etc/init.d/samba
28 Script that will start/stop/restart Samba when running as daemons
29 .TP
30 /etc/samba/smbpasswd
31 Encrypted passwords file for the Samba daemons
32 .TP
33 /etc/samba/debian_config
34 Debian specific configuration information, it holds the mode in which
35 Samba is running (from inetd or as daemons).
36 .SH SEE ALSO
37 samba(7), nmbd(8), smbd(8)
38 .SH AUTHOR
39 Eloy A. Paris <peloy@debian.org> (man page based on sendmailconfig's man page
40 by Robert Leslie <rob@mars.org>)