summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJan Synacek <jsynacek@redhat.com>2013-07-03 08:21:27 +0200
committerJan Synacek <jsynacek@redhat.com>2013-07-03 08:21:27 +0200
commit21429a3651ae38fcd7beb5d48c4b6115d1359e16 (patch)
tree0a78bfa5781bf17eb28c411d21c2f7b38e6514f9 /README
parent38dac92c695e8e905a67297023e592d4750b3d09 (diff)
downloadopenlmi-providers-21429a3651ae38fcd7beb5d48c4b6115d1359e16.tar.gz
openlmi-providers-21429a3651ae38fcd7beb5d48c4b6115d1359e16.tar.xz
openlmi-providers-21429a3651ae38fcd7beb5d48c4b6115d1359e16.zip
Add LogicalFile to README
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index a80a1d2..1962f17 100644
--- a/README
+++ b/README
@@ -32,6 +32,15 @@ Following providers are part of this sub-project:
* Linux_FanAssociatedSensor
- Provides association of instances of above 2 providers.
+* LogicalFile
+ Logical file management. Supports ordinary files, directories, links,
+ device files and fifo files.
+
+ The provider allows to:
+ - read files on the filesystem,
+ - traverse the file hierarchy,
+ - create new directories, remove directories.
+
* Power
Power management provider allows to monitor and change power state of the
computer system.
@@ -68,6 +77,8 @@ Provider specific dependencies:
- lm_sensors - installed and configured
- lm_sensors-libs
- lm_sensors-devel
+* LogicalFile
+ - libudev-devel (systemd-devel)
* Power
- glib2-devel
- upower-devel or pm-utils