john30 / ebusd

daemon for communication with eBUS heating systems
GNU General Public License v3.0
563 stars 130 forks source link

make install overides config file #519

Closed HeikoGr closed 2 years ago

HeikoGr commented 2 years ago

Description

the newest version does override the config file (for example: /etc/default/ebusd)

Actual behavior

an existing config file gets overriden.

Expected behavior

the config file should be preserved

ebusd version

latest release

ebusd arguments

EBUSD_OPTS="--scanconfig -d enh:ebus-adapter.fritz.box:9999"

Operating system

Debian 11 (Bullseye) / Raspbian 11 / Ubuntu 20-21

CPU architecture

armv7l

Dockerized

No response

Hardware interface

adapter 3 WiFi

Related integration

TCP (cmdline client like ebusctl or netcat)

Logs

not relevant

HeikoGr commented 2 years ago

some more infos: I compiled ebusd by my self using

./autogen.sh

make

sudo make install