summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/freifunk-common/files/usr/bin
diff options
context:
space:
mode:
authorPhilipp Borgers <borgers@mi.fu-berlin.de>2018-10-25 21:54:42 +0200
committerPhilipp Borgers <borgers@mi.fu-berlin.de>2018-10-25 21:56:06 +0200
commit5f65547dfd59ae3fe9e45f0ac4bc4a06808b4847 (patch)
treede569fed77af0e1f369d149419380e419c625fad /contrib/package/freifunk-common/files/usr/bin
parent35b543e270428357d22ede5ceff39653b3371a1b (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-xcontrib/package/freifunk-common/files/usr/bin/neigh.sh2
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
;;