OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 24-Mar-2004 16:14:18
Branch: HEAD Handle: 2004032415141800
Modified files:
openpkg-src/samba samba.spec smb.conf
Log:
use more reasonable names and values in home dirs
Summary:
Revision Changes Path
1.62 +1 -1 openpkg-src/samba/samba.spec
1.6 +2 -1 openpkg-src/samba/smb.conf
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/samba/samba.spec
============================================================================
$ cvs diff -u -r1.61 -r1.62 samba.spec
--- openpkg-src/samba/samba.spec 7 Feb 2004 17:58:35 -0000 1.61
+++ openpkg-src/samba/samba.spec 24 Mar 2004 15:14:18 -0000 1.62
@@ -34,7 +34,7 @@
Group: Filesystem
License: GPL
Version: 2.2.8a
-Release: 20040207
+Release: 20040324
# package options
%option with_pam no
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/samba/smb.conf
============================================================================
$ cvs diff -u -r1.5 -r1.6 smb.conf
--- openpkg-src/samba/smb.conf 24 Jul 2003 14:39:41 -0000 1.5
+++ openpkg-src/samba/smb.conf 24 Mar 2004 15:14:18 -0000 1.6
@@ -61,7 +61,8 @@
comment = Home Directories
browseable = yes
read only = no
- create mode = 0664
+ create mask = 0644
+ directory mask = 0755
map archive = no
# magic share for all printers
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]