freebsd-ports/security/courier-authlib/pkg-plist-base
Guido Falsi 67f777acfe Make courier-autlib ports run the sysconftool on installation, as
suggested by upstream, like courier-imap port does.

The sample files are renamed to ".dist" because that is the name
the tool expects.

Also added a note to UPDATING to warn users about the sysconftool
expecting the comments not to be removed.

While here convert to localbase.

Suggested by:	Doug McIntyre <merlyn at iphouse.net>
2017-09-28 18:46:27 +00:00

44 lines
1.5 KiB
Text

bin/courierauthconfig
@postunexec if cmp -s %D/etc/authlib/authdaemonrc.dist %D/etc/authlib/authdaemonrc; then rm -f %D/etc/authlib/authdaemonrc; fi
@(%%MAILOWN%%,%%MAILGRP%%,660) etc/authlib/authdaemonrc.dist
@postexec %%LOCALBASE%%/share/sysconftool/sysconftool %D/etc/authlib/authdaemonrc
include/courier_auth_config.h
include/courierauth.h
include/courierauthdebug.h
include/courierauthsasl.h
include/courierauthsaslclient.h
include/courierauthstaticlist.h
lib/courier-authlib/libcourierauth.so
lib/courier-authlib/libcourierauthcommon.so
lib/courier-authlib/libcourierauthsasl.so
lib/courier-authlib/libcourierauthsaslclient.so
lib/courier-authlib/libauthpam.so
lib/courier-authlib/libauthpipe.so
libexec/courier-authlib/authdaemond
libexec/courier-authlib/authsystem.passwd
man/man1/authtest.1.gz
man/man1/courierlogger.1.gz
man/man3/auth_enumerate.3.gz
man/man3/auth_generic.3.gz
man/man3/auth_getoption.3.gz
man/man3/auth_getuserinfo.3.gz
man/man3/auth_login.3.gz
man/man3/auth_mkhomedir.3.gz
man/man3/auth_passwd.3.gz
man/man3/auth_sasl.3.gz
man/man3/auth_sasl_ex.3.gz
man/man3/authlib.3.gz
sbin/authdaemond
sbin/authenumerate
sbin/authtest
sbin/courierlogger
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/README.authdebug.html
%%PORTDOCS%%%%DOCSDIR%%/README_authlib.html
@dir(%%MAILOWN%%,%%MAILGRP%%,750) %%AUTHDAEMONVAR%%
@dir(%%MAILOWN%%,%%MAILGRP%%,755) libexec/courier-authlib