summaryrefslogtreecommitdiff
path: root/contrib/redhat
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-11-11 09:09:57 +1100
committerDamien Miller <djm@mindrot.org>2000-11-11 09:09:57 +1100
commitafeaca953772e7141842a8bf057a329bef789b89 (patch)
tree80bbd8da2bb25d55869d840bc4c0d645dc7eaf6d /contrib/redhat
parent9f4f7552ee994634cc79a6f90ae4e9347f536cec (diff)
- (djm) Hardware sysconfdir in RPM spec files as some RPM versions get
it wrong. Report from Bennett Todd <bet@rahul.net>
Diffstat (limited to 'contrib/redhat')
-rw-r--r--contrib/redhat/openssh.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index dcc8834c7..a4567c1f4 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -138,8 +138,9 @@ This package contains the GNOME passphrase dialog.
138 138
139%build 139%build
140 140
141%define _sysconfdir /etc/ssh
142
141%configure \ 143%configure \
142 --sysconfdir=%{_sysconfdir}/ssh \
143 --libexecdir=%{_libexecdir}/openssh \ 144 --libexecdir=%{_libexecdir}/openssh \
144 --with-tcp-wrappers \ 145 --with-tcp-wrappers \
145 --with-ipv4-default \ 146 --with-ipv4-default \