Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jun 2021 12:44:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 256545] security/ossec-hids-server 3.6.0_1 rc script fails to generate ossec.conf agent.conf
Message-ID:  <bug-256545-7788-SuaCEP7XM3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256545-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-256545-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256545

Vitaliy Evsukov <wagnorog@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wagnorog@gmail.com

--- Comment #1 from Vitaliy Evsukov <wagnorog@gmail.com> ---
Solved

file /usr/local/ossec-hids/bin/config/ossec-conf

function remove_empty_lines()

Need to change "sed '/^\s*$/d'" to "sed '/^[[:space:]]*$/d'"

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256545-7788-SuaCEP7XM3>