Remove slogin symlinks (#1359762)
Revert "Restore slogin symlinks"
This reverts commit e762f7265e
.
This commit is contained in:
parent
b4df5ebb8d
commit
793bc4b1cc
@ -689,13 +689,6 @@ install -m755 ssh1 $RPM_BUILD_ROOT/%{_bindir}/ssh1
|
||||
install -m755 scp1 $RPM_BUILD_ROOT/%{_bindir}/scp1
|
||||
install -m755 ssh-keygen1 $RPM_BUILD_ROOT/%{_bindir}/ssh-keygen1
|
||||
|
||||
# restore slogin
|
||||
pushd $RPM_BUILD_ROOT%{_bindir}
|
||||
ln -s ./ssh slogin
|
||||
pushd $RPM_BUILD_ROOT%{_mandir}/man1
|
||||
ln -s ./ssh.1 slogin.1
|
||||
popd; popd;
|
||||
|
||||
%if ! %{no_gnome_askpass}
|
||||
install contrib/gnome-ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}/openssh/gnome-ssh-askpass
|
||||
%endif
|
||||
@ -759,8 +752,6 @@ getent passwd sshd >/dev/null || \
|
||||
%attr(0755,root,root) %{_bindir}/scp
|
||||
%attr(0644,root,root) %{_mandir}/man1/scp.1*
|
||||
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ssh/ssh_config
|
||||
%attr(0755,root,root) %{_bindir}/slogin
|
||||
%attr(0644,root,root) %{_mandir}/man1/slogin.1*
|
||||
%attr(0644,root,root) %{_mandir}/man5/ssh_config.5*
|
||||
%if ! %{rescue}
|
||||
%attr(0755,root,root) %{_bindir}/ssh-agent
|
||||
|
Loading…
Reference in New Issue
Block a user