mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
506c61b7fc
Replaced the crude parsing of /etc/SuSE-release (which is due to be removed in future OpenSUSE versions) with equally crude parsing of /etc/os-release. /etc/os-release is present on several different distributions and usually contains the same information as /etc/lsb-release when both files are available. For now, parsing /etc/lsb-release takes precedence and /etc/os-release is only used as a fallback when the former is not available.