summaryrefslogtreecommitdiff
path: root/hpiutil/env.hpi
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-07-06 18:04:32 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-07-06 18:04:32 +0200
commita7f89980e5b3f4b9a74c70dbc5ffe8aabd28be28 (patch)
tree41c4deec1fdfbafd7821b4ca7a9772ac0abd92f5 /hpiutil/env.hpi
Imported Upstream version 2.9.3upstream/2.9.3
Diffstat (limited to 'hpiutil/env.hpi')
-rwxr-xr-xhpiutil/env.hpi11
1 files changed, 11 insertions, 0 deletions
diff --git a/hpiutil/env.hpi b/hpiutil/env.hpi
new file mode 100755
index 0000000..2d14c96
--- /dev/null
+++ b/hpiutil/env.hpi
@@ -0,0 +1,11 @@
+export SAHPI_HOME=/etc/hpi
+export SPI_LIB_LOG_LOCATION=/var/log/spilib
+export SPI_LIB_CFG_LOCATION=$SAHPI_HOME/spi-lib.conf
+export SPI_DAEMON_LOG_LOCATION=/var/log/spidaemon
+export SPI_DAEMON_CFG_LOCATION=$SAHPI_HOME/spi-daemon.conf
+export SPI_DAEMON_LOG_LEVEL=-l5
+export SPI_LIB_LOG_LEVEL=-l5
+export LD_LIBRARY_PATH=/usr/lib:/lib
+# export LD_LIBRARY_PATH=$SAHPI_HOME/lib
+# export LD_ASSUME_KERNEL=2.4.1
+# make sure to "mkdir -p /etc/hpi"