Removing more vestiges of BroCtl from Bro.

This commit is contained in:
Seth Hall 2011-07-07 21:24:51 -04:00
parent 6010f7950e
commit 77435d2724
2 changed files with 3 additions and 12 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
# After configured by CMake, this file prints the absolute path to policy
# files that come with the source distributions of Bro and Broctl as well
# as policy files that are generated by the BIF compiler at compile time
# files that come with the source distributions of Bro as well as policy
# files that are generated by the BIF compiler at compile time.
#
# The intended use of this script is to make it easier to run Bro from
# the build directory, avoiding the need to install it. This could be
@ -14,8 +14,6 @@ broPolicies=${PROJECT_SOURCE_DIR}/policy:${PROJECT_SOURCE_DIR}/policy/frameworks
broGenPolicies=${CMAKE_BINARY_DIR}/src
broctlPolicies=${PROJECT_SOURCE_DIR}/aux/broctl/policy:${CMAKE_BINARY_DIR}/aux/broctl/policy/local
installedPolicies=${POLICYDIR}:${POLICYDIR}/frameworks:${POLICYDIR}/protocols:${POLICYDIR}/detectors:${POLICYDIR}/time-machine:${POLICYDIR}/site
echo .:$broPolicies:$broGenPolicies:$broctlPolicies
echo .:$broPolicies:$broGenPolicies

View file

@ -9,13 +9,6 @@
##! This is where the cluster manager sets it's specific settings for other
##! frameworks and in the core.
## Set the mail script to be the default script for the cluster deployment.
redef Notice::mail_script = "mail-alarm";
## Set the template value that the mail script will use to send email. The
## default mail-alarm script will replace the value.
redef Notice::mail_dest = "_broctl_default_";
## Set the port that the manager is supposed to listen on.
redef Communication::listen_port_clear = Cluster::nodes[Cluster::node]$p;