mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
2014-08-13 Koichiro Kikuchi <koichiro@rworks.jp>
* FreeBSD/tentacle_server: Set rcvar statically. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10416 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
178d2d6b33
commit
2b2dd547bc
@ -1,3 +1,7 @@
|
|||||||
|
2014-08-13 Koichiro Kikuchi <koichiro@rworks.jp>
|
||||||
|
|
||||||
|
* FreeBSD/tentacle_server: Set rcvar statically.
|
||||||
|
|
||||||
2014-08-13 Ramon Novoa <rnovoa@artica.es>
|
2014-08-13 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
* pandora_server.redhat.spec: Fixed some typos (packages were not
|
* pandora_server.redhat.spec: Fixed some typos (packages were not
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
. "/etc/rc.subr"
|
. "/etc/rc.subr"
|
||||||
|
|
||||||
name="tentacle_server"
|
name="tentacle_server"
|
||||||
rcvar=`set_rcvar`
|
rcvar=tentacle_server_enable
|
||||||
|
|
||||||
# read configuration and set defaults
|
# read configuration and set defaults
|
||||||
tentacle_server_enable=${tentacle_server_enable:-"NO"}
|
tentacle_server_enable=${tentacle_server_enable:-"NO"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user