diff options
author | David O'Neill <dmo@samba.org> | 2001-01-22 16:11:33 +0000 |
---|---|---|
committer | David O'Neill <dmo@samba.org> | 2001-01-22 16:11:33 +0000 |
commit | 912dbe49ce25563413746d3bcb62ac3f3cd0f4cb (patch) | |
tree | 32647d8136a00f6f26aed7df585d50fefeac4197 /docs | |
parent | 3d153ef9fba79e9843d886fc4b9629503fed4e29 (diff) | |
download | samba-912dbe49ce25563413746d3bcb62ac3f3cd0f4cb.tar.gz samba-912dbe49ce25563413746d3bcb62ac3f3cd0f4cb.tar.bz2 samba-912dbe49ce25563413746d3bcb62ac3f3cd0f4cb.zip |
Changes from SAMBA_2_2:
docs/yodldocs/smb.conf.5.yo
- add comment about ability to include environment variables in
smb.conf. Added just to mention it, probably needs improvement.
(This used to be commit 50c5ee3c7b41add594e151aa301143a5a60351dc)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/yodldocs/smb.conf.5.yo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/yodldocs/smb.conf.5.yo b/docs/yodldocs/smb.conf.5.yo index a8574cc4d0..c82e866935 100644 --- a/docs/yodldocs/smb.conf.5.yo +++ b/docs/yodldocs/smb.conf.5.yo @@ -369,6 +369,9 @@ it() bf(%I) = The IP address of the client machine. label(percentT) it() bf(%T) = the current date and time. +label(percentDollar) +it() bf(%$(envvar)) = The value of the environment variable bf(envar). + endit() There are some quite creative things that can be done with these |