packaging: remove references to smbmount and friends from samba-ctdb spec file
authorMichael Adam <obnox@samba.org>
Fri, 9 May 2008 23:28:58 +0000 (01:28 +0200)
committerMichael Adam <obnox@samba.org>
Sat, 10 May 2008 00:19:58 +0000 (02:19 +0200)
Michael
(This used to be commit 66c4d58f38557df618f026ddb661190dc02af719)

packaging/RHEL-CTDB/samba.spec

index 38fad0d87478e07d2b2c18222d8cdacf3ccbe023..35e11cbf606e36f659a364544aa13873c92bf21b 100644 (file)
@@ -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*