diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2007-09-09 10:57:29 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2007-09-09 10:57:29 +0000 |
commit | c03c65219d7c87e1c43531deb62b1cfdfc8bb2d7 (patch) | |
tree | af5169a79703d1c36d4bb613756070c783ab6685 /net-fs/samba | |
parent | Version bump (#190368) (diff) | |
download | gentoo-2-c03c65219d7c87e1c43531deb62b1cfdfc8bb2d7.tar.gz gentoo-2-c03c65219d7c87e1c43531deb62b1cfdfc8bb2d7.tar.bz2 gentoo-2-c03c65219d7c87e1c43531deb62b1cfdfc8bb2d7.zip |
Fixed newins and removed install of {mount,umount}.cifs.8 (bugs #191804 and #191805 thanks to Jakub Moc)
(Portage version: 2.1.3.8)
Diffstat (limited to 'net-fs/samba')
-rw-r--r-- | net-fs/samba/ChangeLog | 7 | ||||
-rw-r--r-- | net-fs/samba/samba-3.0.25c-r1.ebuild | 6 |
2 files changed, 10 insertions, 3 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog index d2be1a4c4265..3e97e9bda784 100644 --- a/net-fs/samba/ChangeLog +++ b/net-fs/samba/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-fs/samba # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.299 2007/09/08 12:05:53 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.300 2007/09/09 10:57:29 dev-zero Exp $ + + 09 Sep 2007; Tiziano Müller <dev-zero@gentoo.org> + samba-3.0.25c-r1.ebuild: + Fixed newins and removed install of {mount,umount}.cifs.8 (bugs #191804 and + #191805 thanks to Jakub Moc) *samba-3.0.25c-r1 (08 Sep 2007) diff --git a/net-fs/samba/samba-3.0.25c-r1.ebuild b/net-fs/samba/samba-3.0.25c-r1.ebuild index 375f5b93c384..20399acf12b3 100644 --- a/net-fs/samba/samba-3.0.25c-r1.ebuild +++ b/net-fs/samba/samba-3.0.25c-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.25c-r1.ebuild,v 1.1 2007/09/08 12:05:53 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.25c-r1.ebuild,v 1.2 2007/09/09 10:57:29 dev-zero Exp $ inherit eutils pam python multilib versionator confutils @@ -57,6 +57,8 @@ src_unpack() { -e 's|"lib32" ||' \ -e 's|if test -d "$i/$l" ;|if test -d "$i/$l" -o -L "$i/$l";|' \ configure || die "sed failed" + + rm "${S}/docs/manpages"/{mount,umount}.cifs.8 } src_compile() { @@ -203,7 +205,7 @@ src_install() { use winbind && doins ${CONFDIR}/system-auth-winbind if use swat ; then insinto /etc/xinetd.d - newins "${CONFDIR}/swat.xinetd swat" + newins "${CONFDIR}/swat.xinetd" swat else rm -f "${D}/usr/sbin/swat" rm -f "${D}/usr/share/man/man8/swat.8" |