mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
55c1140415
replacement for FreeBSD: * Use an rc.subr start/stop script. * Include contributed periodic scripts. * Replace $PREFIX with the build-time value of PREFIX. * Generate a default configure file if it doesn't exist at install-time. * Remove the default configure file if it hasn't been modified at deinstall-time. * Install additional documentation. * Move creation and removal of /var/log/exim to pkg-plist. Bump PORTREVISION accordingly. This paves the way for ports/56458, which teaches sysinstall about Exim. Bug trhodes about that PR. :-) PR: ports/56450 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
48 lines
1.6 KiB
Plaintext
48 lines
1.6 KiB
Plaintext
@comment $FreeBSD$
|
|
@unexec [ ! -f /var/run/exim.pid ] || %%RC_DIR%%/exim%%RC_SUFX%% stop || true
|
|
sbin/exim
|
|
sbin/exim-%%EXIM_VERSION%%-1
|
|
sbin/exim_checkaccess
|
|
sbin/exim_dumpdb
|
|
sbin/exim_fixdb
|
|
sbin/exim_lock
|
|
sbin/exim_tidydb
|
|
sbin/exinext
|
|
sbin/exiwhat
|
|
sbin/exim_dbmbuild
|
|
sbin/exicyclog
|
|
sbin/exigrep
|
|
sbin/eximstats
|
|
sbin/exiqgrep
|
|
sbin/exiqsumm
|
|
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
|
%%PORTDOCS%%%%DOCSDIR%%/Exim3.upgrade
|
|
%%PORTDOCS%%%%DOCSDIR%%/Exim4.upgrade
|
|
%%PORTDOCS%%%%DOCSDIR%%/NewStuff
|
|
%%PORTDOCS%%%%DOCSDIR%%/OptionLists.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/POST-INSTALL-NOTES
|
|
%%PORTDOCS%%%%EXISCAN_ACL%%%%DOCSDIR%%/POST-INSTALL-NOTES.clamd
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.SIEVE
|
|
%%PORTDOCS%%%%DOCSDIR%%/dbm.discuss.txt
|
|
%%PORTDOCS%%%%EXISCAN_ACL%%%%DOCSDIR%%/exiscan-acl-examples.txt
|
|
%%PORTDOCS%%%%EXISCAN_ACL%%%%DOCSDIR%%/exiscan-acl-spec.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/filter.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/pcrepattern.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/pcretest.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/spec.txt
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
etc/periodic/daily/150.exim-tidydb
|
|
etc/periodic/daily/460.exim-mail-rejects
|
|
@unexec rmdir %D/etc/periodic/daily 2>/dev/null || true
|
|
@unexec rmdir %D/etc/periodic 2>/dev/null || true
|
|
@unexec if cmp -s %D/etc/exim/configure %D/etc/exim/configure.default; then rm -f %D/etc/exim/configure; fi
|
|
etc/exim/configure.default
|
|
@exec [ -f %B/configure ] || cp %B/%f %B/configure
|
|
@unexec rmdir %B 2>/dev/null || true
|
|
@cwd %%RC_DIR%%
|
|
exim%%RC_SUFX%%
|
|
@exec mkdir -p /var/log/exim
|
|
@exec chown mailnull:mail /var/log/exim
|
|
@unexec rmdir /var/log/exim 2>/dev/null || true
|