svn commit: samba r10118 - in branches/tmp/RPCREWRITE/source/modules: .

jra at samba.org jra at samba.org
Fri Sep 9 16:27:32 GMT 2005


Author: jra
Date: 2005-09-09 16:27:31 +0000 (Fri, 09 Sep 2005)
New Revision: 10118

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

Log:
Merge from head (hopefully the last this way around)
Jeremy

Modified:
   branches/tmp/RPCREWRITE/source/modules/vfs_default_quota.c


Changeset:
Modified: branches/tmp/RPCREWRITE/source/modules/vfs_default_quota.c
===================================================================
--- branches/tmp/RPCREWRITE/source/modules/vfs_default_quota.c	2005-09-09 16:26:42 UTC (rev 10117)
+++ branches/tmp/RPCREWRITE/source/modules/vfs_default_quota.c	2005-09-09 16:27:31 UTC (rev 10118)
@@ -34,17 +34,17 @@
  * 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 objects' parameter like this:
+ *  vfs objects = default_quota:myprefix)
  * 
- * "<prefix>:uid" parameter takes a integer argument,
+ * "<myprefix>:uid" parameter takes a integer argument,
  *     it specifies the uid of the quota record, that will be taken for
  *     storing the default USER-quotas.
  *
  *     - default value: '0' (for root user)
  *     - e.g.: default_quota:uid = 65534
  *
- * "<prefix>:uid nolimit" parameter takes a boolean argument,
+ * "<myprefix>:uid nolimit" parameter takes a boolean argument,
  *     it specifies if we should report the stored default quota values,
  *     also for the user record, or if you should just report NO_LIMIT
  *     to the windows client for the user specified by the "<prefix>:uid" parameter.
@@ -52,14 +52,14 @@
  *     - default value: yes (that means to report NO_LIMIT)
  *     - e.g.: default_quota:uid nolimit = no
  * 
- * "<prefix>:gid" parameter takes a integer argument,
+ * "<myprefix>:gid" parameter takes a integer argument,
  *     it's just like "<prefix>:uid" but for group quotas.
  *     (NOTE: group quotas are not supported from the windows explorer!)
  *
  *     - default value: '0' (for root group)
  *     - e.g.: default_quota:gid = 65534
  *
- * "<prefix>:gid nolimit" parameter takes a boolean argument,
+ * "<myprefix>:gid nolimit" parameter takes a boolean argument,
  *     it's just like "<prefix>:uid nolimit" but for group quotas.
  *     (NOTE: group quotas are not supported from the windows explorer!)
  *     



More information about the samba-cvs mailing list