From 008e29189ed5ebd2a30540a8dfdcbdc3bdbd6b1a Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Fri, 23 Feb 2001 04:45:15 +0000 Subject: - (bal) Fix --define rh7 in openssh.spec file. Patch by Steve Tell --- contrib/redhat/openssh.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/redhat/openssh.spec') 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/ 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 -- cgit v1.2.3