summaryrefslogtreecommitdiff
path: root/contrib/redhat
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-02-27 10:53:00 +1100
committerDamien Miller <djm@mindrot.org>2001-02-27 10:53:00 +1100
commit9b40580d762f660230ebbe4fc7121a94cbebae58 (patch)
tree33b903b8536c1400abf87f80f648f27c97530d25 /contrib/redhat
parent7bd1c6262b059064ce71e39a883c8f0de8a25139 (diff)
- (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.
Diffstat (limited to 'contrib/redhat')
-rw-r--r--contrib/redhat/openssh.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index fb2803bf5..806a05e38 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -263,7 +263,8 @@ fi
263%attr(0755,root,root) %{_libexecdir}/openssh/sftp-server 263%attr(0755,root,root) %{_libexecdir}/openssh/sftp-server
264%attr(0644,root,root) %{_mandir}/man8/sshd.8* 264%attr(0644,root,root) %{_mandir}/man8/sshd.8*
265%attr(0644,root,root) %{_mandir}/man8/sftp-server.8* 265%attr(0644,root,root) %{_mandir}/man8/sftp-server.8*
266%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/sshd_config 266#%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/sshd_config
267%attr(0600,root,root) %config %{_sysconfdir}/sshd_config
267%attr(0600,root,root) %config(noreplace) /etc/pam.d/sshd 268%attr(0600,root,root) %config(noreplace) /etc/pam.d/sshd
268%attr(0755,root,root) %config /etc/rc.d/init.d/sshd 269%attr(0755,root,root) %config /etc/rc.d/init.d/sshd
269 270