mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
5ac4e507a5
interface.
7 lines
221 B
Plaintext
7 lines
221 B
Plaintext
bin/redis-server
|
|
bin/redis-benchmark
|
|
bin/redis-cli
|
|
@unexec (cmp -s %D/etc/redis.conf %D/etc/redis.conf.sample && rm -f %D/etc/redis.conf) || true
|
|
etc/redis.conf.sample
|
|
@exec [ -f %B/redis.conf ] || cp %B/%f %B/redis.conf
|