1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

- load_rc_config before setting predefined vars

- bump PORTREVISION

PR:		88975
Submitted by:	Boris Kovalenko
Pointy hat to:	fjoe
This commit is contained in:
Max Khon 2005-11-15 20:14:58 +00:00
parent 894675729d
commit 753ebc8801
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148399
2 changed files with 2 additions and 2 deletions

View File

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

View File

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