mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
either COMMENT or DESCR from the command line. When a port is installed, one gets both +COMMENT and +DESCR files with a trailing '\n' character. However, +COMMENT does not contain a trailing '\n' when it is installed from a package due to this behavior of pkg_create. Therefore, make sure it behaves exactly the same regardless of where got its information; either command line or files. The modified functions are used by pkg_create. PR: 52097 Reviewed by: bento, kris, portmgr, re, Michael Nottebrock <michaelnottebrock@gmx.net>, Martin Horcicka <horcicka@FreeBSD.cz> Approved by: re (scottl) MFC after: 1 week |
||
|---|---|---|
| .. | ||
| deps.c | ||
| exec.c | ||
| file.c | ||
| global.c | ||
| lib.h | ||
| Makefile | ||
| match.c | ||
| msg.c | ||
| pen.c | ||
| pkgwrap.c | ||
| plist.c | ||
| str.c | ||
| url.c | ||
| version.c | ||