chiark / gitweb /
always use /etc/os-release and ignore all distro-specific files
authorKay Sievers <kay.sievers@vrfy.org>
Mon, 13 Feb 2012 00:46:44 +0000 (01:46 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Mon, 13 Feb 2012 00:51:51 +0000 (01:51 +0100)
commit3ce4fad8f548db9edb19869ea540e3192d2123f4
tree70881f386f8cd38fc7dbc57bd9464327813ae7ff
parentf9941a4b94f6ee3c4f5906c32821f82aa3c6e2b1
always use /etc/os-release and ignore all distro-specific files

The text mode welcome message will only show the distro name stored
in /etc/os-release and no longer read any distro-specific files.  If
/etc/os-release does not exist, 'Linux' will be printed.

When the source tree is is ./configure'd, only /etc-os-release is read
to guess the distro to build for. If /etc/os-release does not exist,
--with-distro= needs to be specified.
configure.ac
src/util.c