mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
f7277520e4
- New version has IPv6 support, thus add to ipv6 sub category - Provide rcNG script - Install config file PR: 91547 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer)
5 lines
174 B
Plaintext
5 lines
174 B
Plaintext
@unexec if cmp -s %D/etc/stone.cnf %D/etc/stone.cnf.sample; then rm -f %D/etc/stone.cnf; fi
|
|
etc/stone.cnf.sample
|
|
@exec [ -f %B/stone.cnf ] || cp %B/%f %B/stone.cnf
|
|
bin/stone
|