* [gentoo-commits] gentoo-x86 commit in net-analyzer/metasploit/files: msfweb3.4.initd msfweb3.4.confd
@ 2010-05-19 2:42 Patrick Lauer (patrick)
0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2010-05-19 2:42 UTC (permalink / raw
To: gentoo-commits
patrick 10/05/19 02:42:04
Added: msfweb3.4.initd msfweb3.4.confd
Log:
Bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.1 net-analyzer/metasploit/files/msfweb3.4.initd
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/files/msfweb3.4.initd?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/files/msfweb3.4.initd?rev=1.1&content-type=text/plain
Index: msfweb3.4.initd
===================================================================
#!/sbin/runscript
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/files/msfweb3.4.initd,v 1.1 2010/05/19 02:42:03 patrick Exp $
PIDFILE=/var/run/msfweb3.4.pid
start() {
ebegin "Starting msfweb3.4"
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.4 is started but needs some before it serves clients."
}
stop() {
ebegin "Stopping msfweb"
start-stop-daemon --stop --quiet -s 9 --pidfile ${PIDFILE}
eend $?
}
1.1 net-analyzer/metasploit/files/msfweb3.4.confd
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/files/msfweb3.4.confd?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/files/msfweb3.4.confd?rev=1.1&content-type=text/plain
Index: msfweb3.4.confd
===================================================================
# 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"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-05-19 2:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-19 2:42 [gentoo-commits] gentoo-x86 commit in net-analyzer/metasploit/files: msfweb3.4.initd msfweb3.4.confd Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox