Ticket #42858: Portfile-suricata.2.diff
File Portfile-suricata.2.diff, 1.1 KB (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
Portfile
old new 132 132 xinstall -d ${destroot}${prefix}/etc/${name} 133 133 xinstall -d ${destroot}${prefix}/var/log/${name} 134 134 xinstall -d ${destroot}${prefix}/etc/${name}/rules 135 ## putting in the examples, emergingthreat set has them136 foreach f { decoder-events.rules http-events.rules stream-events.rules files.rules smtp-events.rules } {137 xinstall ${worksrcpath}/rules/${f} ${destroot}${prefix}/ share/examples/${name}135 ## putting in the rules, emergingthreat set has them 136 foreach f { decoder-events.rules dns-events.rules http-events.rules stream-events.rules files.rules smtp-events.rules } { 137 xinstall ${worksrcpath}/rules/${f} ${destroot}${prefix}/etc/suricata/rules/${name} 138 138 } 139 xinstall ${worksrcpath}/threshold.config ${destroot}${prefix}/etc/suricata/threshold.config 139 140 destroot.keepdirs ${destroot}${prefix}/etc/${name} \ 140 141 ${destroot}${prefix}/var/log/${name} \ 141 142 ${destroot}${prefix}/etc/${name}/rules