aboutsummaryrefslogtreecommitdiff
path: root/net/stone
diff options
context:
space:
mode:
authorTim Bishop <tdb@FreeBSD.org>2006-01-10 18:55:38 +0000
committerTim Bishop <tdb@FreeBSD.org>2006-01-10 18:55:38 +0000
commitbcd3ea06513ab1445e28b230f6a46fb8e5c1cc2d (patch)
tree65dd5db5b814d7216686632283c8ff30f0b3871a /net/stone
parent039cd321a1ba364a3a1a37eaea0604359dd306b9 (diff)
downloadports-bcd3ea06513ab1445e28b230f6a46fb8e5c1cc2d.tar.gz
ports-bcd3ea06513ab1445e28b230f6a46fb8e5c1cc2d.zip
- Fix startup script to respect stone_enable in rc.conf
PR: 91605 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer)
Notes
Notes: svn path=/head/; revision=153215
Diffstat (limited to 'net/stone')
-rw-r--r--net/stone/Makefile1
-rw-r--r--net/stone/files/stone.sh.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/net/stone/Makefile b/net/stone/Makefile
index 6b5b9cd8606e..cb7c0e833b37 100644
--- a/net/stone/Makefile
+++ b/net/stone/Makefile
@@ -7,6 +7,7 @@
PORTNAME= stone
PORTVERSION= 2.3
+PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= http://www.gcd.org/sengoku/stone/
diff --git a/net/stone/files/stone.sh.in b/net/stone/files/stone.sh.in
index 92133d63b61a..86b89535c692 100644
--- a/net/stone/files/stone.sh.in
+++ b/net/stone/files/stone.sh.in
@@ -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