diff options
author | Michael Adam <obnox@samba.org> | 2008-05-10 01:28:58 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-05-10 02:19:58 +0200 |
commit | 34f1c8ea7476e0d2030760fc3e3f865d3b95f2ac (patch) | |
tree | 2cd2e9d4de8eb544e741e34277431edc6f103e5f | |
parent | 31ed1061ad3a1b4a66949f050cfabd7997c4b94b (diff) | |
download | samba-34f1c8ea7476e0d2030760fc3e3f865d3b95f2ac.tar.gz samba-34f1c8ea7476e0d2030760fc3e3f865d3b95f2ac.tar.bz2 samba-34f1c8ea7476e0d2030760fc3e3f865d3b95f2ac.zip |
packaging: remove references to smbmount and friends from samba-ctdb spec file
Michael
(This used to be commit 66c4d58f38557df618f026ddb661190dc02af719)
-rw-r--r-- | packaging/RHEL-CTDB/samba.spec | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/packaging/RHEL-CTDB/samba.spec b/packaging/RHEL-CTDB/samba.spec index 38fad0d874..35e11cbf60 100644 --- a/packaging/RHEL-CTDB/samba.spec +++ b/packaging/RHEL-CTDB/samba.spec @@ -273,11 +273,6 @@ ln -s %{_libdir}/samba/libnetapi.so $RPM_BUILD_ROOT/%{_libdir}/libnetapi.so.0 ## 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 @@ -438,16 +433,11 @@ fi %files client %defattr(-,root,root) -#/sbin/mount.smb -#/sbin/mount.smbfs /sbin/mount.cifs /sbin/umount.cifs %{_bindir}/rpcclient %{_bindir}/smbcacls -#%{_bindir}/smbmount -#%{_bindir}/smbmnt -#%{_bindir}/smbumount %{_bindir}/findsmb %{_bindir}/nmblookup %{_bindir}/smbget @@ -457,9 +447,6 @@ fi %{_bindir}/smbtar %{_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* |