mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 08:14:24 +02:00
- (bal) Fix --define rh7 in openssh.spec file. Patch by Steve Tell
<tell@telltronics.org>
This commit is contained in:
parent
77aeaaf87f
commit
008e29189e
@ -1,3 +1,7 @@
|
|||||||
|
20010223
|
||||||
|
- (bal) Fix --define rh7 in openssh.spec file. Patch by Steve Tell
|
||||||
|
<tell@telltronics.org>
|
||||||
|
|
||||||
20010222
|
20010222
|
||||||
- (bal) Corrected SCO luid patch by svaughan <svaughan@asterion.com>
|
- (bal) Corrected SCO luid patch by svaughan <svaughan@asterion.com>
|
||||||
- (bal) Added mdoc2man.pl from Mark Roth <roth@feep.net>
|
- (bal) Added mdoc2man.pl from Mark Roth <roth@feep.net>
|
||||||
@ -4098,4 +4102,4 @@
|
|||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- 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 $
|
||||||
|
@ -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/etc/rc.d/init.d
|
||||||
install -d $RPM_BUILD_ROOT%{_libexecdir}/openssh
|
install -d $RPM_BUILD_ROOT%{_libexecdir}/openssh
|
||||||
%if %{redhat7}
|
%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
|
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
|
%endif
|
||||||
install -m755 contrib/redhat/sshd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd
|
install -m755 contrib/redhat/sshd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user