diff options
author | Christian Andreetta <satya@gentoo.org> | 2005-11-08 13:28:01 +0000 |
---|---|---|
committer | Christian Andreetta <satya@gentoo.org> | 2005-11-08 13:28:01 +0000 |
commit | 2e52a9a175b4f324b7923735858c74709722fdf8 (patch) | |
tree | 381602c1f79f12a4bdd74d519919e3d6e8585488 /net-fs/samba | |
parent | Stable on sparc (diff) | |
download | gentoo-2-2e52a9a175b4f324b7923735858c74709722fdf8.tar.gz gentoo-2-2e52a9a175b4f324b7923735858c74709722fdf8.tar.bz2 gentoo-2-2e52a9a175b4f324b7923735858c74709722fdf8.zip |
samba-3.0.20b: einfo typo fix. samba-3.0.14-r2: trailing whithespace removal
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'net-fs/samba')
-rw-r--r-- | net-fs/samba/samba-3.0.14a-r2.ebuild | 4 | ||||
-rw-r--r-- | net-fs/samba/samba-3.0.20b.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-fs/samba/samba-3.0.14a-r2.ebuild b/net-fs/samba/samba-3.0.14a-r2.ebuild index 212498bbd4d6..8be4554628d7 100644 --- a/net-fs/samba/samba-3.0.14a-r2.ebuild +++ b/net-fs/samba/samba-3.0.14a-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.14a-r2.ebuild,v 1.19 2005/11/08 13:16:13 satya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.14a-r2.ebuild,v 1.20 2005/11/08 13:28:01 satya Exp $ inherit eutils versionator @@ -232,7 +232,7 @@ src_install() { dodoc ${S2}/{COPYING,Manifest,README,Roadmap,WHATSNEW.txt} dodoc ${CONFDIR}/nsswitch.conf-wins use winbind && dodoc ${CONFDIR}/nsswitch.conf-winbind - + if use examples; then docinto examples cp -pPR ${S2}/examples/* ${D}/usr/share/doc/${PF}/examples diff --git a/net-fs/samba/samba-3.0.20b.ebuild b/net-fs/samba/samba-3.0.20b.ebuild index 60dc49f8aef5..2ab67162df3c 100644 --- a/net-fs/samba/samba-3.0.20b.ebuild +++ b/net-fs/samba/samba-3.0.20b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.20b.ebuild,v 1.4 2005/11/08 13:16:13 satya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.20b.ebuild,v 1.5 2005/11/08 13:28:01 satya Exp $ inherit eutils versionator @@ -296,7 +296,7 @@ pkg_preinst() { pkg_postinst() { if use swat; then einfo "swat must be enabled by xinetd:" - einfo " change the /etc/xinetd/swat configuration" + einfo " change the /etc/xinetd.d/swat configuration" fi einfo "Latest info: README.gentoo in documentation directory" } |