diff options
Diffstat (limited to 'textproc/apache-solr/files/solr.in')
-rw-r--r-- | textproc/apache-solr/files/solr.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/apache-solr/files/solr.in b/textproc/apache-solr/files/solr.in index 12b52ff9f1a3..7de46d35c5d8 100644 --- a/textproc/apache-solr/files/solr.in +++ b/textproc/apache-solr/files/solr.in @@ -54,8 +54,8 @@ solr_status () su -m solr -c "${command} status" } -# add %%LOCALBASE%%/[bin|sbin] to path -export PATH=$PATH:%%LOCALBASE%%/bin:%%LOCALBASE%%/sbin +# add %%LOCALBASE%%/bin to path +export PATH=$PATH:%%LOCALBASE%%/bin # let the start script read some custom settings export SOLR_INCLUDE=/usr/local/etc/solr.in.sh |