From 7b5fd9df5b1bde534e6db6860963739e1218fe54 Mon Sep 17 00:00:00 2001 From: Guenther Deschner Date: Sun, 19 Apr 2009 00:39:29 +0000 Subject: [PATCH] removing unused samba-3.2.4-build.patch. Guenther --- samba-3.2.4-build.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 samba-3.2.4-build.patch diff --git a/samba-3.2.4-build.patch b/samba-3.2.4-build.patch deleted file mode 100644 index 8234e6a..0000000 --- a/samba-3.2.4-build.patch +++ /dev/null @@ -1,21 +0,0 @@ -commit 1f44b4aaa5f700827ee2ab272ae4b59e559b094b -Author: Günther Deschner -Date: Fri Sep 5 14:01:45 2008 +0200 - - build: don't install the cifs.upcall binary twice. - - Guenther - -diff --git a/source/Makefile.in b/source/Makefile.in -index 8b46ab6..b67cfe8 100644 ---- a/source/Makefile.in -+++ b/source/Makefile.in -@@ -178,7 +178,7 @@ PATH_FLAGS = -DSMB_PASSWD_FILE=\"$(SMB_PASSWD_FILE)\" \ - - # Note that all executable programs now provide for an optional executable suffix. - --SBIN_PROGS = bin/smbd@EXEEXT@ bin/nmbd@EXEEXT@ @SWAT_SBIN_TARGETS@ @EXTRA_SBIN_PROGS@ @CIFSUPCALL_PROGS@ -+SBIN_PROGS = bin/smbd@EXEEXT@ bin/nmbd@EXEEXT@ @SWAT_SBIN_TARGETS@ @EXTRA_SBIN_PROGS@ - - ROOT_SBIN_PROGS = @CIFSMOUNT_PROGS@ -