svn commit: samba r10105 - in branches/SAMBA_3_0/source/modules: .

jht at samba.org jht at samba.org
Fri Sep 9 06:25:28 GMT 2005


Author: jht
Date: 2005-09-09 06:25:28 +0000 (Fri, 09 Sep 2005)
New Revision: 10105

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10105

Log:
Fix typos. Oops, modules are called objects.
Modified:
   branches/SAMBA_3_0/source/modules/vfs_default_quota.c


Changeset:
Modified: branches/SAMBA_3_0/source/modules/vfs_default_quota.c
===================================================================
--- branches/SAMBA_3_0/source/modules/vfs_default_quota.c	2005-09-09 04:22:58 UTC (rev 10104)
+++ branches/SAMBA_3_0/source/modules/vfs_default_quota.c	2005-09-09 06:25:28 UTC (rev 10105)
@@ -34,8 +34,8 @@
  * This module takes 2 parametric parameters in smb.conf:
  * (the default prefix for them is 'default_quota',
  *  it can be overwrittem when you load the module in
- *  the 'vfs modules' parameter like this:
- *  vfs modules = default_quota:myprefix)
+ *  the 'vfs object' parameter like this:
+ *  vfs object = default_quota:myprefix)
  * 
  * "<prefix>:uid" parameter takes a integer argument,
  *     it specifies the uid of the quota record, that will be taken for



More information about the samba-cvs mailing list