diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | contrib/redhat/openssh.spec | 4 |
2 files changed, 7 insertions, 3 deletions
@@ -1,3 +1,7 @@ | |||
1 | 20010223 | ||
2 | - (bal) Fix --define rh7 in openssh.spec file. Patch by Steve Tell | ||
3 | <tell@telltronics.org> | ||
4 | |||
1 | 20010222 | 5 | 20010222 |
2 | - (bal) Corrected SCO luid patch by svaughan <svaughan@asterion.com> | 6 | - (bal) Corrected SCO luid patch by svaughan <svaughan@asterion.com> |
3 | - (bal) Added mdoc2man.pl from Mark Roth <roth@feep.net> | 7 | - (bal) Added mdoc2man.pl from Mark Roth <roth@feep.net> |
@@ -4098,4 +4102,4 @@ | |||
4098 | - Wrote replacements for strlcpy and mkdtemp | 4102 | - Wrote replacements for strlcpy and mkdtemp |
4099 | - Released 1.0pre1 | 4103 | - Released 1.0pre1 |
4100 | 4104 | ||
4101 | $Id: ChangeLog,v 1.812 2001/02/22 21:23:21 stevesk Exp $ | 4105 | $Id: ChangeLog,v 1.813 2001/02/23 04:45:15 mouring Exp $ |
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index b09a9aaa5..1e18aa9e1 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec | |||
@@ -190,9 +190,9 @@ install -d $RPM_BUILD_ROOT/etc/pam.d/ | |||
190 | install -d $RPM_BUILD_ROOT/etc/rc.d/init.d | 190 | install -d $RPM_BUILD_ROOT/etc/rc.d/init.d |
191 | install -d $RPM_BUILD_ROOT%{_libexecdir}/openssh | 191 | install -d $RPM_BUILD_ROOT%{_libexecdir}/openssh |
192 | %if %{redhat7} | 192 | %if %{redhat7} |
193 | install -m644 contrib/redhat/sshd.pam $RPM_BUILD_ROOT/etc/pam.d/sshd | ||
194 | %else | ||
195 | install -m644 contrib/redhat/sshd.pam-7.x $RPM_BUILD_ROOT/etc/pam.d/sshd | 193 | install -m644 contrib/redhat/sshd.pam-7.x $RPM_BUILD_ROOT/etc/pam.d/sshd |
194 | %else | ||
195 | install -m644 contrib/redhat/sshd.pam $RPM_BUILD_ROOT/etc/pam.d/sshd | ||
196 | %endif | 196 | %endif |
197 | install -m755 contrib/redhat/sshd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd | 197 | install -m755 contrib/redhat/sshd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd |
198 | 198 | ||