diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-09-28 22:25:29 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-09-28 22:25:29 +0000 |
| commit | 0b104e40789114bbb5d9d261f63287a3a79d0e7a (patch) | |
| tree | 3d62e0dbd9a17b5d898683711debd15a34c42f0f /etc | |
| parent | c25d9c21a9ae7ae3c2a3198ff7c11abd80ebec16 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/inetd.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index 35a37a7d411d..03147f810c06 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -63,3 +63,9 @@ ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd # example entry for the optional ident server # #ident stream tcp wait root /usr/local/sbin/identd identd -w -t120 +# +# Enable the following two entries to enable samba startup from inetd +# (from the Samba documentation). +# +#netbios-ssn stream tcp nowait root /usr/local/sbin/smbd smbd +#netbios-ns dgram udp wait root /usr/local/sbin/nmbd nmbd |
