mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
textproc/elasticsearch6: Fix rc order
It has been found that elasticsearch is being started in wrong phase of rc sequence. This should bring it to more apropriate place where all services, including cleartmp, are started. PR: 236840 Reported by: Nemesis11 <felix@zwame.pt> Reviewed by: osa (mentor), swills Approved by: osa (mentor) MFH: 2021Q1 Differential Revision: https://reviews.freebsd.org/D27874
This commit is contained in:
parent
8d603bf1c1
commit
4ce94d08f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=565070
@ -3,10 +3,9 @@
|
||||
|
||||
PORTNAME= elasticsearch
|
||||
PORTVERSION= 6.8.13
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc java devel
|
||||
MASTER_SITES= https://artifacts.elastic.co/downloads/${PORTNAME}/ \
|
||||
https://ftp.sk.freebsd.org/pub/local/distfiles/
|
||||
MASTER_SITES= https://artifacts.elastic.co/downloads/${PORTNAME}/
|
||||
PKGNAMESUFFIX= 6
|
||||
|
||||
MAINTAINER= elastic@FreeBSD.org
|
||||
|
@ -3,8 +3,8 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# PROVIDE: elasticsearch
|
||||
# REQUIRE: NETWORKING SERVERS
|
||||
# BEFORE: DAEMON
|
||||
# REQUIRE: DAEMON
|
||||
# BEFORE: LOGIN
|
||||
# KEYWORD: shutdown
|
||||
#
|
||||
# Add the following line to /etc/rc.conf to enable elasticsearch:
|
||||
|
Loading…
Reference in New Issue
Block a user