smartmontools-7.4-2 now ships /etc/conf.d/smartd, which collides with OpenRC
Hi all,
I recently noticed that smartmontools-7.4-2 now installs /etc/conf.d/smartd. Quite some time ago, I added smartmontools-openrc to AUR (https://aur.archlinux.org/packages/smartmontools-openrc), which installed this file, according to what other OpenRC init script packages do.
For now, I simply removed that file from my package. However, I'm not sure if this was correct, or if smartmontools shouldn't install this file in the first place. Also, the contents differ:
This is the file I added:
# /etc/conf.d/smartd: config file for /etc/init.d/smartd
# Insert any other options needed
SMARTD_OPTS=""
Ans this is what is installed now:
SMARTD_ARGS=""
So – what's the right thing to do here?