diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-02-07 15:17:56 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-02-07 15:17:56 +0000 |
commit | 26f7ecb9e93212e1e5cd64f919a2a2cc42523b49 (patch) | |
tree | 4ed5c1c243c18855661e9d2fbadeb9cba0cf4f67 /net/samba/files/smb.conf.default | |
parent | Sanitize MASTER_SITES (diff) |
Fix the option passed to the vfs recycle-module in smb.conf.default,
it now takes a config file rather than directly specifying the desired
options. Install a sample recycle.conf.default in LOCALBASE/etc.
Submitted by: marius@alchemy.franken.de
Approved by: maintainer
Diffstat (limited to 'net/samba/files/smb.conf.default')
-rw-r--r-- | net/samba/files/smb.conf.default | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba/files/smb.conf.default b/net/samba/files/smb.conf.default index d1730f32c249..7a374a341ff9 100644 --- a/net/samba/files/smb.conf.default +++ b/net/samba/files/smb.conf.default @@ -183,7 +183,7 @@ # Un-comment the following two lines to add a recycle bin facility to a samba share # NOTE: It currently doesn't work with the [homes] virtual share, use a regular share instead ; vfs object = %%SAMBA_VFSDIR%%/recycle.so -; vfs options= recycle=.recycle +; vfs options= %%SAMBA_CONFDIR%%/recycle.conf.default # Un-comment the following and create the netlogon directory for Domain Logons ; [netlogon] @@ -277,7 +277,7 @@ ; printable = no # Un-comment the following two lines to add a recycle bin facility to a samba share ; vfs object = %%SAMBA_VFSDIR%%/recycle.so -; vfs options= recycle=.recycle +; vfs options= %%SAMBA_CONFDIR%%/recycle.conf.default # The following two entries demonstrate how to share a directory so that two # users can place files there that will be owned by the specific users. In this |