umurmur: move config file to its default location
authorJosef Schlehofer <[email protected]>
Wed, 29 Oct 2025 06:48:02 +0000 (07:48 +0100)
committerJosef Schlehofer <[email protected]>
Fri, 31 Oct 2025 07:03:17 +0000 (08:03 +0100)
commit3d6be64ea309bd2a6f961f11ae5e36aa4343db10
tree9658980d7e22a952e8d9b4a146b30707bba06523
parentfebba7e161339bd64fe55099ff007ea4bfbd8bbf
umurmur: move config file to its default location

This was changed in version 0.3.1 [1]

Fixes initial start of umurmur:
```
root@turris:~# umurmurd
Error in config file /etc/umurmur/umurmur.conf line 0: file I/O error
```

And also while running help of umurmurd, the defailt location is /etc/umurmur/umurmur.conf
```
Usage: umurmurd [-d] [-r] [-h] [-p <pidfile>] [-t] [-c <conf file>] [-a <addr>] [-b <port>]
       -c <conf file> - Specify configuration file (default /etc/umurmur/umurmur.conf)
```
[1] https://github.com/umurmur/umurmur/commit/4f3ed41357bb6fcb7afddd5343b59cfef54d65a4

Fixes: c4a23ca99662e67c8b6f5b8bad76d93fc2381ea0 ("umurmur: update to version 0.3.1")
Signed-off-by: Josef Schlehofer <[email protected]>
net/umurmur/Makefile