mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Allow start scripts to find bash interpreter during system startup.
This commit is contained in:
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
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
. /etc/rc.subr
|
. /etc/rc.subr
|
||||||
|
|
||||||
|
export PATH=${PATH}:%%LOCALBASE%%/bin
|
||||||
name=datanode
|
name=datanode
|
||||||
rcvar=datanode_enable
|
rcvar=datanode_enable
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
. /etc/rc.subr
|
. /etc/rc.subr
|
||||||
|
|
||||||
|
export PATH=${PATH}:%%LOCALBASE%%/bin
|
||||||
name=historyserver
|
name=historyserver
|
||||||
rcvar=historyserver_enable
|
rcvar=historyserver_enable
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
. /etc/rc.subr
|
. /etc/rc.subr
|
||||||
|
|
||||||
|
export PATH=${PATH}:%%LOCALBASE%%/bin
|
||||||
name=namenode
|
name=namenode
|
||||||
rcvar=namenode_enable
|
rcvar=namenode_enable
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
. /etc/rc.subr
|
. /etc/rc.subr
|
||||||
|
|
||||||
|
export PATH=${PATH}:%%LOCALBASE%%/bin
|
||||||
name=nodemanager
|
name=nodemanager
|
||||||
rcvar=nodemanager_enable
|
rcvar=nodemanager_enable
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
. /etc/rc.subr
|
. /etc/rc.subr
|
||||||
|
|
||||||
|
export PATH=${PATH}:%%LOCALBASE%%/bin
|
||||||
name=resourcemanager
|
name=resourcemanager
|
||||||
rcvar=resourcemanager_enable
|
rcvar=resourcemanager_enable
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
. /etc/rc.subr
|
. /etc/rc.subr
|
||||||
|
|
||||||
|
export PATH=${PATH}:%%LOCALBASE%%/bin
|
||||||
name=secondarynamenode
|
name=secondarynamenode
|
||||||
rcvar=secondarynamenode_enable
|
rcvar=secondarynamenode_enable
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
. /etc/rc.subr
|
. /etc/rc.subr
|
||||||
|
|
||||||
|
export PATH=${PATH}:%%LOCALBASE%%/bin
|
||||||
name=webappproxyserver
|
name=webappproxyserver
|
||||||
rcvar=webappproxyserver_enable
|
rcvar=webappproxyserver_enable
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue