diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2006-01-11 02:55:38 +0800 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2006-01-11 02:55:38 +0800 |
commit | bcd3ea06513ab1445e28b230f6a46fb8e5c1cc2d (patch) | |
tree | 65dd5db5b814d7216686632283c8ff30f0b3871a /net | |
parent | 039cd321a1ba364a3a1a37eaea0604359dd306b9 (diff) | |
download | freebsd-ports-gnome-bcd3ea06513ab1445e28b230f6a46fb8e5c1cc2d.tar.gz freebsd-ports-gnome-bcd3ea06513ab1445e28b230f6a46fb8e5c1cc2d.tar.zst freebsd-ports-gnome-bcd3ea06513ab1445e28b230f6a46fb8e5c1cc2d.zip |
- Fix startup script to respect stone_enable in rc.conf
PR: 91605
Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/stone/Makefile | 1 | ||||
-rw-r--r-- | net/stone/files/stone.sh.in | 2 |
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 |