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)
4 lines
174 B
Text
4 lines
174 B
Text
@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
|