summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Huerner <ingo.huerner@xse.de>2014-07-09 20:41:52 +0200
committerIngo Huerner <ingo.huerner@xse.de>2014-07-09 20:41:52 +0200
commit7a58293cfcba5cf180b81b0e3d0ec38ee6c9dc2d (patch)
tree3c9f7a89a04df8a1324afaad939fb9044197e572
parentc2b8dbd1a8cc3b7a2edd57beb8f548e5f890dc5b (diff)
downloadpersistence-client-library-7a58293cfcba5cf180b81b0e3d0ec38ee6c9dc2d.tar.gz
Adjusted path in demo custom library configuration file
-rw-r--r--config/pclCustomLibConfigFile.cfg12
1 files changed, 6 insertions, 6 deletions
diff --git a/config/pclCustomLibConfigFile.cfg b/config/pclCustomLibConfigFile.cfg
index 20727dc..040cbf0 100644
--- a/config/pclCustomLibConfigFile.cfg
+++ b/config/pclCustomLibConfigFile.cfg
@@ -1,6 +1,6 @@
-hwinfo /usr/local/lib/libhwinfoperscustom.so init async
-secure /usr/local/lib/libsecureperscustom.so init sync
-custom3 /usr/local/lib/libcustom3perscustom.so od sync
-emergency /usr/local/lib/libemergencyperscustom.so od async
-early /usr/local/lib/libearlyperscustom.so od sync
-custom2 /usr/local/lib/libcustom2perscustom.so init sync \ No newline at end of file
+hwinfo /usr/lib/libhwinfoperscustom.so init async
+secure /usr/lib/libsecureperscustom.so init sync
+custom3 /usr/lib/libcustom3perscustom.so od sync
+emergency /usr/lib/libemergencyperscustom.so od async
+early /usr/lib/libearlyperscustom.so od sync
+custom2 /usr/lib/libcustom2perscustom.so init sync