databases/foundationdb: use correct portname in rc.d
- take ownership, agreed via email - bump portrevision PR: 243466 Sponsored by: SkunkWerks, GmbH
This commit is contained in:
parent
20df0af1ec
commit
3af932c104
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524475
2 changed files with 4 additions and 4 deletions
|
@ -3,10 +3,10 @@
|
|||
|
||||
PORTNAME= foundationdb
|
||||
PORTVERSION= 6.1.8
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
MAINTAINER= dch@FreeBSD.org
|
||||
COMMENT= Distributed, transactional key-value store
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
# PROVIDE: founationdb
|
||||
# PROVIDE: foundationdb
|
||||
# REQUIRE: LOGIN
|
||||
# BEFORE: securelevel
|
||||
# KEYWORD: shutdown
|
||||
|
@ -21,7 +21,7 @@
|
|||
|
||||
name="foundationdb"
|
||||
rcvar="${name}_enable"
|
||||
trafficserver_enable=${trafficserver_enable:-"NO"}
|
||||
foundationdb_enable=${foundationdb_enable:-"NO"}
|
||||
command=/usr/local/sbin/fdbmonitor
|
||||
pidfile="/var/run/fdbmonitor.pid"
|
||||
|
||||
|
|
Loading…
Reference in a new issue