From 8db4df3b64aac3524dc731f5f354edb6803636df Mon Sep 17 00:00:00 2001
From: Klaus Agnoletti <klaus@xenux.dk>
Date: Mon, 28 Oct 2002 15:23:23 +0000
Subject: 	* Made changes so smb.conf creates new directories with setgid
 mask. Useful to make sure subdirectories gets created with the correct gid
 :-)

---
 samba/smb-shares.conf.m4 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'samba')

diff --git a/samba/smb-shares.conf.m4 b/samba/smb-shares.conf.m4
index eea8004..e782c03 100644
--- a/samba/smb-shares.conf.m4
+++ b/samba/smb-shares.conf.m4
@@ -2,7 +2,7 @@ ifelse(`
 /etc/samba/smb-shares.m4
 Copyright 2002 Jonas Smedegaard <dr@jones.dk>
 
-$Id: smb-shares.conf.m4,v 1.19 2002-09-27 12:54:28 jonas Exp $
+$Id: smb-shares.conf.m4,v 1.20 2002-10-28 15:23:23 klaus Exp $
 
 m4 share definitions for generating Samba server smb.conf include file
 
@@ -138,8 +138,8 @@ ifdef(<_user_write>,
 <	writeable = yes
 >ifdef(<_group_write>,
     ifdef(<_world_read>,
-	_masks(0664,0775),
-	_masks(0660,0770)),
+	_masks(0664,2775),
+	_masks(0660,2770)),
 ifdef(<_group_read>,
     ifdef(<_world_read>,
 	_masks(0644,0755),
-- 
cgit v1.2.3