From 984462dfd5a28722e2101035c1bcd43c218c89b2 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 1 Sep 2000 20:40:10 +0000 Subject: Don't hardcode /usr/pkg...use @PREFIX@ --- security/openssh/files/sshd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/openssh/files/sshd.sh b/security/openssh/files/sshd.sh index e2fd46678eb..3e777c8a157 100644 --- a/security/openssh/files/sshd.sh +++ b/security/openssh/files/sshd.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: sshd.sh,v 1.3 2000/07/24 16:44:52 jlam Exp $ +# $NetBSD: sshd.sh,v 1.4 2000/09/01 20:40:10 jlam Exp $ # name="sshd" @@ -16,7 +16,7 @@ start) fi if [ ! -f @SSH_CONF_DIR@/ssh_host_dsa_key ] then - /usr/pkg/bin/ssh-keygen -d -N "" -f /etc/ssh_host_dsa_key + @PREFIX@/bin/ssh-keygen -d -N "" -f /etc/ssh_host_dsa_key fi if [ -x @PREFIX@/sbin/sshd -a -f @SSH_CONF_DIR@/sshd_config ] then -- cgit v1.2.3