From e8d02269f2d1fec0e3c9f006128859da348949bb Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 29 Aug 2008 16:41:30 +0200 Subject: packaging(RHEL): remove smbmount related stuff from spec file Michael (This used to be commit 4420cf6199e3c718a3dea84fe814d6ad6e83c2d8) --- packaging/RHEL/samba.spec.tmpl | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'packaging/RHEL') diff --git a/packaging/RHEL/samba.spec.tmpl b/packaging/RHEL/samba.spec.tmpl index 0b89a24a1c..bcf80b3bf8 100644 --- a/packaging/RHEL/samba.spec.tmpl +++ b/packaging/RHEL/samba.spec.tmpl @@ -148,7 +148,6 @@ CFLAGS="$RPM_OPT_FLAGS $EXTRA -D_GNU_SOURCE" ./configure \ --with-pam \ --with-quotas \ --with-shared-modules=idmap_rid,idmap_ad \ - --with-smbmount \ --with-syslog \ --with-utmp \ --with-dnsupdate @@ -247,11 +246,6 @@ install -m755 source/bin/pam_smbpass.so $RPM_BUILD_ROOT/%{_lib}/security/pam_smb ## cleanup /bin/rm -rf $RPM_BUILD_ROOT/usr/lib*/samba/security -# we need a symlink for mount to recognise the smb and smbfs filesystem types -ln -sf %{_prefix}/bin/smbmount $RPM_BUILD_ROOT/sbin/mount.smbfs -ln -sf %{_prefix}/bin/smbmount $RPM_BUILD_ROOT/sbin/mount.smb -/bin/rm -f $RPM_BUILD_ROOT/mount.smbfs - # Install the miscellany echo 127.0.0.1 localhost > $RPM_BUILD_ROOT%{_sysconfdir}/samba/lmhosts @@ -429,7 +423,6 @@ fi %{_bindir}/rpcclient %{_bindir}/smbcacls -%{_bindir}/smbmount %{_bindir}/smbmnt %{_bindir}/smbumount %{_bindir}/findsmb @@ -443,9 +436,6 @@ fi %{_bindir}/net %{_bindir}/smbtree -%{_mandir}/man8/smbmnt.8* -%{_mandir}/man8/smbmount.8* -%{_mandir}/man8/smbumount.8* %{_mandir}/man8/mount.cifs.8.* %{_mandir}/man8/umount.cifs.8.* %{_mandir}/man8/smbspool.8* -- cgit