From a3d0e293eebcb92564c473e61ca42724844fb279 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 7 May 2018 18:12:55 -0500 Subject: Remove localmount from dependencies for linux-only services This removes localmount from the dependencies of the consolefont, keymaps, numlock and procfs services. These services are Linux only and the default modern linux system has / and /usr on the same file system. This also fixes the following issue. X-Gentoo-Bug: 651998 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=651998 --- init.d/numlock.in | 1 - 1 file changed, 1 deletion(-) (limited to 'init.d/numlock.in') diff --git a/init.d/numlock.in b/init.d/numlock.in index 875ffc09..6c33c95f 100644 --- a/init.d/numlock.in +++ b/init.d/numlock.in @@ -15,7 +15,6 @@ ttyn=${rc_tty_number:-${RC_TTY_NUMBER:-12}} depend() { - need localmount keyword -docker -lxc -openvz -prefix -systemd-nspawn -vserver } -- cgit v1.2.3