From b15ea80acf28a9d6ba24f7759c32e8c95217c0d5 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 29 Apr 2003 05:48:07 +0000 Subject: do not build wrepld by default; package maintainers need to update their files now (john :) ) (This used to be commit 4a2bd728a5486764f0e50932d37c636ed8d226ea) --- packaging/RedHat/samba2.spec.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'packaging') diff --git a/packaging/RedHat/samba2.spec.tmpl b/packaging/RedHat/samba2.spec.tmpl index 8aaf7a4916..408ea16a9f 100644 --- a/packaging/RedHat/samba2.spec.tmpl +++ b/packaging/RedHat/samba2.spec.tmpl @@ -102,7 +102,7 @@ do done # Install secure binary files -for i in smbd nmbd swat smbmount smbumount debug2html winbindd wrepld +for i in smbd nmbd swat smbmount smbumount debug2html winbindd do install -m755 source/bin/$i $RPM_BUILD_ROOT%{prefix}/sbin done @@ -374,7 +374,6 @@ fi %{prefix}/sbin/smbmount %{prefix}/sbin/smbumount %{prefix}/sbin/winbindd -%{prefix}/sbin/wrepld %{prefix}/sbin/samba %{prefix}/sbin/debug2html /sbin/mount.smbfs -- cgit