[Pkg-samba-maint] r3798 - branches/samba/experimental/debian
bubulle at alioth.debian.org
bubulle at alioth.debian.org
Fri May 27 13:08:06 UTC 2011
Author: bubulle
Date: 2011-05-27 13:08:06 +0000 (Fri, 27 May 2011)
New Revision: 3798
Modified:
branches/samba/experimental/debian/changelog
branches/samba/experimental/debian/rules
Log:
Use --with-nmbdsocketdir=/var/run/samba to have nmbd socket file
in an existing directory. Closes:
Modified: branches/samba/experimental/debian/changelog
===================================================================
--- branches/samba/experimental/debian/changelog 2011-05-27 13:07:48 UTC (rev 3797)
+++ branches/samba/experimental/debian/changelog 2011-05-27 13:08:06 UTC (rev 3798)
@@ -1,3 +1,10 @@
+samba (2:3.6.0~rc1-2) UNRELEASED; urgency=low
+
+ * Use --with-nmbdsocketdir=/var/run/samba to have nmbd socket file
+ in an existing directory. Closes:
+
+ -- Christian Perrier <bubulle at debian.org> Fri, 27 May 2011 14:36:34 +0200
+
samba (2:3.6.0~rc1-1) experimental; urgency=low
* New upstream release
Modified: branches/samba/experimental/debian/rules
===================================================================
--- branches/samba/experimental/debian/rules 2011-05-27 13:07:48 UTC (rev 3797)
+++ branches/samba/experimental/debian/rules 2011-05-27 13:08:06 UTC (rev 3798)
@@ -58,6 +58,7 @@
--with-statedir=/var/lib/samba \
--with-cachedir=/var/cache/samba \
--with-codepagedir=/usr/share/samba \
+ --with-nmbdsocketdir=/var/run/samba \
--enable-external-libtalloc \
--without-libtalloc \
--disable-avahi
More information about the Pkg-samba-maint
mailing list