[Bug 262193] security/openxpki - Pkg post install message refers to non-existent files

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 25 Feb 2022 14:52:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262193

            Bug ID: 262193
           Summary: security/openxpki - Pkg post install message refers to
                    non-existent files
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: byrnejb@harte-lyne.ca

The post install pkg message for openxpki-3.18.0 refers to non-existent
directories/files:

. . .
- Install your favorite web server.
  Copy FastCGI scripts from /usr/local/share/examples/openxpki/cgi-bin to the
location
  where your web server can use them. Set executable permissions for them.
  Copy htdocs files from /usr/local/share/examples/openxpki/htdocs to the
location
  where your web server can use them.
  You can see some samples in /usr/local/share/examples/openxpki/config/apache.
. . .

ls -dl /usr/local/share/examples/openxpki/config/apache
ls: /usr/local/share/examples/openxpki/config/apache: No such file or directory

. . .
- If you want your server to act just as the simplest CA,
  then the basic deployment procedure is all you need:
  copy sample configuration for this case with
    cp -R /usr/local/share/examples/openxpki/config/openxpki/*
/usr/local/etc/openxpki/
. . .

ls -l /usr/local/share/examples/openxpki/config/openxpki/*
ls: /usr/local/share/examples/openxpki/config/openxpki/*: No such file or
directory

ls -dl /usr/local/share/examples/openxpki/config/openxpki/
ls: /usr/local/share/examples/openxpki/config/openxpki/: No such file or
directory

The information from these missing files is important to users doing a fresh
install without previous experience with the software.

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