diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2009-12-09 16:29:51 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2009-12-09 16:29:51 +0000 |
commit | 5aa6d9ce761c333c4c84f283f630e2fc9c24d0c5 (patch) | |
tree | 04374f3910225e8397b0f5c4471c3865edc4aa6f /net-fs | |
parent | clean up (diff) | |
download | gentoo-2-5aa6d9ce761c333c4c84f283f630e2fc9c24d0c5.tar.gz gentoo-2-5aa6d9ce761c333c4c84f283f630e2fc9c24d0c5.tar.bz2 gentoo-2-5aa6d9ce761c333c4c84f283f630e2fc9c24d0c5.zip |
Fix to allow a working swat, patch thanks to Jared Hancock <gravydish@gmail.com> bug #283532
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba-server/ChangeLog | 7 | ||||
-rw-r--r-- | net-fs/samba-server/samba-server-3.3.9.ebuild | 4 | ||||
-rw-r--r-- | net-fs/samba-server/samba-server-3.4.3-r1.ebuild | 4 |
3 files changed, 12 insertions, 3 deletions
diff --git a/net-fs/samba-server/ChangeLog b/net-fs/samba-server/ChangeLog index d6d2fe6938bf..3f32e3e60eb1 100644 --- a/net-fs/samba-server/ChangeLog +++ b/net-fs/samba-server/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-fs/samba-server # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba-server/ChangeLog,v 1.27 2009/11/30 16:04:51 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba-server/ChangeLog,v 1.28 2009/12/09 16:29:51 vostorga Exp $ + + 09 Dec 2009; Víctor Ostorga <vostorga@gentoo.org> + samba-server-3.3.9.ebuild, samba-server-3.4.3-r1.ebuild: + Fix to allow a working swat, patch thanks to Jared Hancock + <gravydish@gmail.com> bug #283532 30 Nov 2009; Raúl Porcel <armin76@gentoo.org> samba-server-3.4.3-r1.ebuild: diff --git a/net-fs/samba-server/samba-server-3.3.9.ebuild b/net-fs/samba-server/samba-server-3.3.9.ebuild index 1e4cfcf69501..731c7052038f 100644 --- a/net-fs/samba-server/samba-server-3.3.9.ebuild +++ b/net-fs/samba-server/samba-server-3.3.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba-server/samba-server-3.3.9.ebuild,v 1.3 2009/11/08 03:31:12 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba-server/samba-server-3.3.9.ebuild,v 1.4 2009/12/09 16:29:51 vostorga Exp $ EAPI="2" @@ -200,6 +200,8 @@ src_install() { if use swat ; then insinto /etc/xinetd.d newins "${CONFDIR}/swat.xinetd" swat + script/installswat.sh "${D}" "${ROOT}/usr/share/doc/${PF}/swat" "${S}" \ + || die "installing swat failed" fi dodoc ../MAINTAINERS ../README* ../Roadmap ../WHATSNEW.txt ../docs/THANKS diff --git a/net-fs/samba-server/samba-server-3.4.3-r1.ebuild b/net-fs/samba-server/samba-server-3.4.3-r1.ebuild index 076e206ba14e..256c6d42f450 100644 --- a/net-fs/samba-server/samba-server-3.4.3-r1.ebuild +++ b/net-fs/samba-server/samba-server-3.4.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba-server/samba-server-3.4.3-r1.ebuild,v 1.4 2009/11/30 16:04:51 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba-server/samba-server-3.4.3-r1.ebuild,v 1.5 2009/12/09 16:29:51 vostorga Exp $ EAPI="2" @@ -206,6 +206,8 @@ src_install() { if use swat ; then insinto /etc/xinetd.d newins "${CONFDIR}/swat.xinetd" swat + script/installswat.sh "${D}" "${ROOT}/usr/share/doc/${PF}/swat" "${S}" \ + || die "installing swat failed" fi dodoc ../MAINTAINERS ../README* ../Roadmap ../WHATSNEW.txt ../docs/THANKS |