K 10 svn:author V 5 lioux K 8 svn:date V 27 2003-05-26T17:12:22.000000Z K 7 svn:log V 691 pkg_create incorrectly does not add trailing '\n' when it receives 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 , Martin Horcicka Approved by: re (scottl) MFC after: 1 week END