Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 51391 Details for
Bug 82303
sguil-sensor-0.5.3.ebuild (update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sguil-sensor-0.5.3.ebuild (update)
sguil-sensor-0.5.3.ebuild (text/plain), 1.63 KB, created by
Ben Howell
on 2005-02-16 17:35:59 UTC
(
hide
)
Description:
sguil-sensor-0.5.3.ebuild (update)
Filename:
MIME Type:
Creator:
Ben Howell
Created:
2005-02-16 17:35:59 UTC
Size:
1.63 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="Sensor part for sguil NMS" >HOMEPAGE="http://sguil.sf.net" >SRC_URI="mirror://sourceforge/sguil/sguil-sensor-${PV}.tar.gz" >LICENSE="QPL" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="" > >DEPEND="" >RDEPEND=" > net-analyzer/snort > net-analyzer/barnyard > >=dev-lang/tcl-8.3 >" > >S=${WORKDIR}/sguil-${PV} > >src_install() { > dobin sensor/sensor_agent.tcl > > exeinto /etc/init.d; newexe ${FILESDIR}/log_packets.initd log_packets > exeinto /etc/init.d; newexe ${FILESDIR}/sensor_agent.initd sensor_agent > insinto /etc/conf.d; newins ${FILESDIR}/log_packets.confd log_packets > insinto /etc/snort; doins sensor/sensor_agent.conf > insinto /usr/share/${P}; doins sensor/sancp/sancp.conf > > # Create the directory structure... > > insinto /snort_data; keepdir /snort_data > insinto /snort_data/sample_sensor; keepdir /snort_data/sample_sensor > insinto /snort_data/sample_sensor/portscans; keepdir /snort_data/sample_sensor/portscans > insinto /snort_data/sample_sensor/ssn_logs; keepdir /snort_data/sample_sensor/ssn_logs > insinto /snort_data/sample_sensor/dailylogs; keepdir /snort_data/sample_sensor/dailylogs > chown -R snort:snort ${D}/snort_data > dodoc doc/* >} > >pkg_postinst() { > einfo "####################################################################" > einfo "Recommendation for crontab:" > einfo "00 0-23/1 * * * /etc/init.d/log_packets.sh restart > /dev/null 2>&1" > einfo "sancp conf is in /usr/share/${P}" > einfo "####################################################################" >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 82303
: 51391 |
51392
|
51846
|
51847
|
51848