summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2013-01-04 20:06:59 +0100
committerTimo Weingärtner <timo@tiwe.de>2013-01-07 14:18:40 +0100
commit15f2c2977ee6e95893e3fb4859bdf73dd6885e8a (patch)
tree0b8d9a1e960584780c54c4a5e81455d982937cbf
parenta8e7c707a3e85cfcbdf2706634e8fc07dd9b3f54 (diff)
downloadopenssh-known-hosts-15f2c2977ee6e95893e3fb4859bdf73dd6885e8a.tar.gz
prefer local plugins over ones from a distro package
-rwxr-xr-xupdate-openssh-known-hosts2
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