Bug 262193 - security/openxpki - Pkg post install message refers to non-existent files
Summary: security/openxpki - Pkg post install message refers to non-existent files
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-25 14:52 UTC by James B. Byrne
Modified: 2022-02-25 14:52 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James B. Byrne 2022-02-25 14:52:37 UTC
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.