diff options
author | tdb <tdb@FreeBSD.org> | 2006-01-11 02:55:38 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2006-01-11 02:55:38 +0800 |
commit | f36b53009e2224e3c4f593404662195b1dc64a8f (patch) | |
tree | a84b98d2fd5f085faa6b48a8c90a1b22fe847ab0 /net/stone | |
parent | 282c6beb10860af6385ab1d9dc8550823f6d677d (diff) | |
download | freebsd-ports-gnome-f36b53009e2224e3c4f593404662195b1dc64a8f.tar.gz freebsd-ports-gnome-f36b53009e2224e3c4f593404662195b1dc64a8f.tar.zst freebsd-ports-gnome-f36b53009e2224e3c4f593404662195b1dc64a8f.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/stone')
-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 |