diff options
author | Philipp Borgers <borgers@mi.fu-berlin.de> | 2018-10-25 21:54:42 +0200 |
---|---|---|
committer | Philipp Borgers <borgers@mi.fu-berlin.de> | 2018-10-25 21:56:06 +0200 |
commit | 5f65547dfd59ae3fe9e45f0ac4bc4a06808b4847 (patch) | |
tree | de569fed77af0e1f369d149419380e419c625fad /contrib/package/freifunk-common/files/usr/bin | |
parent | 35b543e270428357d22ede5ceff39653b3371a1b (diff) |
get rid of library version numbers in luci olsrd code
Signed-off-by: Philipp Borgers <borgers@mi.fu-berlin.de>
Diffstat (limited to 'contrib/package/freifunk-common/files/usr/bin')
-rwxr-xr-x | contrib/package/freifunk-common/files/usr/bin/neigh.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/freifunk-common/files/usr/bin/neigh.sh b/contrib/package/freifunk-common/files/usr/bin/neigh.sh index 468ed7a3e0..82589ecfdf 100755 --- a/contrib/package/freifunk-common/files/usr/bin/neigh.sh +++ b/contrib/package/freifunk-common/files/usr/bin/neigh.sh @@ -10,7 +10,7 @@ hostsfile_getname() while value="$( uci -q get $config.@LoadPlugin[$i].library )"; do { case "$value" in - 'olsrd_nameservice.so.'*) + 'olsrd_nameservice'*) file="$( uci -q get $config.@LoadPlugin[$i].hosts_file )" break ;; |