]> git.ipfire.org Git - thirdparty/systemd.git/commit - README
core: drop check for /etc/mtab 1754/head
authorMartin Pitt <martin.pitt@ubuntu.com>
Mon, 2 Nov 2015 16:05:20 +0000 (10:05 -0600)
committerMartin Pitt <martin.pitt@ubuntu.com>
Mon, 2 Nov 2015 16:05:20 +0000 (10:05 -0600)
commit1d40ddbfd35fa500dcf4312621c235ffe86d28e5
tree5ee40ae1aa5704ddf5666f59f8e64287e22c39d1
parent0fc85c8670bfe2ea4af99765e79aaf789f3ed7e9
core: drop check for /etc/mtab

util-linux 2.27.1 now entirely stops looking at /etc/mtab, so we don't need to
verify /etc/mtab during early boot any more. Later on, tmpfiles.d/etc.conf will
fix /etc/mtab anyway, so there's not even a point in warning about it.

Drop test_mtab() and bump the util-linux dependency to >= 2.17.1.

Fixes #1495
README
configure.ac
src/core/main.c