Date: Tue, 22 Mar 2022 08:55:22 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: aa760fc8163d - main - mail/dcc-dccd: remove obsolete help file Message-ID: <202203220855.22M8tMsI091660@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=aa760fc8163d7ff6a9dd5c3fb323a17d1dbc14c9 commit aa760fc8163d7ff6a9dd5c3fb323a17d1dbc14c9 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-03-22 08:51:32 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-03-22 08:51:32 +0000 mail/dcc-dccd: remove obsolete help file The file documents the ALT_HOME option, which was removed in 2017. Submitted by: olivier.freebsd@free.fr PR: 262648 --- mail/dcc-dccd/pkg-help | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/mail/dcc-dccd/pkg-help b/mail/dcc-dccd/pkg-help deleted file mode 100644 index f5f77e19050b..000000000000 --- a/mail/dcc-dccd/pkg-help +++ /dev/null @@ -1,19 +0,0 @@ -ALT_HOME: - -DCC keeps its config files in its home directory but writes -status and database files there as well. This latter point -means that the FreeBSD default home directory for DCC, -/usr/local/dcc, cannot be mounted read-only. - -DCC's default home dir of /var/dcc breaks FreeBSD hierarchy -conventions, but allows for a read-only /usr. - -Setting ALT_HOME on will set DCC's home to /var/dcc, but keep -its binaries in /usr/local/dcc/libexec. Since this also means -DCC's config files will be in /var/dcc, for convenience a soft -link from /usr/local/etc/dcc to /var/dcc may be created. - -Note also that dccifd's default socket location is DCC's home, -so if /var/dcc is used for the home, then programs like -SpamAssassin may need to be explicitly told where to find -dccifd's socket.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203220855.22M8tMsI091660>