Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jun 2021 16:05:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 256650] ossec-hids-agent-config and ossec-hids-server-config fail creating ossec.conf
Message-ID:  <bug-256650-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 256650
           Summary: ossec-hids-agent-config and ossec-hids-server-config
                    fail creating ossec.conf
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: gmelis@mikroskosmos.gr

When running `/usr/local/ossec-hids/bin/config/ossec-conf` to create
ossec.conf, there's an error message about sed and ossec.conf is created wi=
th
empty tags.

Applying the following diff solves the problem:

25c25
<     sed '/^\s*$/d'
---
>     sed '/^ *$/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-256650-7788>