1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +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:
Tim Bishop 2006-01-10 18:55:38 +00:00
parent 039cd321a1
commit bcd3ea0651
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153215
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= stone
PORTVERSION= 2.3
PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= http://www.gcd.org/sengoku/stone/

View File

@ -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