diff options
author | Timo Weingärtner <timo@tiwe.de> | 2013-01-04 20:06:59 +0100 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2013-01-07 14:18:40 +0100 |
commit | 15f2c2977ee6e95893e3fb4859bdf73dd6885e8a (patch) | |
tree | 0b8d9a1e960584780c54c4a5e81455d982937cbf /update-openssh-known-hosts | |
parent | a8e7c707a3e85cfcbdf2706634e8fc07dd9b3f54 (diff) | |
download | openssh-known-hosts-15f2c2977ee6e95893e3fb4859bdf73dd6885e8a.tar.gz |
prefer local plugins over ones from a distro package
Diffstat (limited to 'update-openssh-known-hosts')
-rwxr-xr-x | update-openssh-known-hosts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-openssh-known-hosts b/update-openssh-known-hosts index bf5981b..50dee5d 100755 --- a/update-openssh-known-hosts +++ b/update-openssh-known-hosts @@ -3,7 +3,7 @@ set -euC CONFDIR=/etc/openssh-known-hosts -PLUGIN_PATH=/usr/share/openssh-known-hosts/plugins:/usr/local/share/openssh-known-hosts/plugins +PLUGIN_PATH=/usr/local/share/openssh-known-hosts/plugins:/usr/share/openssh-known-hosts/plugins CACHEDIR=/var/cache/openssh-known-hosts LOCK=/var/lock/openssh-known-hosts OUTFILE=/var/lib/openssh-known-hosts/ssh_known_hosts |