OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 24-Jan-2006 17:28:17
Branch: HEAD Handle: 2006012416281600
Modified files:
openpkg-src/samba samba.patch samba.spec smb.conf
Log:
fix path to hosts file and fix interfaces config entry
Summary:
Revision Changes Path
1.12 +12 -3 openpkg-src/samba/samba.patch
1.98 +1 -1 openpkg-src/samba/samba.spec
1.12 +1 -1 openpkg-src/samba/smb.conf
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/samba/samba.patch
============================================================================
$ cvs diff -u -r1.11 -r1.12 samba.patch
--- openpkg-src/samba/samba.patch 30 Dec 2005 09:01:16 -0000 1.11
+++ openpkg-src/samba/samba.patch 24 Jan 2006 16:28:16 -0000 1.12
@@ -1,6 +1,15 @@
Index: source/Makefile.in
--- source/Makefile.in.orig 2005-12-14 13:45:49 +0100
-+++ source/Makefile.in 2005-12-30 09:34:52 +0100
++++ source/Makefile.in 2006-01-24 17:06:16 +0100
+@@ -77,7 +77,7 @@
+ # or in smb.conf (see smb.conf(5))
+ LOGFILEBASE = @logfilebase@
+ CONFIGFILE = $(CONFIGDIR)/smb.conf
+-LMHOSTSFILE = $(CONFIGDIR)/lmhosts
++LMHOSTSFILE = $(CONFIGDIR)/smb.hosts
+
+ # This is where smbpasswd et al go
+ PRIVATEDIR = @privatedir@
@@ -884,7 +884,7 @@
bin/[EMAIL PROTECTED]@: $(NMBD_OBJ) @BUILD_POPT@ bin/.dummy
@@ -264,7 +273,7 @@
@echo Linking $@
Index: source/lib/sysquotas_4A.c
--- source/lib/sysquotas_4A.c.orig 2005-09-29 23:52:43 +0200
-+++ source/lib/sysquotas_4A.c 2005-12-30 09:31:16 +0100
++++ source/lib/sysquotas_4A.c 2006-01-24 17:05:44 +0100
@@ -72,6 +72,10 @@
#define dqb_curinodes dqb_curfiles
#endif
@@ -278,7 +287,7 @@
#else
Index: source/nsswitch/winbindd_util.c
--- source/nsswitch/winbindd_util.c.orig 2005-12-14 13:45:50 +0100
-+++ source/nsswitch/winbindd_util.c 2005-12-30 09:31:16 +0100
++++ source/nsswitch/winbindd_util.c 2006-01-24 17:05:44 +0100
@@ -914,7 +914,7 @@
{
if (_winbindd_priv_socket == -1) {
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/samba/samba.spec
============================================================================
$ cvs diff -u -r1.97 -r1.98 samba.spec
--- openpkg-src/samba/samba.spec 18 Jan 2006 07:15:54 -0000 1.97
+++ openpkg-src/samba/samba.spec 24 Jan 2006 16:28:16 -0000 1.98
@@ -33,7 +33,7 @@
Group: Filesystem
License: GPL
Version: 3.0.21a
-Release: 20060118
+Release: 20060124
# package options
%option with_pam no
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/samba/smb.conf
============================================================================
$ cvs diff -u -r1.11 -r1.12 smb.conf
--- openpkg-src/samba/smb.conf 18 Jan 2006 07:15:55 -0000 1.11
+++ openpkg-src/samba/smb.conf 24 Jan 2006 16:28:16 -0000 1.12
@@ -8,7 +8,7 @@
netbios name = @l_hostname@
server string = @l_hostname@@l_domainname@ (Samba %v)
bind interfaces only = yes
- interfaces = 127.0.0.1
+ interfaces = 127.0.0.1/255.0.0.0
hosts allow = 127.0.0.1/255.0.0.0 192.168.0.0/255.255.255.0
[EMAIL PROTECTED]@
smb passwd file = @l_prefix@/etc/samba/smb.passwd
pid directory = @l_prefix@/var/samba/run
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]