[Bug 224239] security/base-audit: add pkg-message to SUB_FILES

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 16 05:09:01 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224239

Yasuhiro KIMURA <yasu at utahime.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #188706|0                           |1
        is obsolete|                            |

--- Comment #2 from Yasuhiro KIMURA <yasu at utahime.org> ---
Created attachment 188871
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=188871&action=edit
updated patch file

* Simply move files/pkg-message.in to pkg-message because content of this file 
need not to be processed.
* Rename daily_status_security_baseaudit_* variables to
security_status_baseaudit_* in files/405.pkg-base-audit.in because this file is
not daily periodic script but security periodic script. Old
daily_status_security_baseaudit_* variables are still available for backward
compatibility. But warning messages are displayed if they are set explicitly in
/etc/periodic.conf.
* Introduce security_status_baseaudit_period variable to
files/405.pkg-base-audit.in in order to make it possible to specify when this
script is executed (i.e. daily, weekly or monthly).
* Update pkg-message to reflect above 2 changes.

So please commit attached patch instead of original one.

And when committing updated patch, please take following steps.

1. cd /usr/ports/security/base-audit
2. svn move files/pkg-message.in pkg-message
3. svn patch /path/to/updated/patch
4. svn commit

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


More information about the freebsd-ports-bugs mailing list