mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
cac095595c
Submitted by: Andy Miller
7 lines
211 B
Plaintext
7 lines
211 B
Plaintext
bin/dictzip
|
|
sbin/dictd
|
|
@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
|