diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-04-01 15:03:24 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-04-01 15:03:24 +0200 |
commit | 03226035aaa8d4fc68996b08bc6beb43feabbd3a (patch) | |
tree | d0aa251c880cb9cbd79b7ea1c1ef8f2899d0b800 /source/param | |
parent | 2dc2bb800dab3f7dbdba01f5ca5076edd1a2b0f3 (diff) | |
download | samba-03226035aaa8d4fc68996b08bc6beb43feabbd3a.tar.gz |
Add README file explaining param/.
Diffstat (limited to 'source/param')
-rw-r--r-- | source/param/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/param/README b/source/param/README new file mode 100644 index 00000000000..403a217588e --- /dev/null +++ b/source/param/README @@ -0,0 +1,4 @@ +This directory contains "libsamba-hostconfig". + +The libsamba-hostconfig library provides access to all host-wide configuration +such as the configured shares, default parameter values and host secret keys. |