summaryrefslogtreecommitdiff
path: root/net/binkd
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2005-11-15 20:14:58 +0000
committerMax Khon <fjoe@FreeBSD.org>2005-11-15 20:14:58 +0000
commit753ebc88012ef48c3700189c32745aab4e6d9ad0 (patch)
treef18a9949e8af13cc58f00f1abb7269a7b01d9b7f /net/binkd
parent. Add SHA256. (diff)
- load_rc_config before setting predefined vars
- bump PORTREVISION PR: 88975 Submitted by: Boris Kovalenko Pointy hat to: fjoe
Notes
Notes: svn path=/head/; revision=148399
Diffstat (limited to 'net/binkd')
-rw-r--r--net/binkd/Makefile2
-rw-r--r--net/binkd/files/binkd.sh.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/binkd/Makefile b/net/binkd/Makefile
index f4b22e67ea68..3fc3c5a71807 100644
--- a/net/binkd/Makefile
+++ b/net/binkd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= binkd
PORTVERSION= 0.9.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ftp://happy.kiev.ua/pub/fidosoft/mailer/binkd/ \
ftp://ftp.rsu.ru/pub/FreeBSD/ports/distfiles/
diff --git a/net/binkd/files/binkd.sh.in b/net/binkd/files/binkd.sh.in
index 8ef0f0b437ea..fd08ab704309 100644
--- a/net/binkd/files/binkd.sh.in
+++ b/net/binkd/files/binkd.sh.in
@@ -20,6 +20,7 @@ binkd_user=${binkd_user:-"fido"}
binkd_pidfile=${binkd_pidfile:-"/var/run/binkd/binkd.pid"}
. %%RC_SUBR%%
+load_rc_config binkd
name="binkd"
rcvar=`set_rcvar`
@@ -28,5 +29,4 @@ command_args="${binkd_config}"
required_files="${binkd_config}"
pidfile="${binkd_pidfile}"
-load_rc_config binkd
run_rc_command "$1"