summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Krier <cedk@gentoo.org>2019-02-16 17:24:51 +0100
committerCédric Krier <cedk@gentoo.org>2019-02-16 17:25:19 +0100
commite1e944999a765117e98f7df775a5d5e16051a84c (patch)
treead9d41d0ac0b2c0e528ee97e5e4452e8bb0d3a52
parentdev-lang/vala: remove git ceiling dir hack (diff)
downloadgentoo-e1e944999a765117e98f7df775a5d5e16051a84c.tar.gz
gentoo-e1e944999a765117e98f7df775a5d5e16051a84c.tar.bz2
gentoo-e1e944999a765117e98f7df775a5d5e16051a84c.zip
www-apps/roundup: Update post install warnings
Signed-off-by: Cédric Krier <cedk@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
-rw-r--r--www-apps/roundup/roundup-1.6.0.ebuild10
1 files changed, 1 insertions, 9 deletions
diff --git a/www-apps/roundup/roundup-1.6.0.ebuild b/www-apps/roundup/roundup-1.6.0.ebuild
index 93f94d136de3..bb623df06580 100644
--- a/www-apps/roundup/roundup-1.6.0.ebuild
+++ b/www-apps/roundup/roundup-1.6.0.ebuild
@@ -25,14 +25,6 @@ python_install_all() {
}
pkg_postinst() {
- ewarn "As a non privileged user! (not root)"
- ewarn "Run 'roundup-admin install' to set up a roundup instance"
- ewarn "Then edit your config.ini file in the tracker home you setup"
- ewarn "Run 'roundup-admin initialise' to setup the admin pass"
- ewarn "run /usr/bin/roundup start port host \"your tracker name\" [your tracker home], and all should work!"
- ewarn "run /usr/bin/roundup stop [your tracker home] to stop the server"
- ewarn "log is in [tracker home]/roundup.log"
- ewarn "pid file is in [tracker home]/roundup.pid"
- ewarn
+ ewarn "See installation.txt for initialisation instructions."
ewarn "See upgrading.txt for upgrading instructions."
}