summaryrefslogtreecommitdiff
path: root/cleopatre/application/libspid
diff options
context:
space:
mode:
authorlefranc2010-02-15 09:50:11 +0000
committerlefranc2010-02-15 09:50:11 +0000
commitb0cca708b3a37f32d27ce8926e1d3e5f977848d2 (patch)
tree0144a98aa7f4363671144422b022377eaf6979cc /cleopatre/application/libspid
parentf47155828145f503d4d871919e99b6390e09887e (diff)
cleo/plcd: add DRV_STA_SET_CONFIG, closes #1240
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6724 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cleopatre/application/libspid')
-rw-r--r--cleopatre/application/libspid/inc/path.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cleopatre/application/libspid/inc/path.h b/cleopatre/application/libspid/inc/path.h
index a308e922e5..96cd4cfc78 100644
--- a/cleopatre/application/libspid/inc/path.h
+++ b/cleopatre/application/libspid/inc/path.h
@@ -21,10 +21,11 @@
#define LIBSPID_SAVE_LIST_PATH "/etc/save.lst"
#define LIBSPID_SAVE_DIR_PATH "/usr/local/etc"
- #define LIBSPID_CONF_ROOT_PATH "/etc"
+ #define LIBSPID_CONF_ROOT_PATH "/etc"
#define LIBSPID_HARDWARE_INFO_PATH "/etc/hardware.info"
#define LIBSPID_HPAV_CONF_PATH "/etc/hpav.conf"
#define LIBSPID_HPAV_INFO_PATH "/etc/hpav.info"
+ #define LIBSPID_INTERNAL_CONF_PATH "/etc/internal.conf"
#define LIBSPID_NETWORK_CONF_PATH "/etc/network/interfaces"
#define LIBSPID_SYSTEM_VERSION_PATH "/proc/version"
#define LIBSPID_SYSTEM_UPTIME_PATH "/proc/uptime"