Gentoo Archives: gentoo-commits

From: "Cédric Krier" <cedk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
Date: Sat, 16 Feb 2019 16:25:28
Message-Id: 1550334319.e1e944999a765117e98f7df775a5d5e16051a84c.cedk@gentoo
1 commit: e1e944999a765117e98f7df775a5d5e16051a84c
2 Author: Cédric Krier <cedk <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 16:24:51 2019 +0000
4 Commit: Cédric Krier <cedk <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 16:25:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e94499
7
8 www-apps/roundup: Update post install warnings
9
10 Signed-off-by: Cédric Krier <cedk <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 www-apps/roundup/roundup-1.6.0.ebuild | 10 +---------
14 1 file changed, 1 insertion(+), 9 deletions(-)
15
16 diff --git a/www-apps/roundup/roundup-1.6.0.ebuild b/www-apps/roundup/roundup-1.6.0.ebuild
17 index 93f94d136de..bb623df0658 100644
18 --- a/www-apps/roundup/roundup-1.6.0.ebuild
19 +++ b/www-apps/roundup/roundup-1.6.0.ebuild
20 @@ -25,14 +25,6 @@ python_install_all() {
21 }
22
23 pkg_postinst() {
24 - ewarn "As a non privileged user! (not root)"
25 - ewarn "Run 'roundup-admin install' to set up a roundup instance"
26 - ewarn "Then edit your config.ini file in the tracker home you setup"
27 - ewarn "Run 'roundup-admin initialise' to setup the admin pass"
28 - ewarn "run /usr/bin/roundup start port host \"your tracker name\" [your tracker home], and all should work!"
29 - ewarn "run /usr/bin/roundup stop [your tracker home] to stop the server"
30 - ewarn "log is in [tracker home]/roundup.log"
31 - ewarn "pid file is in [tracker home]/roundup.pid"
32 - ewarn
33 + ewarn "See installation.txt for initialisation instructions."
34 ewarn "See upgrading.txt for upgrading instructions."
35 }