Fix erroneous comment in usmb.conf. - susmb - mounting of SMB/CIFS shares via F… | |
git clone git://git.codemadness.org/susmb | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit ceb3f282bd5e633444aeb45fef0e4d4ab8359258 | |
parent 63a04f04d15b49ebcae0f359b50ce6ea550d7428 | |
Author: Geoff Johnstone <[email protected]> | |
Date: Fri, 2 Apr 2010 19:21:41 +0100 | |
Fix erroneous comment in usmb.conf. | |
Diffstat: | |
M usmb.conf | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/usmb.conf b/usmb.conf | |
@@ -6,8 +6,8 @@ | |
This defines two shares: | |
- \\192.168.0.5\share on /tmp/smb authenticating as WORKGROUP\user | |
- \\winbox\music on /tmp/music authenticating as mydomain\anotheruser | |
+ \\192.168.0.5\myshare on /tmp/smb authenticating as WORKGROUP\user | |
+ \\winbox\music on ${HOME}/music authenticating as mydomain\anotheruser | |
These can be mounted using | |