summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2002-01-11 13:32:50 +0000
committerseb <seb@pkgsrc.org>2002-01-11 13:32:50 +0000
commit97e655596546627a54f5dbb8850b3b091702a490 (patch)
tree2bba066dc880d248c9e42df2982a294260ebaea3 /security/openssh
parentd519f87dbc81db30a6e72ed970567bf94a171ef8 (diff)
downloadpkgsrc-97e655596546627a54f5dbb8850b3b091702a490.tar.gz
Add a missing backslash.
Diffstat (limited to 'security/openssh')
-rw-r--r--security/openssh/INSTALL.SunOS4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh/INSTALL.SunOS b/security/openssh/INSTALL.SunOS
index fa4acb67d91..d06d4ccf818 100644
--- a/security/openssh/INSTALL.SunOS
+++ b/security/openssh/INSTALL.SunOS
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: INSTALL.SunOS,v 1.1 2001/11/01 14:24:19 seb Exp $
+# $NetBSD: INSTALL.SunOS,v 1.2 2002/01/11 13:32:50 seb Exp $
PKGNAME=$1
STAGE=$2
@@ -31,7 +31,7 @@ POST-INSTALL)
if [ ! -f ${SSH_CONF_DIR}/ssh_host_key ]
then
echo "Generating an RSA1 secret host key in ${SSH_CONF_DIR}.."
- ${PKG_PREFIX}/bin/ssh-keygen -t rsa1 -N ""
+ ${PKG_PREFIX}/bin/ssh-keygen -t rsa1 -N "" \
-f ${SSH_CONF_DIR}/ssh_host_key
fi
if [ ! -f ${SSH_CONF_DIR}/ssh_host_rsa_key ]