[Bug 263106] editors/nano: move hardcoded paths in documentation to ${PREFIX}
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Apr 2022 01:32:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263106
Bug ID: 263106
Summary: editors/nano: move hardcoded paths in documentation to
${PREFIX}
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: danilo@FreeBSD.org
Reporter: daniel_eisele@gmx.de
Assignee: danilo@FreeBSD.org
Flags: maintainer-feedback?(danilo@FreeBSD.org)
Created attachment 233012
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=233012&action=edit
Move paths to ${PREFIX}
The paths in the man pages and other documentation are not within ${PREFIX}.
The
attached patch fixes this.
For example, the path of the system-wide configuration file changes from
/etc/nanorc to /usr/local/etc/nanorc, avoiding confusion for new users.
A similar replacement already existed in the past, but got removed in bug
#234000
as it wasn't functional anymore due to changes in the upstream tarball.
--
You are receiving this mail because:
You are the assignee for the bug.