diff options
author | Richard Farina <zerochaos@gentoo.org> | 2014-04-17 18:14:17 +0000 |
---|---|---|
committer | Richard Farina <zerochaos@gentoo.org> | 2014-04-17 18:14:17 +0000 |
commit | f14e298557927bd6bd30759e3e7446f6025eb02c (patch) | |
tree | e9e6c8672598d8645bfca403c64f36092e846c04 /net-analyzer/metasploit/metasploit-9999.ebuild | |
parent | cleanup old, fix bug #507816 by pinning deps properly in Gemfile (diff) | |
download | historical-f14e298557927bd6bd30759e3e7446f6025eb02c.tar.gz historical-f14e298557927bd6bd30759e3e7446f6025eb02c.tar.bz2 historical-f14e298557927bd6bd30759e3e7446f6025eb02c.zip |
add elog command to warn user to update their env before running, bug #496720
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
Manifest-Sign-Key: 0xDD11F94A
Diffstat (limited to 'net-analyzer/metasploit/metasploit-9999.ebuild')
-rw-r--r-- | net-analyzer/metasploit/metasploit-9999.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-analyzer/metasploit/metasploit-9999.ebuild b/net-analyzer/metasploit/metasploit-9999.ebuild index c5a34751b599..0807f04c769c 100644 --- a/net-analyzer/metasploit/metasploit-9999.ebuild +++ b/net-analyzer/metasploit/metasploit-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild,v 1.19 2014/04/17 18:09:16 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild,v 1.20 2014/04/17 18:14:15 zerochaos Exp $ EAPI="5" @@ -241,6 +241,9 @@ all_ruby_install() { } pkg_postinst() { + elog "Before use you should run 'env-update' and '. /etc/profile'" + elog "otherwise you may be missing important environmental variables." + elog "You need to prepare the database by running:" elog "emerge --config postgresql-server" elog "/etc/init.d/postgresql-<version> start" |