Allow start scripts to find bash interpreter during system startup.

This commit is contained in:
Dmitry Sivachenko 2014-08-15 16:20:28 +00:00
parent df432f4cd6
commit c5c499d110
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364992
7 changed files with 7 additions and 0 deletions

View file

@ -11,6 +11,7 @@
. /etc/rc.subr
export PATH=${PATH}:%%LOCALBASE%%/bin
name=datanode
rcvar=datanode_enable

View file

@ -11,6 +11,7 @@
. /etc/rc.subr
export PATH=${PATH}:%%LOCALBASE%%/bin
name=historyserver
rcvar=historyserver_enable

View file

@ -11,6 +11,7 @@
. /etc/rc.subr
export PATH=${PATH}:%%LOCALBASE%%/bin
name=namenode
rcvar=namenode_enable

View file

@ -11,6 +11,7 @@
. /etc/rc.subr
export PATH=${PATH}:%%LOCALBASE%%/bin
name=nodemanager
rcvar=nodemanager_enable

View file

@ -11,6 +11,7 @@
. /etc/rc.subr
export PATH=${PATH}:%%LOCALBASE%%/bin
name=resourcemanager
rcvar=resourcemanager_enable

View file

@ -11,6 +11,7 @@
. /etc/rc.subr
export PATH=${PATH}:%%LOCALBASE%%/bin
name=secondarynamenode
rcvar=secondarynamenode_enable

View file

@ -11,6 +11,7 @@
. /etc/rc.subr
export PATH=${PATH}:%%LOCALBASE%%/bin
name=webappproxyserver
rcvar=webappproxyserver_enable