- (bal) Fix --define rh7 in openssh.spec file. Patch by Steve Tell

<tell@telltronics.org>
This commit is contained in:
Ben Lindstrom 2001-02-23 04:45:15 +00:00
parent 77aeaaf87f
commit 008e29189e
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
20010223
- (bal) Fix --define rh7 in openssh.spec file. Patch by Steve Tell
<tell@telltronics.org>
20010222
- (bal) Corrected SCO luid patch by svaughan <svaughan@asterion.com>
- (bal) Added mdoc2man.pl from Mark Roth <roth@feep.net>
@ -4098,4 +4102,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
$Id: ChangeLog,v 1.812 2001/02/22 21:23:21 stevesk Exp $
$Id: ChangeLog,v 1.813 2001/02/23 04:45:15 mouring Exp $

View File

@ -190,9 +190,9 @@ install -d $RPM_BUILD_ROOT/etc/pam.d/
install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
install -d $RPM_BUILD_ROOT%{_libexecdir}/openssh
%if %{redhat7}
install -m644 contrib/redhat/sshd.pam $RPM_BUILD_ROOT/etc/pam.d/sshd
%else
install -m644 contrib/redhat/sshd.pam-7.x $RPM_BUILD_ROOT/etc/pam.d/sshd
%else
install -m644 contrib/redhat/sshd.pam $RPM_BUILD_ROOT/etc/pam.d/sshd
%endif
install -m755 contrib/redhat/sshd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd