diff options
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/solaris/opensshd.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/contrib/solaris/opensshd.in b/contrib/solaris/opensshd.in index 057459b17..d1d573eb8 100755 --- a/contrib/solaris/opensshd.in +++ b/contrib/solaris/opensshd.in | |||
@@ -9,14 +9,14 @@ EGREP=/usr/bin/egrep | |||
9 | KILL=/usr/bin/kill | 9 | KILL=/usr/bin/kill |
10 | PS=/usr/bin/ps | 10 | PS=/usr/bin/ps |
11 | 11 | ||
12 | PREFIX=%%openSSHDir%% | 12 | prefix=%%openSSHDir%% |
13 | ETCDIR=%%configDir%% | 13 | etcdir=%%configDir%% |
14 | 14 | ||
15 | SSHD=$PREFIX/sbin/sshd | 15 | SSHD=$prefix/sbin/sshd |
16 | SSH_KEYGEN=$PREFIX/bin/ssh-keygen | 16 | SSH_KEYGEN=$prefix/bin/ssh-keygen |
17 | HOST_KEY_RSA1=$ETCDIR/ssh_host_key | 17 | HOST_KEY_RSA1=$etcdir/ssh_host_key |
18 | HOST_KEY_DSA=$ETCDIR/ssh_host_dsa_key | 18 | HOST_KEY_DSA=$etcdir/ssh_host_dsa_key |
19 | HOST_KEY_RSA=$ETCDIR/ssh_host_rsa_key | 19 | HOST_KEY_RSA=$etcdir/ssh_host_rsa_key |
20 | 20 | ||
21 | killproc() { | 21 | killproc() { |
22 | _procname=$1 | 22 | _procname=$1 |