mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
set: path to metasploit corrected
This commit is contained in:
parent
d6261b82ce
commit
9c66aaa56b
2 changed files with 6 additions and 5 deletions
|
|
@ -1,2 +1,2 @@
|
|||
AUX set 41 RMD160 d409a05d5764a3a017df12575924419b9438fc5c SHA1 e95fdf8e48af1b1c4bdfbe8443ade5d8da0a7e62 SHA256 61fa527c1906be500005f480446cdfe04e45e48e9ce1a7415e90570ff9f74a27
|
||||
EBUILD set-9999.ebuild 1937 RMD160 b916894b52bd6a97ebb7821ddb6b708032cf6a8d SHA1 0759f46ba2ccad4d4c59e14724826a612c410a39 SHA256 0696bd5d742401ff59d26165a49f3f4a64f85bd22afc1e987aec53175f9a02ba
|
||||
EBUILD set-9999.ebuild 1963 RMD160 3fbde00e3f69fa536835e6a0368ed992a394f6f7 SHA1 f669fdff3e0351f83040fe30499f987acdace978 SHA256 866a5bb168478602fef05a43d2f6af6294117395817602244e210e75df79af52
|
||||
|
|
|
|||
|
|
@ -20,12 +20,13 @@ IUSE="ettercap"
|
|||
# blocker on ruby-1.8.7:
|
||||
# http://spool.metasploit.com/pipermail/framework/2008-September/003671.html
|
||||
RDEPEND="virtual/jdk
|
||||
net-analyzer/metasploit:3
|
||||
net-analyzer/metasploit[symlink]
|
||||
dev-python/pexpect
|
||||
net-misc/wget
|
||||
ettercap? ( net-analyzer/ettercap )
|
||||
|| ( mail-mta/postfix
|
||||
mail-mta/sendmail )"
|
||||
|| ( mail-mta/postfix
|
||||
mail-mta/sendmail
|
||||
mail-mta/ssmtp )"
|
||||
DEPEND=""
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
|
@ -39,7 +40,7 @@ src_compile() {
|
|||
fi
|
||||
# We forced postfix or sendmail anyway
|
||||
sed -e 's:SENDMAIL=OFF:SENDMAIL=ON:' -i config/set_config
|
||||
sed -e 's:METASPLOIT_PATH=.*:METASPLOIT_PATH=/usr/lib/metasploit3/:' -i config/set_config
|
||||
sed -e 's:METASPLOIT_PATH=.*:METASPLOIT_PATH=/usr/lib/metasploit/:' -i config/set_config
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue