From d594a84393acd3463ee5f9548cf69d2db6db6b78 Mon Sep 17 00:00:00 2001 From: Jon Siwek Date: Fri, 4 Nov 2011 17:25:10 -0500 Subject: [PATCH] quickstart doc fixes --- doc/quickstart.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/quickstart.rst b/doc/quickstart.rst index 7a6caf71dd..22523e1618 100644 --- a/doc/quickstart.rst +++ b/doc/quickstart.rst @@ -126,7 +126,7 @@ and sendmail for sending emails. against them. Additional steps may be needed to `get the right GeoIP database -`_. +<{{git('bro:doc/geoip.rst')}}>`_. Compiling Bro Source Code ~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -441,7 +441,7 @@ that only takes the email action for SSH logins to a defined set of servers: } &redef; redef Notice::policy += { - [$result = Notice::ACTION_EMAIL, + [$action = Notice::ACTION_EMAIL, $pred(n: Notice::Info) = { return n$note == SSH::Login && n$id$resp_h in watched_servers;