From 9fc7ee4f6cfe01f636b9a315aa0a2e80d214fccc Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 9 Feb 2006 14:06:29 +0000 Subject: r13411: Sync with the latest fix I've made to package 3.0.21b (This used to be commit 46f9f7a6f0352329b2e57030b2af4bc0dc72c580) --- packaging/Debian/debian-sarge/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packaging/Debian/debian-sarge/rules') diff --git a/packaging/Debian/debian-sarge/rules b/packaging/Debian/debian-sarge/rules index 25e598d185..4db1aafd3a 100755 --- a/packaging/Debian/debian-sarge/rules +++ b/packaging/Debian/debian-sarge/rules @@ -69,6 +69,7 @@ conf_args = \ --with-automount \ --with-tdbsam \ --with-ldap \ + --with-shared-modules=idmap_ad,idmap_rid \ --with-python=python2.3 ifeq ($(DEB_HOST_GNU_SYSTEM),linux) @@ -229,7 +230,7 @@ endif # The smbwrapper package is not being generated anymore, so we must # delete the related man pages. - rm $(DESTDIR)/usr/share/man/man1/smbsh.1 + # rm $(DESTDIR)/usr/share/man/man1/smbsh.1 # We're not providing findsmb (should we?) so let's remove the man # pages. -- cgit