# Make all .so files executable
find "${D}" -type f -name "*.so" -exec chmod +x {} +
+ # install example config file
+ insinto /etc/samba
+ doins examples/smb.conf.default
+
# Install init script and conf.d file
newinitd "${CONFDIR}/samba4.initd-r1" samba
newconfd "${CONFDIR}/samba4.confd" samba
# Make all .so files executable
find "${D}" -type f -name "*.so" -exec chmod +x {} +
+ # install example config file
+ insinto /etc/samba
+ doins examples/smb.conf.default
+
# Install init script and conf.d file
newinitd "${CONFDIR}/samba4.initd-r1" samba
newconfd "${CONFDIR}/samba4.confd" samba
elog "For further information and migration steps make sure to read "
elog "http://samba.org/samba/history/${P}.html "
- elog "http://samba.org/samba/history/${PN}-4.0.0.html and"
+ elog "http://samba.org/samba/history/${PN}-4.1.0.html and"
elog "http://wiki.samba.org/index.php/Samba4/HOWTO "
}
# Make all .so files executable
find "${D}" -type f -name "*.so" -exec chmod +x {} +
+ # install example config file
+ insinto /etc/samba
+ doins examples/smb.conf.default
+
# Install init script and conf.d file
newinitd "${CONFDIR}/samba4.initd-r1" samba
newconfd "${CONFDIR}/samba4.confd" samba
elog "For further information and migration steps make sure to read "
elog "http://samba.org/samba/history/${P}.html "
- elog "http://samba.org/samba/history/${PN}-4.0.0.html and"
+ elog "http://samba.org/samba/history/${PN}-4.2.0.html and"
elog "http://wiki.samba.org/index.php/Samba4/HOWTO "
}