Remove dracd_flags completely since it's used automatically.
Noticed by: mnag
This commit is contained in:
parent
02185504e7
commit
a09202bd23
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158015
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= drac
|
||||
PORTVERSION= 1.12
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ftp://ftp.cc.umanitoba.ca/src/ \
|
||||
http://atreides.freenix.no/~anders/ \
|
||||
|
|
|
@ -20,7 +20,7 @@ dracd_flags=${dracd_flags-""}
|
|||
|
||||
name="dracd"
|
||||
rcvar=`set_rcvar`
|
||||
command="%%PREFIX%%/sbin/rpc.dracd ${dracd_flags}"
|
||||
command="%%PREFIX%%/sbin/rpc.dracd"
|
||||
|
||||
load_rc_config $name
|
||||
run_rc_command "$1"
|
||||
|
|
Loading…
Reference in a new issue