summaryrefslogtreecommitdiff
path: root/contrib/redhat
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-03-15 12:55:52 +1100
committerDamien Miller <djm@mindrot.org>2000-03-15 12:55:52 +1100
commitb1be3bcca113c95cdbcdca8793849d974bbcddbd (patch)
tree71578f5e7c3b506dcded7f62a8bdb59a24e3e3cb /contrib/redhat
parentbb68c1621e0804bbf448e149c4de229085c66120 (diff)
fix doh
Diffstat (limited to 'contrib/redhat')
-rw-r--r--contrib/redhat/openssh.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index d6cd39f26..b402486a1 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -172,6 +172,7 @@ make install DESTDIR=$RPM_BUILD_ROOT/
172 172
173install -d $RPM_BUILD_ROOT/etc/pam.d/ 173install -d $RPM_BUILD_ROOT/etc/pam.d/
174install -d $RPM_BUILD_ROOT/etc/rc.d/init.d 174install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
175install -d $RPM_BUILD_ROOT/usr/libexec/ssh
175install -m644 contrib/redhat/sshd.pam $RPM_BUILD_ROOT/etc/pam.d/sshd 176install -m644 contrib/redhat/sshd.pam $RPM_BUILD_ROOT/etc/pam.d/sshd
176install -m755 contrib/redhat/sshd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd 177install -m755 contrib/redhat/sshd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd
177 178