diff options
author | bubulle <bubulle@alioth.debian.org> | 2011-05-27 13:08:06 +0000 |
---|---|---|
committer | bubulle <bubulle@alioth.debian.org> | 2011-05-27 13:08:06 +0000 |
commit | 04099c812ccc35c2a354c89ae47001810a137fc6 (patch) | |
tree | 10bd4a2146db92a8bbae76bfb648057c3c67f72d /debian | |
parent | 9dbf8596ad6891eb4266dd097ace943cbd7e889e (diff) | |
download | samba-04099c812ccc35c2a354c89ae47001810a137fc6.tar.gz |
Use --with-nmbdsocketdir=/var/run/samba to have nmbd socket file
in an existing directory. Closes:
git-svn-id: svn://svn.debian.org/svn/pkg-samba/branches/samba/experimental@3798 fc4039ab-9d04-0410-8cac-899223bdd6b0
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 785bb84b0b..bcb4797b23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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@debian.org> Fri, 27 May 2011 14:36:34 +0200 + samba (2:3.6.0~rc1-1) experimental; urgency=low * New upstream release diff --git a/debian/rules b/debian/rules index a3b7bb1904..b199782e31 100755 --- a/debian/rules +++ b/debian/rules @@ -58,6 +58,7 @@ conf_args = \ --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 |