View | Details | Raw Unified | Return to bug 250969
Collapse All | Expand All

(-)b/textproc/elasticsearch6/Makefile (+1 lines)
Lines 1-134 Link Here
1
# Created by: Tom Judge <tj@FreeBSD.org>
1
# Created by: Tom Judge <tj@FreeBSD.org>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	elasticsearch
4
PORTNAME=	elasticsearch
5
PORTVERSION=	6.8.13
5
PORTVERSION=	6.8.13
6
PORTREVISION=	1
6
CATEGORIES=	textproc java devel
7
CATEGORIES=	textproc java devel
7
MASTER_SITES=	https://artifacts.elastic.co/downloads/${PORTNAME}/ \
8
MASTER_SITES=	https://artifacts.elastic.co/downloads/${PORTNAME}/ \
8
		https://ftp.sk.freebsd.org/pub/local/distfiles/
9
		https://ftp.sk.freebsd.org/pub/local/distfiles/
9
PKGNAMESUFFIX=	6
10
PKGNAMESUFFIX=	6
10
11
11
MAINTAINER=	elastic@FreeBSD.org
12
MAINTAINER=	elastic@FreeBSD.org
12
COMMENT=	Full-text search engine for Java
13
COMMENT=	Full-text search engine for Java
13
14
14
LICENSE=	APACHE20
15
LICENSE=	APACHE20
15
16
16
BUILD_DEPENDS=	jna>0:devel/jna
17
BUILD_DEPENDS=	jna>0:devel/jna
17
RUN_DEPENDS=	bash>0:shells/bash \
18
RUN_DEPENDS=	bash>0:shells/bash \
18
		jna>0:devel/jna
19
		jna>0:devel/jna
19
20
20
USES=		cpe shebangfix
21
USES=		cpe shebangfix
21
22
22
CONFLICTS=	elasticsearch-[0-9]* elasticsearch2* elasticsearch5* elasticsearch7*
23
CONFLICTS=	elasticsearch-[0-9]* elasticsearch2* elasticsearch5* elasticsearch7*
23
24
24
NO_ARCH=	yes
25
NO_ARCH=	yes
25
USE_JAVA=	yes
26
USE_JAVA=	yes
26
NO_BUILD=	yes
27
NO_BUILD=	yes
27
JAVA_VERSION=	8+
28
JAVA_VERSION=	8+
28
USE_RC_SUBR=	${PORTNAME}
29
USE_RC_SUBR=	${PORTNAME}
29
SHEBANG_FILES=	bin/elasticsearch \
30
SHEBANG_FILES=	bin/elasticsearch \
30
		bin/elasticsearch-certgen \
31
		bin/elasticsearch-certgen \
31
		bin/elasticsearch-certutil \
32
		bin/elasticsearch-certutil \
32
		bin/elasticsearch-cli \
33
		bin/elasticsearch-cli \
33
		bin/elasticsearch-croneval \
34
		bin/elasticsearch-croneval \
34
		bin/elasticsearch-env \
35
		bin/elasticsearch-env \
35
		bin/elasticsearch-keystore \
36
		bin/elasticsearch-keystore \
36
		bin/elasticsearch-migrate \
37
		bin/elasticsearch-migrate \
37
		bin/elasticsearch-plugin \
38
		bin/elasticsearch-plugin \
38
		bin/elasticsearch-saml-metadata \
39
		bin/elasticsearch-saml-metadata \
39
		bin/elasticsearch-setup-passwords \
40
		bin/elasticsearch-setup-passwords \
40
		bin/elasticsearch-shard \
41
		bin/elasticsearch-shard \
41
		bin/elasticsearch-sql-cli \
42
		bin/elasticsearch-sql-cli \
42
		bin/elasticsearch-syskeygen \
43
		bin/elasticsearch-syskeygen \
43
		bin/elasticsearch-translog \
44
		bin/elasticsearch-translog \
44
		bin/elasticsearch-users \
45
		bin/elasticsearch-users \
45
		bin/x-pack-env \
46
		bin/x-pack-env \
46
		bin/x-pack-security-env \
47
		bin/x-pack-security-env \
47
		bin/x-pack-watcher-env
48
		bin/x-pack-watcher-env
48
49
49
OPTIONS_DEFINE=	DOCS
50
OPTIONS_DEFINE=	DOCS
50
51
51
.include <bsd.port.options.mk>
52
.include <bsd.port.options.mk>
52
53
53
CONFIG_FILES=	elasticsearch.yml \
54
CONFIG_FILES=	elasticsearch.yml \
54
		jvm.options \
55
		jvm.options \
55
		log4j2.properties \
56
		log4j2.properties \
56
		role_mapping.yml \
57
		role_mapping.yml \
57
		roles.yml
58
		roles.yml
58
BINS=		elasticsearch \
59
BINS=		elasticsearch \
59
		elasticsearch-certgen \
60
		elasticsearch-certgen \
60
		elasticsearch-certutil \
61
		elasticsearch-certutil \
61
		elasticsearch-cli \
62
		elasticsearch-cli \
62
		elasticsearch-croneval \
63
		elasticsearch-croneval \
63
		elasticsearch-env \
64
		elasticsearch-env \
64
		elasticsearch-keystore \
65
		elasticsearch-keystore \
65
		elasticsearch-migrate \
66
		elasticsearch-migrate \
66
		elasticsearch-plugin \
67
		elasticsearch-plugin \
67
		elasticsearch-saml-metadata \
68
		elasticsearch-saml-metadata \
68
		elasticsearch-setup-passwords \
69
		elasticsearch-setup-passwords \
69
		elasticsearch-shard \
70
		elasticsearch-shard \
70
		elasticsearch-sql-cli \
71
		elasticsearch-sql-cli \
71
		elasticsearch-sql-cli-${PORTVERSION}.jar \
72
		elasticsearch-sql-cli-${PORTVERSION}.jar \
72
		elasticsearch-syskeygen \
73
		elasticsearch-syskeygen \
73
		elasticsearch-translog \
74
		elasticsearch-translog \
74
		elasticsearch-users \
75
		elasticsearch-users \
75
		x-pack-env \
76
		x-pack-env \
76
		x-pack-security-env \
77
		x-pack-security-env \
77
		x-pack-watcher-env
78
		x-pack-watcher-env
78
79
79
PORTDOCS=	LICENSE.txt \
80
PORTDOCS=	LICENSE.txt \
80
		NOTICE.txt \
81
		NOTICE.txt \
81
		README.textile
82
		README.textile
82
83
83
SIGAR_ARCH=	${ARCH:S|i386|x86|}
84
SIGAR_ARCH=	${ARCH:S|i386|x86|}
84
SEARCHUSER?=	elasticsearch
85
SEARCHUSER?=	elasticsearch
85
SEARCHGROUP?=	${SEARCHUSER}
86
SEARCHGROUP?=	${SEARCHUSER}
86
USERS=		${SEARCHUSER}
87
USERS=		${SEARCHUSER}
87
GROUPS=		${SEARCHGROUP}
88
GROUPS=		${SEARCHGROUP}
88
89
89
SUB_LIST=	ETCDIR=${ETCDIR} JAVA_HOME=${JAVA_HOME}
90
SUB_LIST=	ETCDIR=${ETCDIR} JAVA_HOME=${JAVA_HOME}
90
SUB_FILES=	pkg-message
91
SUB_FILES=	pkg-message
91
92
92
post-patch:
93
post-patch:
93
	${RM} ${WRKSRC}/lib/jna-*.jar
94
	${RM} ${WRKSRC}/lib/jna-*.jar
94
	# ML plugin not supported on FreeBSD
95
	# ML plugin not supported on FreeBSD
95
	${RM} -rf ${WRKSRC}/modules/x-pack-ml
96
	${RM} -rf ${WRKSRC}/modules/x-pack-ml
96
97
97
do-install:
98
do-install:
98
	${MKDIR} ${STAGEDIR}${PREFIX}/etc/elasticsearch
99
	${MKDIR} ${STAGEDIR}${PREFIX}/etc/elasticsearch
99
.for f in ${CONFIG_FILES}
100
.for f in ${CONFIG_FILES}
100
	${INSTALL} ${WRKSRC}/config/${f} ${STAGEDIR}${ETCDIR}/${f}.sample
101
	${INSTALL} ${WRKSRC}/config/${f} ${STAGEDIR}${ETCDIR}/${f}.sample
101
.endfor
102
.endfor
102
	${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/bin
103
	${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/bin
103
.for f in ${BINS}
104
.for f in ${BINS}
104
	${INSTALL_SCRIPT} ${WRKSRC}/bin/${f} ${STAGEDIR}${PREFIX}/lib/elasticsearch/bin
105
	${INSTALL_SCRIPT} ${WRKSRC}/bin/${f} ${STAGEDIR}${PREFIX}/lib/elasticsearch/bin
105
.endfor
106
.endfor
106
	${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/lib
107
	${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/lib
107
	(cd ${WRKSRC}/lib && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/elasticsearch/lib/ "-name *\.jar")
108
	(cd ${WRKSRC}/lib && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/elasticsearch/lib/ "-name *\.jar")
108
109
109
	${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/modules
110
	${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/modules
110
	(cd ${WRKSRC}/modules && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/elasticsearch/modules/)
111
	(cd ${WRKSRC}/modules && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/elasticsearch/modules/)
111
	${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins
112
	${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins
112
	${MKDIR} ${STAGEDIR}${PREFIX}/libexec/elasticsearch
113
	${MKDIR} ${STAGEDIR}${PREFIX}/libexec/elasticsearch
113
	${INSTALL} -lrs ${STAGEDIR}${ETCDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/config
114
	${INSTALL} -lrs ${STAGEDIR}${ETCDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/config
114
	${LN} -s ${JAVASHAREDIR}/classes/jna.jar ${STAGEDIR}${PREFIX}/lib/elasticsearch/lib/jna.jar
115
	${LN} -s ${JAVASHAREDIR}/classes/jna.jar ${STAGEDIR}${PREFIX}/lib/elasticsearch/lib/jna.jar
115
116
116
do-install-DOCS-on:
117
do-install-DOCS-on:
117
	${MKDIR} ${STAGEDIR}${DOCSDIR}
118
	${MKDIR} ${STAGEDIR}${DOCSDIR}
118
.for f in ${PORTDOCS}
119
.for f in ${PORTDOCS}
119
	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
120
	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
120
.endfor
121
.endfor
121
122
122
post-install:
123
post-install:
123
	${ECHO} "@sample ${ETCDIR}/elasticsearch.yml.sample" >> ${TMPPLIST}
124
	${ECHO} "@sample ${ETCDIR}/elasticsearch.yml.sample" >> ${TMPPLIST}
124
	${ECHO} "@sample ${ETCDIR}/log4j2.properties.sample" >> ${TMPPLIST}
125
	${ECHO} "@sample ${ETCDIR}/log4j2.properties.sample" >> ${TMPPLIST}
125
	${ECHO} "@sample ${ETCDIR}/jvm.options.sample" >> ${TMPPLIST}
126
	${ECHO} "@sample ${ETCDIR}/jvm.options.sample" >> ${TMPPLIST}
126
	${ECHO} "@sample ${ETCDIR}/roles.yml.sample" >> ${TMPPLIST}
127
	${ECHO} "@sample ${ETCDIR}/roles.yml.sample" >> ${TMPPLIST}
127
	${ECHO} "@sample ${ETCDIR}/role_mapping.yml.sample" >> ${TMPPLIST}
128
	${ECHO} "@sample ${ETCDIR}/role_mapping.yml.sample" >> ${TMPPLIST}
128
	${FIND} -s ${STAGEDIR}${PREFIX}/lib/elasticsearch -not -type d | ${SORT} | \
129
	${FIND} -s ${STAGEDIR}${PREFIX}/lib/elasticsearch -not -type d | ${SORT} | \
129
		${SED} -e 's#^${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST}
130
		${SED} -e 's#^${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST}
130
	${ECHO} "@dir lib/elasticsearch/plugins" >> ${TMPPLIST}
131
	${ECHO} "@dir lib/elasticsearch/plugins" >> ${TMPPLIST}
131
	${ECHO} "@dir libexec/elasticsearch" >> ${TMPPLIST}
132
	${ECHO} "@dir libexec/elasticsearch" >> ${TMPPLIST}
132
	${ECHO} "@dir(elasticsearch,elasticsearch,0755) ${ETCDIR}" >> ${TMPPLIST}
133
	${ECHO} "@dir(elasticsearch,elasticsearch,0755) ${ETCDIR}" >> ${TMPPLIST}
133
134
134
.include <bsd.port.mk>
135
.include <bsd.port.mk>
(-)b/textproc/elasticsearch6/files/elasticsearch.in (-3 / +3 lines)
Lines 1-130 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
#
2
#
3
# $FreeBSD$
3
# $FreeBSD$
4
#
4
#
5
# PROVIDE: elasticsearch
5
# PROVIDE: elasticsearch
6
# REQUIRE: NETWORKING SERVERS
6
# REQUIRE: NETWORKING SERVERS
7
# BEFORE: DAEMON
7
# BEFORE: DAEMON
8
# KEYWORD: shutdown
8
# KEYWORD: shutdown
9
#
9
#
10
# Add the following line to /etc/rc.conf to enable elasticsearch:
10
# Add the following line to /etc/rc.conf to enable elasticsearch:
11
#
11
#
12
# elasticsearch_enable="YES"
12
# elasticsearch_enable="YES"
13
#
13
#
14
# elasticsearch_user (username): Set to elasticsearch by default.
14
# elasticsearch_user (username): Set to elasticsearch by default.
15
#               Set it to required username.
15
#               Set it to required username.
16
# elasticsearch_group (group):   Set to elasticsearch by default.
16
# elasticsearch_group (group):   Set to elasticsearch by default.
17
#               Set it to required group.
17
#               Set it to required group.
18
# elasticsearch_config (path):   Set to %%PREFIX%%/etc/elasticsearch/elasticsearch.yml by default.
18
# elasticsearch_config (path):   Set to %%PREFIX%%/etc/elasticsearch/elasticsearch.yml by default.
19
#               Set it to the config file location.
19
#               Set it to the config file location.
20
# elasticsearch_java_home (path): Set to %%JAVA_HOME%% by default.
20
# elasticsearch_java_home (path): Set to %%JAVA_HOME%% by default.
21
#               Set it to the root of the JDK to use.
21
#               Set it to the root of the JDK to use.
22
#
22
#
23
. /etc/rc.subr
23
. /etc/rc.subr
24
24
25
name=elasticsearch
25
name=elasticsearch
26
rcvar=elasticsearch_enable
26
rcvar=elasticsearch_enable
27
27
28
load_rc_config ${name}
28
load_rc_config ${name}
29
29
30
: ${elasticsearch_enable:=NO}
30
: ${elasticsearch_enable:=NO}
31
: ${elasticsearch_user=elasticsearch}
31
: ${elasticsearch_user=elasticsearch}
32
: ${elasticsearch_group=elasticsearch}
32
: ${elasticsearch_group=elasticsearch}
33
: ${elasticsearch_config=%%PREFIX%%/etc/elasticsearch}
33
: ${elasticsearch_config=%%PREFIX%%/etc/elasticsearch}
34
: ${elasticsearch_login_class=root}
34
: ${elasticsearch_login_class=root}
35
: ${elasticsearch_java_home="%%JAVA_HOME%%"}
35
: ${elasticsearch_java_home="%%JAVA_HOME%%"}
36
36
37
required_files="${elasticsearch_config}/elasticsearch.yml"
37
required_files="${elasticsearch_config}/elasticsearch.yml"
38
_pidprefix=/var/run/elasticsearch/elasticsearch
38
_pidprefix=/var/run/elasticsearch/elasticsearch
39
pidfile=${_pidprefix}.pid
39
pidfile=${_pidprefix}.pid
40
procname=${elasticsearch_java_home}/bin/java
40
procname=${elasticsearch_java_home}/bin/java
41
41
42
extra_commands="console status"
42
extra_commands="console status"
43
console_cmd=elasticsearch_console
43
console_cmd=elasticsearch_console
44
start_precmd=elasticsearch_precmd
44
start_precmd=elasticsearch_precmd
45
command=%%PREFIX%%/lib/elasticsearch/bin/elasticsearch
45
command=%%PREFIX%%/lib/elasticsearch/bin/elasticsearch
46
command_args="-d --pidfile=${pidfile}"
46
command_args="-d --pidfile=${pidfile}"
47
47
48
export ES_PATH_CONF=${elasticsearch_config}
48
export ES_PATH_CONF=${elasticsearch_config}
49
export JAVA_HOME=${elasticsearch_java_home}
49
export JAVA_HOME=${elasticsearch_java_home}
50
50
51
elasticsearch_precmd()
51
elasticsearch_precmd()
52
{
52
{
53
    /usr/bin/install -d -o ${elasticsearch_user} -g ${elasticsearch_group} -m 755 ${pidfile%/*}
53
    /usr/bin/install -d -o ${elasticsearch_user} -g ${elasticsearch_group} -m 755 ${pidfile%/*}
54
    /usr/bin/install -d -o ${elasticsearch_user} -g ${elasticsearch_group} -m 755 /var/db/elasticsearch
54
    /usr/bin/install -d -o ${elasticsearch_user} -g ${elasticsearch_group} -m 755 /var/db/elasticsearch
55
    /usr/bin/install -d -o ${elasticsearch_user} -g ${elasticsearch_group} -m 755 /var/log/elasticsearch
55
    /usr/bin/install -d -o ${elasticsearch_user} -g ${elasticsearch_group} -m 755 /var/log/elasticsearch
56
}
56
}
57
57
58
elasticsearch_console()
58
elasticsearch_console()
59
{
59
{
60
    command_args=""
60
    command_args=""
61
    run_rc_command "start"
61
    run_rc_command "start"
62
}
62
}
63
63
64
if [ -n "$2" ]; then
64
if [ -n "$2" ]; then
65
    profile="$2"
65
    profile="$2"
66
    if [ "x${elasticsearch_profiles}" != "x" ]; then
66
    if [ "x${elasticsearch_profiles}" != "x" ]; then
67
        eval elasticsearch_config="\${elasticsearch_${profile}_config:-}"
67
        eval elasticsearch_config="\${elasticsearch_${profile}_config:-}"
68
        if [ "x${elasticsearch_config}" = "x" ]; then
68
        if [ "x${elasticsearch_config}" = "x" ]; then
69
            echo "You must define a configuration  (elasticsearch_${profile}_config)"
69
            echo "You must define a configuration  (elasticsearch_${profile}_config)"
70
            exit 1
70
            exit 1
71
        fi
71
        fi
72
	export ES_PATH_CONF=${elasticsearch_config}
72
	export ES_PATH_CONF=${elasticsearch_config}
73
        required_files="${elasticsearch_config}/elasticsearch.yml"
73
        required_files="${elasticsearch_config}/elasticsearch.yml"
74
        required_files="${elasticsearch_config}/jvm.options"
74
        required_files="${elasticsearch_config}/jvm.options"
75
        eval elasticsearch_enable="\${elasticsearch_${profile}_enable:-${elasticsearch_enable}}"
75
        eval elasticsearch_enable="\${elasticsearch_${profile}_enable:-${elasticsearch_enable}}"
76
        pidfile="${_pidprefix}.${profile}.pid"
76
        pidfile="${_pidprefix}.${profile}.pid"
77
	command_args="-d --pidfile=${pidfile}"
77
	command_args="-d --pidfile=${pidfile}"
78
	echo "===> elasticsearch profile: ${profile}"
78
	echo "===> elasticsearch profile: ${profile}"
79
    else
79
    else
80
        echo "$0: extra argument ignored"
80
        echo "$0: extra argument ignored"
81
    fi
81
    fi
82
else
82
else
83
    if [ "x${elasticsearch_profiles}" != "x" -a "x$1" != "x" ]; then
83
    if [ "x${elasticsearch_profiles}" != "x" -a "x$1" != "x" ]; then
84
        for profile in ${elasticsearch_profiles}; do
84
        for profile in ${elasticsearch_profiles}; do
85
            eval _enable="\${elasticsearch_${profile}_enable}"
85
            eval _enable="\${elasticsearch_${profile}_enable}"
86
            case "x${_enable:-${elasticsearch_enable}}" in
86
            case "x${_enable:-${elasticsearch_enable}}" in
87
            x|x[Nn][Oo]|x[Nn][Oo][Nn][Ee])
87
            x|x[Nn][Oo]|x[Nn][Oo][Nn][Ee])
88
                continue
88
                continue
89
                ;;
89
                ;;
90
            x[Yy][Ee][Ss])
90
            x[Yy][Ee][Ss])
91
                ;;
91
                ;;
92
            *)
92
            *)
93
                if test -z "$_enable"; then
93
                if test -z "$_enable"; then
94
                    _var=elasticsearch_enable
94
                    _var=elasticsearch_enable
95
                else
95
                else
96
                    _var=elasticsearch_"${profile}"_enable
96
                    _var=elasticsearch_"${profile}"_enable
97
                fi
97
                fi
98
                echo "Bad value" \
98
                echo "Bad value" \
99
                    "'${_enable:-${elasticsearch_enable}}'" \
99
                    "'${_enable:-${elasticsearch_enable}}'" \
100
                    "for ${_var}. " \
100
                    "for ${_var}. " \
101
                    "Profile ${profile} skipped."
101
                    "Profile ${profile} skipped."
102
                continue
102
                continue
103
                ;;
103
                ;;
104
            esac
104
            esac
105
            %%PREFIX%%/etc/rc.d/elasticsearch $1 ${profile}
105
            %%PREFIX%%/etc/rc.d/elasticsearch $1 ${profile}
106
            retcode="$?"
106
            retcode="$?"
107
            if [ "0${retcode}" -ne 0 ]; then
107
            if [ "0${retcode}" -ne 0 ]; then
108
                failed="${profile} (${retcode}) ${failed:-}"
108
                failed="${profile} (${retcode}) ${failed:-}"
109
            else
109
            else
110
                success="${profile} ${success:-}"
110
                success="${profile} ${success:-}"
111
            fi
111
            fi
112
        done
112
        done
113
        exit 0
113
        exit 0
114
    fi
114
    fi
115
fi
115
fi
116
116
117
if [ "x${elasticsearch_mem_min}" != "x" ]; then
117
if [ "x${elasticsearch_mem_min}" != "x" ]; then
118
    echo "The elasticsearch_mem_min variable is no longer supported please set this in %%PREFIX%%/etc/jvm.options"
118
    echo "The elasticsearch_mem_min variable is no longer supported please set this in ${elasticsearch_config}/jvm.options"
119
    exit 1;
119
    exit 1;
120
fi
120
fi
121
if [ "x${elasticsearch_mem_max}" != "x" ]; then
121
if [ "x${elasticsearch_mem_max}" != "x" ]; then
122
    echo "The elasticsearch_mem_max variable is no longer supported please set this in %%PREFIX%%/etc/jvm.options"
122
    echo "The elasticsearch_mem_max variable is no longer supported please set this in ${elasticsearch_config}/jvm.options"
123
    exit 1;
123
    exit 1;
124
fi
124
fi
125
if [ "x${elasticsearch_props}" != "x" ]; then
125
if [ "x${elasticsearch_props}" != "x" ]; then
126
    echo "The elasticsearch_props variable is no longer supported please set this in %%PREFIX%%/etc/jvm.options"
126
    echo "The elasticsearch_props variable is no longer supported please set this in ${elasticsearch_config}/jvm.options"
127
    exit 1;
127
    exit 1;
128
fi
128
fi
129
129
130
run_rc_command "$1"
130
run_rc_command "$1"

Return to bug 250969