View | Details | Raw Unified | Return to bug 222261 | Differences between
and this patch

Collapse All | Expand All

(-)elasticsearch5/Makefile (-2 / +4 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/textproc/elasticsearch5/Makefile 451762 2017-10-11 17:08:37Z feld $
2
# $FreeBSD: head/textproc/elasticsearch5/Makefile 451762 2017-10-11 17:08:37Z feld $
3
3
4
PORTNAME=	elasticsearch
4
PORTNAME=	elasticsearch
5
PORTVERSION=	5.3.0
5
PORTVERSION=	5.6.4
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	textproc java devel
7
CATEGORIES=	textproc java devel
8
MASTER_SITES=	https://artifacts.elastic.co/downloads/${PORTNAME}/ \
8
MASTER_SITES=	https://artifacts.elastic.co/downloads/${PORTNAME}/ \
Lines 15-20 COMMENT= Full-text search engine for Jav Link Here
15
LICENSE=	APACHE20
15
LICENSE=	APACHE20
16
16
17
RUN_DEPENDS=	bash>0:shells/bash
17
RUN_DEPENDS=	bash>0:shells/bash
18
BUILD_DEPENDS=	jna>0:devel/jna
18
19
19
CONFLICTS=	elasticsearch-[0-9]* elasticsearch2-[0-9]*
20
CONFLICTS=	elasticsearch-[0-9]* elasticsearch2-[0-9]*
20
21
Lines 31-37 OPTIONS_DEFINE= DOCS Link Here
31
32
32
.include <bsd.port.options.mk>
33
.include <bsd.port.options.mk>
33
34
34
LUCENEVER=	6.4.1
35
LUCENEVER=	6.6.1
35
CONFIG_FILES=	elasticsearch.yml log4j2.properties jvm.options
36
CONFIG_FILES=	elasticsearch.yml log4j2.properties jvm.options
36
BINS=		elasticsearch.in.sh \
37
BINS=		elasticsearch.in.sh \
37
		elasticsearch \
38
		elasticsearch \
Lines 64-69 post-patch: Link Here
64
	${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/config/elasticsearch.yml
65
	${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/config/elasticsearch.yml
65
	${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/bin/elasticsearch.in.sh
66
	${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/bin/elasticsearch.in.sh
66
	${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/bin/elasticsearch
67
	${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/bin/elasticsearch
68
	${CP} /usr/local/share/java/classes/jna.jar ${WRKSRC}/lib/
67
69
68
do-install:
70
do-install:
69
	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/elasticsearch
71
	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/elasticsearch
(-)elasticsearch5/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1491415113
1
TIMESTAMP = 1510400839
2
SHA256 (elasticsearch-5.3.0.tar.gz) = effd922973e9f4fe25565e0a194a4b534c08b22849f03cb9fea13c311401e21b
2
SHA256 (elasticsearch-5.6.4.tar.gz) = 1098fc776fae8c74e65f8e17cf2ea244c1d07c4e6711340c9bb9f6df56aa45b0
3
SIZE (elasticsearch-5.3.0.tar.gz) = 33696963
3
SIZE (elasticsearch-5.6.4.tar.gz) = 33776770
(-)elasticsearch5/files/elasticsearch.in (-1 / +1 lines)
Lines 51-57 elasticsearch_precmd() Link Here
51
    chown ${elasticsearch_user}:${elasticsearch_group} ${pidfile}
51
    chown ${elasticsearch_user}:${elasticsearch_group} ${pidfile}
52
    /usr/bin/install -d -o ${elasticsearch_user} -g ${elasticsearch_group} -m 750 ${elasticsearch_tmp}
52
    /usr/bin/install -d -o ${elasticsearch_user} -g ${elasticsearch_group} -m 750 ${elasticsearch_tmp}
53
    /usr/bin/install -d -o ${elasticsearch_user} -g ${elasticsearch_group} -m 750 /var/db/elasticsearch
53
    /usr/bin/install -d -o ${elasticsearch_user} -g ${elasticsearch_group} -m 750 /var/db/elasticsearch
54
    /usr/bin/install -d -o ${elasticsearch_user} -g ${elasticsearch_group} -m 750 /var/log/elasticsearch
54
    /usr/bin/install -d -o ${elasticsearch_user} -g ${elasticsearch_group} -m 755 /var/log/elasticsearch
55
}
55
}
56
56
57
elasticsearch_console()
57
elasticsearch_console()
(-)elasticsearch5/pkg-plist (-96 / +104 lines)
Lines 3-107 Link Here
3
@sample(%%SEARCHUSER%%,%%SEARCHGROUP%%,440) %%ETCDIR%%/jvm.options.sample
3
@sample(%%SEARCHUSER%%,%%SEARCHGROUP%%,440) %%ETCDIR%%/jvm.options.sample
4
@unexec if [ -d %%ELASTIC_LOGDIR%% ]; then echo "You should remove %%ELASTIC_LOGDIR%% if you don't need it any more."; fi
4
@unexec if [ -d %%ELASTIC_LOGDIR%% ]; then echo "You should remove %%ELASTIC_LOGDIR%% if you don't need it any more."; fi
5
@unexec if [ -d %%ELASTIC_DBDIR%% ]; then echo "You should remove %%ELASTIC_DBDIR%% if you don't need it any more."; fi
5
@unexec if [ -d %%ELASTIC_DBDIR%% ]; then echo "You should remove %%ELASTIC_DBDIR%% if you don't need it any more."; fi
6
bin/elasticsearch-plugin
6
bin/%%SEARCHUSER%%-plugin
7
lib/elasticsearch/lib/HdrHistogram-2.1.6.jar
7
%%ETCDIR%%/%%SEARCHUSER%%.yml.sample
8
lib/elasticsearch/lib/elasticsearch-%%PORTVERSION%%.jar
8
%%ETCDIR%%/jvm.options.sample
9
lib/elasticsearch/lib/hppc-0.7.1.jar
9
%%ETCDIR%%/log4j2.properties.sample
10
lib/elasticsearch/lib/jackson-core-2.8.6.jar
10
etc/rc.d/%%SEARCHUSER%%
11
lib/elasticsearch/lib/jackson-dataformat-cbor-2.8.6.jar
11
lib/%%SEARCHUSER%%/bin/%%SEARCHUSER%%
12
lib/elasticsearch/lib/jackson-dataformat-smile-2.8.6.jar
12
lib/%%SEARCHUSER%%/bin/%%SEARCHUSER%%-plugin
13
lib/elasticsearch/lib/jackson-dataformat-yaml-2.8.6.jar
13
lib/%%SEARCHUSER%%/bin/%%SEARCHUSER%%.in.sh
14
lib/elasticsearch/lib/java-version-checker-%%PORTVERSION%%.jar
14
lib/%%SEARCHUSER%%/lib/HdrHistogram-2.1.9.jar
15
lib/elasticsearch/lib/jna-4.2.2.jar
15
lib/%%SEARCHUSER%%/lib/%%SEARCHUSER%%-%%PORTVERSION%%.jar
16
lib/elasticsearch/lib/joda-time-2.9.5.jar
16
lib/%%SEARCHUSER%%/lib/hppc-0.7.1.jar
17
lib/elasticsearch/lib/jopt-simple-5.0.2.jar
17
lib/%%SEARCHUSER%%/lib/jackson-core-2.8.6.jar
18
lib/elasticsearch/lib/jts-1.13.jar
18
lib/%%SEARCHUSER%%/lib/jackson-dataformat-cbor-2.8.6.jar
19
lib/elasticsearch/lib/log4j-1.2-api-2.7.jar
19
lib/%%SEARCHUSER%%/lib/jackson-dataformat-smile-2.8.6.jar
20
lib/elasticsearch/lib/log4j-api-2.7.jar
20
lib/%%SEARCHUSER%%/lib/jackson-dataformat-yaml-2.8.6.jar
21
lib/elasticsearch/lib/log4j-core-2.7.jar
21
lib/%%SEARCHUSER%%/lib/java-version-checker-%%PORTVERSION%%.jar
22
lib/elasticsearch/lib/lucene-analyzers-common-%%LUCENEVER%%.jar
22
lib/%%SEARCHUSER%%/lib/jna.jar
23
lib/elasticsearch/lib/lucene-backward-codecs-%%LUCENEVER%%.jar
23
lib/%%SEARCHUSER%%/lib/joda-time-2.9.5.jar
24
lib/elasticsearch/lib/lucene-core-%%LUCENEVER%%.jar
24
lib/%%SEARCHUSER%%/lib/jopt-simple-5.0.2.jar
25
lib/elasticsearch/lib/lucene-grouping-%%LUCENEVER%%.jar
25
lib/%%SEARCHUSER%%/lib/jts-1.13.jar
26
lib/elasticsearch/lib/lucene-highlighter-%%LUCENEVER%%.jar
26
lib/%%SEARCHUSER%%/lib/log4j-1.2-api-2.9.1.jar
27
lib/elasticsearch/lib/lucene-join-%%LUCENEVER%%.jar
27
lib/%%SEARCHUSER%%/lib/log4j-api-2.9.1.jar
28
lib/elasticsearch/lib/lucene-memory-%%LUCENEVER%%.jar
28
lib/%%SEARCHUSER%%/lib/log4j-core-2.9.1.jar
29
lib/elasticsearch/lib/lucene-misc-%%LUCENEVER%%.jar
29
lib/%%SEARCHUSER%%/lib/lucene-analyzers-common-%%LUCENEVER%%.jar
30
lib/elasticsearch/lib/lucene-queries-%%LUCENEVER%%.jar
30
lib/%%SEARCHUSER%%/lib/lucene-backward-codecs-%%LUCENEVER%%.jar
31
lib/elasticsearch/lib/lucene-queryparser-%%LUCENEVER%%.jar
31
lib/%%SEARCHUSER%%/lib/lucene-core-%%LUCENEVER%%.jar
32
lib/elasticsearch/lib/lucene-sandbox-%%LUCENEVER%%.jar
32
lib/%%SEARCHUSER%%/lib/lucene-grouping-%%LUCENEVER%%.jar
33
lib/elasticsearch/lib/lucene-spatial-%%LUCENEVER%%.jar
33
lib/%%SEARCHUSER%%/lib/lucene-highlighter-%%LUCENEVER%%.jar
34
lib/elasticsearch/lib/lucene-spatial-extras-%%LUCENEVER%%.jar
34
lib/%%SEARCHUSER%%/lib/lucene-join-%%LUCENEVER%%.jar
35
lib/elasticsearch/lib/lucene-spatial3d-%%LUCENEVER%%.jar
35
lib/%%SEARCHUSER%%/lib/lucene-memory-%%LUCENEVER%%.jar
36
lib/elasticsearch/lib/lucene-suggest-%%LUCENEVER%%.jar
36
lib/%%SEARCHUSER%%/lib/lucene-misc-%%LUCENEVER%%.jar
37
lib/elasticsearch/lib/securesm-1.1.jar
37
lib/%%SEARCHUSER%%/lib/lucene-queries-%%LUCENEVER%%.jar
38
lib/elasticsearch/lib/snakeyaml-1.15.jar
38
lib/%%SEARCHUSER%%/lib/lucene-queryparser-%%LUCENEVER%%.jar
39
lib/elasticsearch/lib/spatial4j-0.6.jar
39
lib/%%SEARCHUSER%%/lib/lucene-sandbox-%%LUCENEVER%%.jar
40
lib/elasticsearch/lib/t-digest-3.0.jar
40
lib/%%SEARCHUSER%%/lib/lucene-spatial-%%LUCENEVER%%.jar
41
lib/elasticsearch/bin/elasticsearch.in.sh
41
lib/%%SEARCHUSER%%/lib/lucene-spatial-extras-%%LUCENEVER%%.jar
42
lib/elasticsearch/bin/elasticsearch
42
lib/%%SEARCHUSER%%/lib/lucene-spatial3d-%%LUCENEVER%%.jar
43
lib/elasticsearch/bin/elasticsearch-plugin
43
lib/%%SEARCHUSER%%/lib/lucene-suggest-%%LUCENEVER%%.jar
44
lib/elasticsearch/modules/aggs-matrix-stats/aggs-matrix-stats-%%PORTVERSION%%.jar
44
lib/%%SEARCHUSER%%/lib/plugin-cli-%%PORTVERSION%%.jar
45
lib/elasticsearch/modules/aggs-matrix-stats/plugin-descriptor.properties
45
lib/%%SEARCHUSER%%/lib/securesm-1.1.jar
46
lib/elasticsearch/modules/ingest-common/ingest-common-%%PORTVERSION%%.jar
46
lib/%%SEARCHUSER%%/lib/snakeyaml-1.15.jar
47
lib/elasticsearch/modules/ingest-common/jcodings-1.0.12.jar
47
lib/%%SEARCHUSER%%/lib/spatial4j-0.6.jar
48
lib/elasticsearch/modules/ingest-common/joni-2.1.6.jar
48
lib/%%SEARCHUSER%%/lib/t-digest-3.0.jar
49
lib/elasticsearch/modules/ingest-common/plugin-descriptor.properties
49
lib/%%SEARCHUSER%%/modules/aggs-matrix-stats/aggs-matrix-stats-%%PORTVERSION%%.jar
50
lib/elasticsearch/modules/lang-expression/antlr4-runtime-4.5.1-1.jar
50
lib/%%SEARCHUSER%%/modules/aggs-matrix-stats/plugin-descriptor.properties
51
lib/elasticsearch/modules/lang-expression/asm-5.0.4.jar
51
lib/%%SEARCHUSER%%/modules/ingest-common/ingest-common-%%PORTVERSION%%.jar
52
lib/elasticsearch/modules/lang-expression/asm-commons-5.0.4.jar
52
lib/%%SEARCHUSER%%/modules/ingest-common/jcodings-1.0.12.jar
53
lib/elasticsearch/modules/lang-expression/asm-tree-5.0.4.jar
53
lib/%%SEARCHUSER%%/modules/ingest-common/joni-2.1.6.jar
54
lib/elasticsearch/modules/lang-expression/lang-expression-%%PORTVERSION%%.jar
54
lib/%%SEARCHUSER%%/modules/ingest-common/plugin-descriptor.properties
55
lib/elasticsearch/modules/lang-expression/lucene-expressions-%%LUCENEVER%%.jar
55
lib/%%SEARCHUSER%%/modules/lang-expression/antlr4-runtime-4.5.1-1.jar
56
lib/elasticsearch/modules/lang-expression/plugin-descriptor.properties
56
lib/%%SEARCHUSER%%/modules/lang-expression/asm-5.0.4.jar
57
lib/elasticsearch/modules/lang-expression/plugin-security.policy
57
lib/%%SEARCHUSER%%/modules/lang-expression/asm-commons-5.0.4.jar
58
lib/elasticsearch/modules/lang-groovy/groovy-2.4.6-indy.jar
58
lib/%%SEARCHUSER%%/modules/lang-expression/asm-tree-5.0.4.jar
59
lib/elasticsearch/modules/lang-groovy/lang-groovy-%%PORTVERSION%%.jar
59
lib/%%SEARCHUSER%%/modules/lang-expression/lang-expression-%%PORTVERSION%%.jar
60
lib/elasticsearch/modules/lang-groovy/plugin-descriptor.properties
60
lib/%%SEARCHUSER%%/modules/lang-expression/lucene-expressions-%%LUCENEVER%%.jar
61
lib/elasticsearch/modules/lang-groovy/plugin-security.policy
61
lib/%%SEARCHUSER%%/modules/lang-expression/plugin-descriptor.properties
62
lib/elasticsearch/modules/lang-mustache/compiler-0.9.3.jar
62
lib/%%SEARCHUSER%%/modules/lang-expression/plugin-security.policy
63
lib/elasticsearch/modules/lang-mustache/lang-mustache-%%PORTVERSION%%.jar
63
lib/%%SEARCHUSER%%/modules/lang-groovy/groovy-2.4.6-indy.jar
64
lib/elasticsearch/modules/lang-mustache/plugin-descriptor.properties
64
lib/%%SEARCHUSER%%/modules/lang-groovy/lang-groovy-%%PORTVERSION%%.jar
65
lib/elasticsearch/modules/lang-mustache/plugin-security.policy
65
lib/%%SEARCHUSER%%/modules/lang-groovy/plugin-descriptor.properties
66
lib/elasticsearch/modules/lang-painless/antlr4-runtime-4.5.1-1.jar
66
lib/%%SEARCHUSER%%/modules/lang-groovy/plugin-security.policy
67
lib/elasticsearch/modules/lang-painless/asm-debug-all-5.1.jar
67
lib/%%SEARCHUSER%%/modules/lang-mustache/compiler-0.9.3.jar
68
lib/elasticsearch/modules/lang-painless/lang-painless-%%PORTVERSION%%.jar
68
lib/%%SEARCHUSER%%/modules/lang-mustache/lang-mustache-%%PORTVERSION%%.jar
69
lib/elasticsearch/modules/lang-painless/plugin-descriptor.properties
69
lib/%%SEARCHUSER%%/modules/lang-mustache/plugin-descriptor.properties
70
lib/elasticsearch/modules/lang-painless/plugin-security.policy
70
lib/%%SEARCHUSER%%/modules/lang-mustache/plugin-security.policy
71
lib/elasticsearch/modules/percolator/percolator-%%PORTVERSION%%.jar
71
lib/%%SEARCHUSER%%/modules/lang-painless/antlr4-runtime-4.5.1-1.jar
72
lib/elasticsearch/modules/percolator/plugin-descriptor.properties
72
lib/%%SEARCHUSER%%/modules/lang-painless/asm-debug-all-5.1.jar
73
lib/elasticsearch/modules/reindex/commons-codec-1.10.jar
73
lib/%%SEARCHUSER%%/modules/lang-painless/lang-painless-%%PORTVERSION%%.jar
74
lib/elasticsearch/modules/reindex/commons-logging-1.1.3.jar
74
lib/%%SEARCHUSER%%/modules/lang-painless/plugin-descriptor.properties
75
lib/elasticsearch/modules/reindex/httpasyncclient-4.1.2.jar
75
lib/%%SEARCHUSER%%/modules/lang-painless/plugin-security.policy
76
lib/elasticsearch/modules/reindex/httpclient-4.5.2.jar
76
lib/%%SEARCHUSER%%/modules/parent-join/parent-join-%%PORTVERSION%%.jar
77
lib/elasticsearch/modules/reindex/httpcore-4.4.5.jar
77
lib/%%SEARCHUSER%%/modules/parent-join/plugin-descriptor.properties
78
lib/elasticsearch/modules/reindex/httpcore-nio-4.4.5.jar
78
lib/%%SEARCHUSER%%/modules/percolator/percolator-%%PORTVERSION%%.jar
79
lib/elasticsearch/modules/reindex/plugin-descriptor.properties
79
lib/%%SEARCHUSER%%/modules/percolator/plugin-descriptor.properties
80
lib/elasticsearch/modules/reindex/reindex-%%PORTVERSION%%.jar
80
lib/%%SEARCHUSER%%/modules/reindex/commons-codec-1.10.jar
81
lib/elasticsearch/modules/reindex/rest-%%PORTVERSION%%.jar
81
lib/%%SEARCHUSER%%/modules/reindex/commons-logging-1.1.3.jar
82
lib/elasticsearch/modules/transport-netty3/netty-3.10.6.Final.jar
82
lib/%%SEARCHUSER%%/modules/reindex/%%SEARCHUSER%%-rest-client-%%PORTVERSION%%.jar
83
lib/elasticsearch/modules/transport-netty3/plugin-descriptor.properties
83
lib/%%SEARCHUSER%%/modules/reindex/httpasyncclient-4.1.2.jar
84
lib/elasticsearch/modules/transport-netty3/plugin-security.policy
84
lib/%%SEARCHUSER%%/modules/reindex/httpclient-4.5.2.jar
85
lib/elasticsearch/modules/transport-netty3/transport-netty3-%%PORTVERSION%%.jar
85
lib/%%SEARCHUSER%%/modules/reindex/httpcore-4.4.5.jar
86
lib/elasticsearch/modules/transport-netty4/netty-buffer-4.1.7.Final.jar
86
lib/%%SEARCHUSER%%/modules/reindex/httpcore-nio-4.4.5.jar
87
lib/elasticsearch/modules/transport-netty4/netty-codec-4.1.7.Final.jar
87
lib/%%SEARCHUSER%%/modules/reindex/plugin-descriptor.properties
88
lib/elasticsearch/modules/transport-netty4/netty-codec-http-4.1.7.Final.jar
88
lib/%%SEARCHUSER%%/modules/reindex/plugin-security.policy
89
lib/elasticsearch/modules/transport-netty4/netty-common-4.1.7.Final.jar
89
lib/%%SEARCHUSER%%/modules/reindex/reindex-%%PORTVERSION%%.jar
90
lib/elasticsearch/modules/transport-netty4/netty-handler-4.1.7.Final.jar
90
lib/%%SEARCHUSER%%/modules/transport-netty3/netty-3.10.6.Final.jar
91
lib/elasticsearch/modules/transport-netty4/netty-resolver-4.1.7.Final.jar
91
lib/%%SEARCHUSER%%/modules/transport-netty3/plugin-descriptor.properties
92
lib/elasticsearch/modules/transport-netty4/netty-transport-4.1.7.Final.jar
92
lib/%%SEARCHUSER%%/modules/transport-netty3/plugin-security.policy
93
lib/elasticsearch/modules/transport-netty4/plugin-descriptor.properties
93
lib/%%SEARCHUSER%%/modules/transport-netty3/transport-netty3-%%PORTVERSION%%.jar
94
lib/elasticsearch/modules/transport-netty4/plugin-security.policy
94
lib/%%SEARCHUSER%%/modules/transport-netty4/netty-buffer-4.1.13.Final.jar
95
lib/elasticsearch/modules/transport-netty4/transport-netty4-%%PORTVERSION%%.jar
95
lib/%%SEARCHUSER%%/modules/transport-netty4/netty-codec-4.1.13.Final.jar
96
lib/%%SEARCHUSER%%/modules/transport-netty4/netty-codec-http-4.1.13.Final.jar
97
lib/%%SEARCHUSER%%/modules/transport-netty4/netty-common-4.1.13.Final.jar
98
lib/%%SEARCHUSER%%/modules/transport-netty4/netty-handler-4.1.13.Final.jar
99
lib/%%SEARCHUSER%%/modules/transport-netty4/netty-resolver-4.1.13.Final.jar
100
lib/%%SEARCHUSER%%/modules/transport-netty4/netty-transport-4.1.13.Final.jar
101
lib/%%SEARCHUSER%%/modules/transport-netty4/plugin-descriptor.properties
102
lib/%%SEARCHUSER%%/modules/transport-netty4/plugin-security.policy
103
lib/%%SEARCHUSER%%/modules/transport-netty4/transport-netty4-%%PORTVERSION%%.jar
96
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt
104
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt
97
%%PORTDOCS%%%%DOCSDIR%%/NOTICE.txt
105
%%PORTDOCS%%%%DOCSDIR%%/NOTICE.txt
98
%%PORTDOCS%%%%DOCSDIR%%/README.textile
106
%%PORTDOCS%%%%DOCSDIR%%/README.textile
99
@dir lib/elasticsearch/lib
107
@dir lib/%%SEARCHUSER%%/lib
100
@dir lib/elasticsearch/bin
108
@dir lib/%%SEARCHUSER%%/bin
101
@dir lib/elasticsearch/modules
109
@dir lib/%%SEARCHUSER%%/modules
102
@dir lib/elasticsearch/plugins
110
@dir lib/%%SEARCHUSER%%/plugins
103
@dir lib/elasticsearch
111
@dir lib/%%SEARCHUSER%%
104
@dir libexec/elasticsearch
112
@dir libexec/%%SEARCHUSER%%
105
@dir(%%SEARCHUSER%%,%%SEARCHGROUP%%,750) %%ELASTIC_LOGDIR%%
113
@dir(%%SEARCHUSER%%,%%SEARCHGROUP%%,750) %%ELASTIC_LOGDIR%%
106
@dir(%%SEARCHUSER%%,%%SEARCHGROUP%%,750) %%ELASTIC_DBDIR%%
114
@dir(%%SEARCHUSER%%,%%SEARCHGROUP%%,750) %%ELASTIC_DBDIR%%
107
@postunexec if [ -d %%ELASTIC_LOGDIR%% ]; then echo "You should remove %%ELASTIC_LOGDIR%% if you don't need it any more."; fi
115
@postunexec if [ -d %%ELASTIC_LOGDIR%% ]; then echo "You should remove %%ELASTIC_LOGDIR%% if you don't need it any more."; fi

Return to bug 222261