mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- Fix startup script to respect stone_enable in rc.conf
PR: 91605 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer)
This commit is contained in:
parent
039cd321a1
commit
bcd3ea0651
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153215
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= stone
|
||||
PORTVERSION= 2.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= http://www.gcd.org/sengoku/stone/
|
||||
|
||||
|
@ -27,7 +27,7 @@ command="%%PREFIX%%/bin/stone"
|
||||
start_precmd="stone_precmd"
|
||||
restart_precmd="stone_precmd"
|
||||
|
||||
stone_enable="NO"
|
||||
stone_enable=${stone_enable:-"NO"}
|
||||
|
||||
load_rc_config $name
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user