From b36e219762fdbd077ffc0524dd485b3ea16bc836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20=C5=BDivkovi=C4=87?= Date: Mon, 17 Nov 2003 23:20:24 +0000 Subject: [PATCH] fixed a typo in openssh instructions noticed by Gottfried Haider git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1535 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- server/other/openssh/openssh-exp.xml | 4 +--- server/other/openssh/openssh-inst.xml | 5 ++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/server/other/openssh/openssh-exp.xml b/server/other/openssh/openssh-exp.xml index 8b68f78eed..85cb36d88e 100644 --- a/server/other/openssh/openssh-exp.xml +++ b/server/other/openssh/openssh-exp.xml @@ -1,7 +1,7 @@ Command explanations ---sysconfigdir=/etc/ssh: This prevents the +--sysconfdir=/etc/ssh: This prevents the configuration files from going to /usr/etc. --with-md5-passwords: This is required @@ -20,6 +20,4 @@ utility that is installed as a link to X11-ssh-askpass. Both of these should go in /usr/sbin not /usr/libexec. - - diff --git a/server/other/openssh/openssh-inst.xml b/server/other/openssh/openssh-inst.xml index 26d57651ac..04b2c71d0b 100644 --- a/server/other/openssh/openssh-inst.xml +++ b/server/other/openssh/openssh-inst.xml @@ -18,9 +18,8 @@ useradd -c 'sshd privsep' -d /var/empty -g sshd -s /bin/false sshd ./configure --prefix=/usr --sysconfdir=/etc/ssh \ -   --libexecdir=/usr/sbin --with-md5-passwords && + --libexecdir=/usr/sbin --with-md5-passwords && make && -make install +make install -