From: Tony Mack Date: Wed, 11 Nov 2009 18:11:08 +0000 (+0000) Subject: Renamed SFA_BASE_DIR to SFA_CONFIG_DIR. Added SFA_DATA_DIR X-Git-Tag: sfa-0.9-6~24 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=17baaa10a08f3794c885b6c5d5a6694da07301ce;hp=08805b6d6fc5d6939136e71675d1481cec31108f;p=sfa.git Renamed SFA_BASE_DIR to SFA_CONFIG_DIR. Added SFA_DATA_DIR --- diff --git a/config/sfa_config b/config/sfa_config index aa2ab292..ec8d7260 100644 --- a/config/sfa_config +++ b/config/sfa_config @@ -1,5 +1,5 @@ # HRN -# Human readable name for the interfaces +# Human readable name for this interface SFA_INTERFACE_HRN="plc" @@ -18,7 +18,9 @@ SFA_REGISTRY_ENABLED=1 SFA_REGISTRY_ROOT_AUTH="plc" # Level1 Auth -# The hrn of the registry's level1 auth +# The hrn of the registry's level1 auth (sub authority) +# The full name of this interface (only secify if this +# interface is a sub authority) # xxx could be determined from hrn above SFA_REGISTRY_LEVEL1_AUTH="" @@ -90,4 +92,8 @@ SFA_PLC_DB_PASSWORD='' # Directory internal data gets stored # using /etc/sfa until gec5 but /var/lib/sfa would be a more reasonable choice -SFA_BASE_DIR="/etc/sfa" +SFA_CONFIG_DIR="/etc/sfa" + +# Directory internal data gets stored +SFA_DATA_DIR="/var/lib/sfa" +