mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
144fb16b91
PR: ports/102833 Submitted by: simon Approved by: maintainer timeout (mbr; 2 months) - Modernize usage of USE_RC_SUBR - Fix plist wrt config files
6 lines
255 B
Plaintext
6 lines
255 B
Plaintext
sbin/pop3proxystat
|
|
sbin/pop3proxyd
|
|
@unexec if cmp -s %D/etc/pop3proxyd.conf.sample %D/etc/pop3proxyd.conf; then rm -f %D/etc/pop3proxyd.conf; fi
|
|
etc/pop3proxyd.conf.sample
|
|
@exec if [ ! -f %D/etc/pop3proxyd.conf ] ; then cp -p %D/%F %B/pop3proxyd.conf; fi
|