mirror of git://anongit.mindrot.org/openssh.git
- (djm) Rename sysconfdir/primes => sysconfdir/moduli
This commit is contained in:
parent
ec9868aa3c
commit
407548b7ed
|
@ -3,6 +3,7 @@
|
|||
- (djm) Remove redundant and incorrect test for max auth attempts in
|
||||
PAM kbdint code. Based on fix from Matthew Melvin
|
||||
<matthewm@webcentral.com.au>
|
||||
- (djm) Rename sysconfdir/primes => sysconfdir/moduli
|
||||
|
||||
20010625
|
||||
- OpenBSD CVS Sync
|
||||
|
@ -5797,4 +5798,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.1327 2001/06/27 05:36:43 djm Exp $
|
||||
$Id: ChangeLog,v 1.1328 2001/06/27 07:07:16 djm Exp $
|
||||
|
|
|
@ -251,7 +251,7 @@ fi
|
|||
%attr(0644,root,root) %{_mandir}/man1/ssh-keyscan.1*
|
||||
%attr(0644,root,root) %{_mandir}/man1/scp.1*
|
||||
%attr(0755,root,root) %dir %{_sysconfdir}
|
||||
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/primes
|
||||
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/moduli
|
||||
%attr(0755,root,root) %dir %{_libexecdir}/openssh
|
||||
|
||||
%files clients
|
||||
|
|
|
@ -171,7 +171,7 @@ fi
|
|||
%attr(0755,root,root) %dir /etc/ssh
|
||||
%attr(0644,root,root) %config /etc/ssh/ssh_config
|
||||
%attr(0600,root,root) %config /etc/ssh/sshd_config
|
||||
%attr(0600,root,root) %config /etc/ssh/primes
|
||||
%attr(0600,root,root) %config /etc/ssh/moduli
|
||||
%attr(0644,root,root) %config /etc/pam.d/sshd
|
||||
%attr(0755,root,root) %config /sbin/init.d/sshd
|
||||
%attr(0755,root,root) /usr/bin/ssh-keygen
|
||||
|
|
Loading…
Reference in New Issue