forked from rpms/openssh
Restore slogin symlinks
This commit is contained in:
parent
13bf5bef36
commit
e762f7265e
@ -660,6 +660,13 @@ install -m755 ssh1 $RPM_BUILD_ROOT/%{_bindir}/ssh1
|
|||||||
install -m755 scp1 $RPM_BUILD_ROOT/%{_bindir}/scp1
|
install -m755 scp1 $RPM_BUILD_ROOT/%{_bindir}/scp1
|
||||||
install -m755 ssh-keygen1 $RPM_BUILD_ROOT/%{_bindir}/ssh-keygen1
|
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}
|
%if ! %{no_gnome_askpass}
|
||||||
install contrib/gnome-ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}/openssh/gnome-ssh-askpass
|
install contrib/gnome-ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}/openssh/gnome-ssh-askpass
|
||||||
%endif
|
%endif
|
||||||
@ -723,6 +730,8 @@ getent passwd sshd >/dev/null || \
|
|||||||
%attr(0755,root,root) %{_bindir}/scp
|
%attr(0755,root,root) %{_bindir}/scp
|
||||||
%attr(0644,root,root) %{_mandir}/man1/scp.1*
|
%attr(0644,root,root) %{_mandir}/man1/scp.1*
|
||||||
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ssh/ssh_config
|
%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*
|
%attr(0644,root,root) %{_mandir}/man5/ssh_config.5*
|
||||||
%if ! %{rescue}
|
%if ! %{rescue}
|
||||||
%attr(0755,root,root) %{_bindir}/ssh-agent
|
%attr(0755,root,root) %{_bindir}/ssh-agent
|
||||||
|
Loading…
Reference in New Issue
Block a user