net-im/dendrite: Fix typo in rc.d script
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
PORTNAME= dendrite
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.5.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-im
|
||||
|
||||
MAINTAINER= ashish@FreeBSD.org
|
||||
|
||||
@@ -21,7 +21,7 @@ desc="Dendrite (Monolith Server)"
|
||||
load_rc_config $name
|
||||
|
||||
: ${dendrite_enable:=NO}
|
||||
: ${dendrite_config="%%PREFIX%%/etc/dendrite/dendrite.yaml"}
|
||||
: ${dendrite_config:="%%PREFIX%%/etc/dendrite/dendrite.yaml"}
|
||||
|
||||
command=/usr/sbin/daemon
|
||||
procname=%%PREFIX%%/dendrite/bin/dendrite-monolith-server
|
||||
|
||||
Reference in New Issue
Block a user