diff options
author | Gustavo Felisberto <humpback@gentoo.org> | 2004-06-07 14:41:13 +0000 |
---|---|---|
committer | Gustavo Felisberto <humpback@gentoo.org> | 2004-06-07 14:41:13 +0000 |
commit | 0e76c3a1d5ed3c8e07a7c9f2b1b70587e72fd7e1 (patch) | |
tree | fae079e51b4a62267143c92529dded7311006d32 /net-im | |
parent | added pre-1.0.5 patch to subversion (Manifest recommit) (diff) | |
download | gentoo-2-0e76c3a1d5ed3c8e07a7c9f2b1b70587e72fd7e1.tar.gz gentoo-2-0e76c3a1d5ed3c8e07a7c9f2b1b70587e72fd7e1.tar.bz2 gentoo-2-0e76c3a1d5ed3c8e07a7c9f2b1b70587e72fd7e1.zip |
Small fix in the einfo about the docs
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/aim-transport/aim-transport-20040131-r1.ebuild | 4 | ||||
-rw-r--r-- | net-im/aim-transport/files/aim-transport.init | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-im/aim-transport/aim-transport-20040131-r1.ebuild b/net-im/aim-transport/aim-transport-20040131-r1.ebuild index 56dba2ae233f..efa79a051237 100644 --- a/net-im/aim-transport/aim-transport-20040131-r1.ebuild +++ b/net-im/aim-transport/aim-transport-20040131-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/aim-transport/aim-transport-20040131-r1.ebuild,v 1.3 2004/06/03 16:16:39 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/aim-transport/aim-transport-20040131-r1.ebuild,v 1.4 2004/06/07 14:41:13 humpback Exp $ inherit eutils @@ -52,7 +52,7 @@ src_install() { pkg_postinst() { einfo - einfo "Please read /usr/share/doc/${P}/README.Gentoo.gz" + einfo "Please read /usr/share/doc/${PN}-${PVR}/README.Gentoo.gz" einfo "And please notice that now msn-transport comes with a init.d script" einfo "dont forget to add it to your runlevel." einfo diff --git a/net-im/aim-transport/files/aim-transport.init b/net-im/aim-transport/files/aim-transport.init index 31b1bab850f5..9085f665a20e 100644 --- a/net-im/aim-transport/files/aim-transport.init +++ b/net-im/aim-transport/files/aim-transport.init @@ -15,7 +15,7 @@ stop() { ebegin "Stoping AIM Jabber Transport" kill `cat /var/log/jabber/aim.pid` sleep 2 - if ( -f /var/log/jabber/aim.pid ); then + if [ -f /var/log/jabber/aim.pid ]; then kill -9 `cat /var/log/jabber/aim.pid` rm -f /var/log/jabber/aim.pid fi |