diff options
author | Charlie Shepherd <masterdriverz@gentoo.org> | 2006-11-23 22:34:33 +0000 |
---|---|---|
committer | Charlie Shepherd <masterdriverz@gentoo.org> | 2006-11-23 22:34:33 +0000 |
commit | 62848787267749231dc600025f3600136b196b8e (patch) | |
tree | 583e2acaf4d6675ba058aa4a345d518f29f534f7 /www-apps/roundup/roundup-0.8.5.ebuild | |
parent | Remove old version (diff) | |
download | gentoo-2-62848787267749231dc600025f3600136b196b8e.tar.gz gentoo-2-62848787267749231dc600025f3600136b196b8e.tar.bz2 gentoo-2-62848787267749231dc600025f3600136b196b8e.zip |
Fix post-install instructions, thanks to James McArthur, bug 108946
(Portage version: 2.1.2_rc2)
Diffstat (limited to 'www-apps/roundup/roundup-0.8.5.ebuild')
-rw-r--r-- | www-apps/roundup/roundup-0.8.5.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www-apps/roundup/roundup-0.8.5.ebuild b/www-apps/roundup/roundup-0.8.5.ebuild index 29227aab8bcf..7838f1360358 100644 --- a/www-apps/roundup/roundup-0.8.5.ebuild +++ b/www-apps/roundup/roundup-0.8.5.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/www-apps/roundup/roundup-0.8.5.ebuild,v 1.1 2005/11/25 18:38:55 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/roundup/roundup-0.8.5.ebuild,v 1.2 2006/11/23 22:34:33 masterdriverz Exp $ inherit eutils @@ -32,7 +32,8 @@ pkg_postinst() { einfo "Run 'roundup-admin install' to set up a roundup instance" einfo "Then edit your config.py file in the tracker home you setup" einfo "Run 'roundup-admin initialise' to setup the admin pass" - einfo "run /usr/bin/roundup start port host [your tracker home] and all should work!" + einfo "run /usr/bin/roundup start port host \"your tracker name\" [your \ +tracker home], and all should work!" einfo "run /usr/bin/roundup stop [your tracker home] to stop the server" einfo "log is in [tracker home]/roundup.log" einfo "pid file is in [tracker home]/roundup.pid" |