inn fails to package in a clean environment. The patch below fixes the PLIST. Thanks again to thierry@ for pointing this out.
State Changed From-To: open->feedback When installed on a clean machine from a newly created package, the $PREFIX/news/db is created, but not populated: ls -l /usr/local/news/db total 0 ls -l /usr/local/news/db.dist total 6 -rw-rw-r-- 1 news news 225 4 jui 12:21 active -rw-rw-r-- 1 news news 0 4 jui 12:21 active.times -rw-r--r-- 1 news news 0 4 jui 12:21 history -rw-r--r-- 1 news news 43 4 jui 12:21 history.dir -rw-rw-r-- 1 news news 333 4 jui 12:21 newsgroups I think that /usr/local/news/db.dist should contain this files too. Could you please check it? Regards, -- Th. Thomas.
Responsible Changed From-To: freebsd-ports-bugs->thierry Take it - it will fix ports/news/newsx.
State Changed From-To: feedback->closed Committed, thanks! Remark: after a fresh installation, `inncheck -a -v -pedantic' reports: inncheck -a -v -pedantic Looking at /usr/local/news/etc/control.ctl... /usr/local/news/etc/control.ctl:0: mode 644, should be 640 Looking at /usr/local/news/etc/nntpsend.ctl... /usr/local/news/etc/nntpsend.ctl:0: mode 644, should be 640 Looking at /usr/local/news/etc/readers.conf... /usr/local/news/etc/readers.conf:0: mode 644, should be 640 These permissions should be fixed too, but since this is less important, I have committed this PR as-is.