summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-fs/samba/files/samba-xinetd')
-rw-r--r--net-fs/samba/files/samba-xinetd12
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
+}