summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam>2000-09-01 20:40:10 +0000
committerjlam <jlam>2000-09-01 20:40:10 +0000
commit7c8dbb23723a0fb5cc88ba7ba6226ad90394b273 (patch)
tree446c3ad25cf61865ee897317c5b74a5d0c13bf06 /security
parent11bafa876bfd7287052ecd65d97d74b20121b245 (diff)
downloadpkgsrc-7c8dbb23723a0fb5cc88ba7ba6226ad90394b273.tar.gz
Don't hardcode /usr/pkg...use @PREFIX@
Diffstat (limited to 'security')
-rw-r--r--security/openssh/files/sshd.sh4
1 files 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