diff options
Diffstat (limited to 'security/sguil-sensor')
-rw-r--r-- | security/sguil-sensor/Makefile | 6 | ||||
-rw-r--r-- | security/sguil-sensor/files/example_agent.in (renamed from security/sguil-sensor/files/example_agent.sh.in) | 0 | ||||
-rw-r--r-- | security/sguil-sensor/files/pads_agent.in (renamed from security/sguil-sensor/files/pads_agent.sh.in) | 0 | ||||
-rw-r--r-- | security/sguil-sensor/files/pcap_agent.in (renamed from security/sguil-sensor/files/pcap_agent.sh.in) | 0 | ||||
-rw-r--r-- | security/sguil-sensor/files/sancp_agent.in (renamed from security/sguil-sensor/files/sancp_agent.sh.in) | 0 | ||||
-rw-r--r-- | security/sguil-sensor/files/snort_agent.in (renamed from security/sguil-sensor/files/snort_agent.sh.in) | 0 |
6 files changed, 3 insertions, 3 deletions
diff --git a/security/sguil-sensor/Makefile b/security/sguil-sensor/Makefile index 2d47f4feba7b..c09260dc11fa 100644 --- a/security/sguil-sensor/Makefile +++ b/security/sguil-sensor/Makefile @@ -23,7 +23,7 @@ OPTIONS= SANCP "Include sancp sensor" off \ PADS "Include pads sensor" off NO_BUILD= yes -USE_RC_SUBR= example_agent.sh pcap_agent.sh snort_agent.sh +USE_RC_SUBR= example_agent pcap_agent snort_agent TCLSH_CMD?= tclsh8.4 WRKSRC= ${WRKDIR}/sguil-${PORTVERSION} SUB_LIST= SGUILDIR=${SGUILDIR} @@ -41,7 +41,7 @@ WITH_PCRE= true .if defined(WITH_SANCP) RUN_DEPENDS+= sancp:${PORTSDIR}/security/sancp -USE_RC_SUBR+= sancp_agent.sh +USE_RC_SUBR+= sancp_agent SUB_FILES+= sancp_agent.sh PLIST_SUB+= USESANCP= .else @@ -50,7 +50,7 @@ PLIST_SUB+= USESANCP="@comment " .if defined(WITH_PADS) RUN_DEPENDS+= pads:${PORTSDIR}/net-mgmt/pads -USE_RC_SUBR+= pads_agent.sh +USE_RC_SUBR+= pads_agent SUB_FILES+= pads_agent.sh PLIST_SUB+= USEPADS= .else diff --git a/security/sguil-sensor/files/example_agent.sh.in b/security/sguil-sensor/files/example_agent.in index 79b449745ea3..79b449745ea3 100644 --- a/security/sguil-sensor/files/example_agent.sh.in +++ b/security/sguil-sensor/files/example_agent.in diff --git a/security/sguil-sensor/files/pads_agent.sh.in b/security/sguil-sensor/files/pads_agent.in index 757f03ee2e35..757f03ee2e35 100644 --- a/security/sguil-sensor/files/pads_agent.sh.in +++ b/security/sguil-sensor/files/pads_agent.in diff --git a/security/sguil-sensor/files/pcap_agent.sh.in b/security/sguil-sensor/files/pcap_agent.in index 264c2ab4b865..264c2ab4b865 100644 --- a/security/sguil-sensor/files/pcap_agent.sh.in +++ b/security/sguil-sensor/files/pcap_agent.in diff --git a/security/sguil-sensor/files/sancp_agent.sh.in b/security/sguil-sensor/files/sancp_agent.in index 7b93fd4f6c39..7b93fd4f6c39 100644 --- a/security/sguil-sensor/files/sancp_agent.sh.in +++ b/security/sguil-sensor/files/sancp_agent.in diff --git a/security/sguil-sensor/files/snort_agent.sh.in b/security/sguil-sensor/files/snort_agent.in index 154f738118f7..154f738118f7 100644 --- a/security/sguil-sensor/files/snort_agent.sh.in +++ b/security/sguil-sensor/files/snort_agent.in |