* [gentoo-commits] gentoo-x86 commit in app-admin/eselect-metasploit/files: 91metasploit msfloader-0.14
@ 2014-10-03 4:02 Richard Farina (zerochaos)
0 siblings, 0 replies; only message in thread
From: Richard Farina (zerochaos) @ 2014-10-03 4:02 UTC (permalink / raw
To: gentoo-commits
zerochaos 14/10/03 04:02:56
Modified: 91metasploit msfloader-0.14
Log:
move env to proper place
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Revision Changes Path
1.2 app-admin/eselect-metasploit/files/91metasploit
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-metasploit/files/91metasploit?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-metasploit/files/91metasploit?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-metasploit/files/91metasploit?r1=1.1&r2=1.2
Index: 91metasploit
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-metasploit/files/91metasploit,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 91metasploit 15 Dec 2013 15:23:44 -0000 1.1
+++ 91metasploit 3 Oct 2014 04:02:56 -0000 1.2
@@ -3,3 +3,6 @@
# needed because MSF ships an old version of metasm
# which isn't compatible with the new one
MSF_LOCAL_LIB="/usr/lib/metasploit/lib/metasm"
+
+# needed because MSF doesn't know where it is since the alzheimer's
+MSF_ROOT=/usr/lib/metasploit
1.2 app-admin/eselect-metasploit/files/msfloader-0.14
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-metasploit/files/msfloader-0.14?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-metasploit/files/msfloader-0.14?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-metasploit/files/msfloader-0.14?r1=1.1&r2=1.2
Index: msfloader-0.14
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-metasploit/files/msfloader-0.14,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- msfloader-0.14 3 Oct 2014 03:39:09 -0000 1.1
+++ msfloader-0.14 3 Oct 2014 04:02:56 -0000 1.2
@@ -21,7 +21,7 @@
cp /usr/lib/metasploit/*.gemspec ~/.msf4/
#ensure Gemfile.lock is up to date
-BUNDLE_GEMFILE=~/.msf4/Gemfile MSF_ROOT=/usr/lib/metasploit bundle check > /dev/null 2>&1
+BUNDLE_GEMFILE=~/.msf4/Gemfile bundle check > /dev/null 2>&1
if [ "$?" != "0" ]; then
if [ -f ~/.msf4/Gemfile.lock ]; then
rm ~/.msf4/Gemfile.lock
@@ -31,5 +31,5 @@
fi
#ready to go
-BUNDLE_GEMFILE=~/.msf4/Gemfile MSF_ROOT=/usr/lib/metasploit bundle exec /usr/lib/metasploit/$(basename $0) "$@"
+BUNDLE_GEMFILE=~/.msf4/Gemfile bundle exec /usr/lib/metasploit/$(basename $0) "$@"
#profit
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-10-03 4:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-03 4:02 [gentoo-commits] gentoo-x86 commit in app-admin/eselect-metasploit/files: 91metasploit msfloader-0.14 Richard Farina (zerochaos)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox