[Bug 204987] security/p5-openxpki: Update to 1.2.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Dec 7 19:33:34 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204987
Sergei Vyshenski <svysh.fbsd at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #163876|0 |1
is obsolete| |
--- Comment #5 from Sergei Vyshenski <svysh.fbsd at 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.
More information about the freebsd-ports-bugs
mailing list