mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
3745885086
+ Only install default configuration file if it does not exist. (2) PR: ports/70390 (2) Submitted by: Andy Miller via MAINTAINER <dd at FreeBSD dot org> (1) Dryice Liu <dryice at liu dot com dot cn> (2) Approved by: MAINTAINER timeout.
13 lines
359 B
Plaintext
13 lines
359 B
Plaintext
bin/dictzip
|
|
sbin/dictd
|
|
share/dictd/example.conf
|
|
share/dictd/example.dictrc
|
|
share/dictd/example.site
|
|
share/dictd/example2.conf
|
|
share/dictd/example3.conf
|
|
@unexec if cmp -s %D/etc/dictd.conf %D/etc/dictd.conf.sample; then rm -f %D/etc/dictd.conf; fi
|
|
etc/dictd.conf.sample
|
|
@exec [ -f %B/dictd.conf ] || cp %B/%f %B/dictd.conf
|
|
etc/rc.d/dictd.sh
|
|
@dirrm share/dictd
|