- (djm) Remove 'noreplace' flag from sshd_config in RPM spec files. This
change is being made as 2.5.x configfiles are not back-compatible with 2.3.x.
This commit is contained in:
parent
7bd1c6262b
commit
9b40580d76
|
@ -15,6 +15,9 @@
|
||||||
- (djm) Warning fix on entropy.c saved uid stuff. Patch from Mark Miller
|
- (djm) Warning fix on entropy.c saved uid stuff. Patch from Mark Miller
|
||||||
<markm@swoon.net>
|
<markm@swoon.net>
|
||||||
- (djm) Fix PAM fix
|
- (djm) Fix PAM fix
|
||||||
|
- (djm) Remove 'noreplace' flag from sshd_config in RPM spec files. This
|
||||||
|
change is being made as 2.5.x configfiles are not back-compatible with
|
||||||
|
2.3.x.
|
||||||
|
|
||||||
20010226
|
20010226
|
||||||
- (bal) Fixed bsd-snprinf.c so it now honors 'BROKEN_SNPRINTF' again.
|
- (bal) Fixed bsd-snprinf.c so it now honors 'BROKEN_SNPRINTF' again.
|
||||||
|
@ -4149,4 +4152,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.833 2001/02/26 23:48:01 djm Exp $
|
$Id: ChangeLog,v 1.834 2001/02/26 23:53:00 djm Exp $
|
||||||
|
|
|
@ -276,7 +276,8 @@ fi
|
||||||
%attr(0755,root,root) %{_libexecdir}/openssh/sftp-server
|
%attr(0755,root,root) %{_libexecdir}/openssh/sftp-server
|
||||||
%attr(0644,root,root) %{_mandir}/man8/sshd.8*
|
%attr(0644,root,root) %{_mandir}/man8/sshd.8*
|
||||||
%attr(0644,root,root) %{_mandir}/man8/sftp-server.8*
|
%attr(0644,root,root) %{_mandir}/man8/sftp-server.8*
|
||||||
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/sshd_config
|
#%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/sshd_config
|
||||||
|
%attr(0600,root,root) %config %{_sysconfdir}/sshd_config
|
||||||
%attr(0600,root,root) %config(noreplace) /etc/pam.d/sshd
|
%attr(0600,root,root) %config(noreplace) /etc/pam.d/sshd
|
||||||
%attr(0755,root,root) %config /etc/rc.d/init.d/sshd
|
%attr(0755,root,root) %config /etc/rc.d/init.d/sshd
|
||||||
%attr(0755,root,root) %config /etc/sysconfig/daemons/sshd
|
%attr(0755,root,root) %config /etc/sysconfig/daemons/sshd
|
||||||
|
|
|
@ -263,7 +263,8 @@ fi
|
||||||
%attr(0755,root,root) %{_libexecdir}/openssh/sftp-server
|
%attr(0755,root,root) %{_libexecdir}/openssh/sftp-server
|
||||||
%attr(0644,root,root) %{_mandir}/man8/sshd.8*
|
%attr(0644,root,root) %{_mandir}/man8/sshd.8*
|
||||||
%attr(0644,root,root) %{_mandir}/man8/sftp-server.8*
|
%attr(0644,root,root) %{_mandir}/man8/sftp-server.8*
|
||||||
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/sshd_config
|
#%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/sshd_config
|
||||||
|
%attr(0600,root,root) %config %{_sysconfdir}/sshd_config
|
||||||
%attr(0600,root,root) %config(noreplace) /etc/pam.d/sshd
|
%attr(0600,root,root) %config(noreplace) /etc/pam.d/sshd
|
||||||
%attr(0755,root,root) %config /etc/rc.d/init.d/sshd
|
%attr(0755,root,root) %config /etc/rc.d/init.d/sshd
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue