diff options
Diffstat (limited to 'net-fs/samba/files/samba-xinetd')
-rw-r--r-- | net-fs/samba/files/samba-xinetd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-fs/samba/files/samba-xinetd b/net-fs/samba/files/samba-xinetd new file mode 100644 index 000000000000..a85f5b3ab20c --- /dev/null +++ b/net-fs/samba/files/samba-xinetd @@ -0,0 +1,12 @@ +# Samba smb service with ipv6 support (for samba3) +# Remember to stop samba service starting smbd before you activate this. +service microsoft-ds +{ + flags = REUSE IPV6 + socket_type = stream + wait = no + user = root + server = /usr/sbin/smbd + log_on_failure += USERID + disable = yes +} |