diff options
author | Michael Adam <obnox@samba.org> | 2008-08-29 16:41:30 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-09-09 10:53:26 +0200 |
commit | e8d02269f2d1fec0e3c9f006128859da348949bb (patch) | |
tree | c23458ba20ddaae5af58824659c3b3a0b8da6235 /packaging/RHEL/samba.spec.tmpl | |
parent | 7f19252030fec1354489f3e728f872f11d455e93 (diff) | |
download | samba-e8d02269f2d1fec0e3c9f006128859da348949bb.tar.gz samba-e8d02269f2d1fec0e3c9f006128859da348949bb.tar.bz2 samba-e8d02269f2d1fec0e3c9f006128859da348949bb.zip |
packaging(RHEL): remove smbmount related stuff from spec file
Michael
(This used to be commit 4420cf6199e3c718a3dea84fe814d6ad6e83c2d8)
Diffstat (limited to 'packaging/RHEL/samba.spec.tmpl')
-rw-r--r-- | packaging/RHEL/samba.spec.tmpl | 10 |
1 files changed, 0 insertions, 10 deletions
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* |