From: Michal Schmidt Date: Wed, 30 Sep 2015 12:42:27 +0000 (+0200) Subject: core: adjust error message about /etc/mtab X-Git-Tag: v227~11^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7cd3d5fcb6f393f1ff1decafb12d51e0db8894a;p=thirdparty%2Fsystemd.git core: adjust error message about /etc/mtab Since having /etc/mtab as a regular file is now a fatal error, stop mentioning irrelevant minor consequences. --- diff --git a/src/core/main.c b/src/core/main.c index 2406832694f..d8a71488bdf 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -1129,7 +1129,7 @@ static void test_mtab(void) { log_error("/etc/mtab is not a symlink or not pointing to /proc/self/mounts. " "This is not supported anymore. " - "Please make sure to replace this file by a symlink to avoid incorrect or misleading mount(8) output."); + "Please replace /etc/mtab with a symlink to /proc/self/mounts."); freeze_or_reboot(); }