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:
koichirok 2014-08-14 03:08:19 +00:00
parent 533b32d83e
commit 6f232dec95
2 changed files with 5 additions and 1 deletions

View File

@ -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>
* pandora_server.redhat.spec: Fixed some typos (packages were not

View File

@ -18,7 +18,7 @@
. "/etc/rc.subr"
name="tentacle_server"
rcvar=`set_rcvar`
rcvar=tentacle_server_enable
# read configuration and set defaults
tentacle_server_enable=${tentacle_server_enable:-"NO"}