Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re: NEW comms/rtl_433
To:
Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
Cc:
ports <ports@openbsd.org>, mihscu@gmail.com
Date:
Mon, 19 Jan 2026 11:29:29 +0000

Download raw body.

Thread
On 2026/01/18 20:05, Sebastian Reitenbach wrote:
>     Setting CMAKE_INSTALL_SYSCONFDIR affects the compiled-in path so rtl_433
>     looks for config in /usr/local/share/examples/rtl_433/rtl_433/rtl_433.conf
>     which doesn't even exist.
> 
> 
> I had similar concerns, but grep -r SYSCONFDIR I didn't see it somewhere 
> used in the sources. I might have overlooked.

I used strings(1) on the binary to check, but it's here:

$ ag SYSCONF.*conf
CMakeLists.txt
130:# On Unix pass the SYSCONFDIR through to conf file loader

src/compat_paths.c
30:        paths[2] = STR_EXPAND(INSTALL_SYSCONFDIR) "/rtl_433/rtl_433.conf";

CMakeLists.txt.orig.port
130:# On Unix pass the SYSCONFDIR through to conf file loader