Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Dec 2015 19:33:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 204987] security/p5-openxpki: Update to 1.2.0
Message-ID:  <bug-204987-13-745TxQ2um5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-204987-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-204987-13@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=204987

Sergei Vyshenski <svysh.fbsd@gmail.com> changed:

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

--- Comment #5 from Sergei Vyshenski <svysh.fbsd@gmail.com> ---
Created attachment 163948
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163948&action=edit
patch for updating the port

portlint -AC says:

WARN: Makefile: [125]: possible use of "${CHMOD}" found. Use
@(owner,group,mode) syntax or @owner/@group operators in pkg-plist instead.
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to
make SVN happy.
WARN: Makefile: extra item placed in the *_DEPENDS section, for example,
"BUILD_DEPENDSS".
0 fatal errors and 3 warnings found.

Follow advice of Olli, and this time create

@dir(openxpki,openxpki,751) /var/log/openxpki

Note that two daemons should write to this diretory: 1) openxpki and 2) web
server. 
User is advised (cf. files/pkg-message.in) to create logs after fresh install
as:

install -m 660 -o openxpki -g openxpki /dev/null /var/log/openxpki/openxpki.log
install -m 660 -o www -g www /dev/null /var/log/openxpki/webui.log

etc.

-- 
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-204987-13-745TxQ2um5>