summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2010-11-14 23:16:38 +0000
committerPatrick Lauer <patrick@gentoo.org>2010-11-14 23:16:38 +0000
commit9c50da3921f7703515931fdf9bbdc864d086d824 (patch)
treecf2a553ce5d808b8e0f1a3dc36160694bd41b609 /net-analyzer
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-9c50da3921f7703515931fdf9bbdc864d086d824.tar.gz
gentoo-2-9c50da3921f7703515931fdf9bbdc864d086d824.tar.bz2
gentoo-2-9c50da3921f7703515931fdf9bbdc864d086d824.zip
msfweb actually doesn't exist anymore
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/metasploit/ChangeLog6
-rw-r--r--net-analyzer/metasploit/files/msfweb3.5.confd10
-rw-r--r--net-analyzer/metasploit/files/msfweb3.5.initd20
-rw-r--r--net-analyzer/metasploit/metasploit-3.5.0.ebuild6
4 files changed, 6 insertions, 36 deletions
diff --git a/net-analyzer/metasploit/ChangeLog b/net-analyzer/metasploit/ChangeLog
index 5726b1bc4d5d..0d4a2100d005 100644
--- a/net-analyzer/metasploit/ChangeLog
+++ b/net-analyzer/metasploit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/metasploit
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.52 2010/11/14 22:55:42 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.53 2010/11/14 23:16:38 patrick Exp $
+
+ 14 Nov 2010; Patrick Lauer <patrick@gentoo.org> -files/msfweb3.5.confd,
+ metasploit-3.5.0.ebuild, -files/msfweb3.5.initd:
+ msfweb actually doesn't exist anymore
*metasploit-3.5.0 (14 Nov 2010)
diff --git a/net-analyzer/metasploit/files/msfweb3.5.confd b/net-analyzer/metasploit/files/msfweb3.5.confd
deleted file mode 100644
index b0cf87e6dfaf..000000000000
--- a/net-analyzer/metasploit/files/msfweb3.5.confd
+++ /dev/null
@@ -1,10 +0,0 @@
-# Config file for /etc/init.d/metasploit
-
-# Bind to the following IP instead of the loopback address
-IPADDR=127.0.0.1
-
-# Bind to the following TCP port instead of default 55555
-PORT=55555
-
-# All options
-MSF_OPTS="-a $IPADDR -p $PORT"
diff --git a/net-analyzer/metasploit/files/msfweb3.5.initd b/net-analyzer/metasploit/files/msfweb3.5.initd
deleted file mode 100644
index bf8040c24710..000000000000
--- a/net-analyzer/metasploit/files/msfweb3.5.initd
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/files/msfweb3.5.initd,v 1.1 2010/11/14 22:55:42 patrick Exp $
-
-PIDFILE=/var/run/msfweb3.5.pid
-
-start() {
- ebegin "Starting msfweb3.5"
- start-stop-daemon --start --quiet --background --startas msfweb3.4 --exec /usr/lib/metasploit3.4/msfweb \
- --pidfile ${PIDFILE} --make-pidfile -- ${MSF_OPTS}
- eend $?
- einfo "Note: msfweb3.5 is started but needs some before it serves clients."
-}
-
-stop() {
- ebegin "Stopping msfweb"
- start-stop-daemon --stop --quiet -s 9 --pidfile ${PIDFILE}
- eend $?
-}
diff --git a/net-analyzer/metasploit/metasploit-3.5.0.ebuild b/net-analyzer/metasploit/metasploit-3.5.0.ebuild
index 4cae814a7872..cf2c8b473c37 100644
--- a/net-analyzer/metasploit/metasploit-3.5.0.ebuild
+++ b/net-analyzer/metasploit/metasploit-3.5.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-3.5.0.ebuild,v 1.1 2010/11/14 22:55:42 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-3.5.0.ebuild,v 1.2 2010/11/14 23:16:38 patrick Exp $
SRC_URI="http://www.metasploit.com/releases/framework-${PV}.tar.bz2"
@@ -49,10 +49,6 @@ src_install() {
chown -R root:0 "${D}"
- newinitd "${FILESDIR}"/msfweb${SLOT}.initd msfweb${SLOT} \
- || die "newinitd failed"
- newconfd "${FILESDIR}"/msfweb${SLOT}.confd msfweb${SLOT} \
- || die "newconfd failed"
}
pkg_postinst() {