summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-29 16:41:30 +0200
committerKarolin Seeger <kseeger@samba.org>2008-09-10 12:12:09 +0200
commitf41775617814ccc30131f69ea4538109e9b354dd (patch)
treeca07daf27d7745df57d494f749f9596093217803 /packaging
parent515be63fb624e82618993fe4478df93259020408 (diff)
downloadsamba-f41775617814ccc30131f69ea4538109e9b354dd.tar.gz
samba-f41775617814ccc30131f69ea4538109e9b354dd.tar.xz
samba-f41775617814ccc30131f69ea4538109e9b354dd.zip
packaging(RHEL): remove smbmount related stuff from spec file
Michael (cherry picked from commit 4420cf6199e3c718a3dea84fe814d6ad6e83c2d8) (cherry picked from commit fdaef16604064cbd0be75838f9d6359a3d7a8e1b)
Diffstat (limited to 'packaging')
-rw-r--r--packaging/RHEL/samba.spec.tmpl10
1 files changed, 0 insertions, 10 deletions
diff --git a/packaging/RHEL/samba.spec.tmpl b/packaging/RHEL/samba.spec.tmpl
index 07f9a36142a..dc613f1f799 100644
--- a/packaging/RHEL/samba.spec.tmpl
+++ b/packaging/RHEL/samba.spec.tmpl
@@ -147,7 +147,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
@@ -240,11 +239,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
@@ -422,7 +416,6 @@ fi
%{_bindir}/rpcclient
%{_bindir}/smbcacls
-%{_bindir}/smbmount
%{_bindir}/smbmnt
%{_bindir}/smbumount
%{_bindir}/findsmb
@@ -436,9 +429,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*