]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Merge pull request #1754 from martinpitt/master
authorDaniel Mack <github@zonque.org>
Tue, 3 Nov 2015 06:24:02 +0000 (07:24 +0100)
committerDaniel Mack <github@zonque.org>
Tue, 3 Nov 2015 06:24:02 +0000 (07:24 +0100)
core: drop check for /etc/mtab

1  2 
src/core/main.c

diff --cc src/core/main.c
index dd21b26971af8ee4f1ec4e318eb71ffc8f84de26,59078c968b8a10ed64584e3d33383d3658f62a8f..578de17fec370b2d31b57384bda0594242c20930
@@@ -1651,9 -1586,7 +1624,8 @@@ int main(int argc, char *argv[]) 
                  hostname_setup();
                  machine_id_setup(NULL);
                  loopback_setup();
 +                bump_unix_max_dgram_qlen();
  
-                 test_mtab();
                  test_usr();
          }