summaryrefslogtreecommitdiffstats
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
parent9f4f7552ee994634cc79a6f90ae4e9347f536cec (diff)
- (djm) Hardware sysconfdir in RPM spec files as some RPM versions get
it wrong. Report from Bennett Todd <bet@rahul.net>
-rw-r--r--ChangeLog2
-rw-r--r--contrib/redhat/openssh.spec3
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 07abae0a..04bb40ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
- (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are
promoted to type int. Report and fix from Dan Astoorian
<djast@cs.toronto.edu>
+ - (djm) Hardware sysconfdir in RPM spec files as some RPM versions get
+ it wrong. Report from Bennett Todd <bet@rahul.net>
20001110
- (bal) Fixed dropped answer from skey_keyinfo() in auth1.c
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index dcc8834c..a4567c1f 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -138,8 +138,9 @@ This package contains the GNOME passphrase dialog.
%build
+%define _sysconfdir /etc/ssh
+
%configure \
- --sysconfdir=%{_sysconfdir}/ssh \
--libexecdir=%{_libexecdir}/openssh \
--with-tcp-wrappers \
--with-ipv4-default \