--- /usr/portage/net-fs/samba/samba-3.0.24-r3.ebuild 2007-06-25 01:36:21.000000000 +0300 +++ samba-3.0.24-r3.ebuild 2007-08-06 13:18:42.279327829 +0300 @@ -8,7 +8,8 @@ inherit eutils autotools versionator pam IUSE_LINGUAS="ja pl" -IUSE="acl async automount caps cups doc examples kerberos kernel_linux ldap fam +IUSE="acl async automount caps cups doc examples ipv6 kerberos + kernel_linux ldap fam linguas_ja linguas_pl oav pam python quotas readline selinux swat syslog winbind" @@ -41,6 +42,7 @@ readline? ( sys-libs/readline ) selinux? ( sec-policy/selinux-samba ) swat? ( sys-apps/xinetd ) + ipv6? ( sys-apps/xinetd ) syslog? ( virtual/logger ) fam? ( virtual/fam ) caps? ( sys-libs/libcap )" @@ -228,6 +230,10 @@ insinto /etc/openldap/schema doins ${S2}/examples/LDAP/samba.schema fi + if use ipv6 ; then + insinto /etc/xinetd.d + doins "${FILESDIR}/smb" + fi # dirs diropts -m0700 ; keepdir ${PRIVATE_DST} @@ -293,6 +299,10 @@ einfo "swat must be enabled by xinetd:" einfo " change the /etc/xinetd.d/swat configuration" fi + if use ipv6 ; then + einfo "ipv6 support must be enabled by xinetd:" + einfo " change the /etc/xinetd.d/smb configuration" + fi einfo "Latest info: README.gentoo in documentation directory" }