diff options
author | Mike Pagano <mpagano@gentoo.org> | 2015-01-02 14:11:39 -0500 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2015-01-02 14:11:39 -0500 |
commit | 518cc76831e627b4e407a6edb0da7374036d773f (patch) | |
tree | ac395871b146390c8728405b3780e965dda28a35 | |
parent | Linux patch 3.12.35 (diff) | |
download | linux-patches-518cc76831e627b4e407a6edb0da7374036d773f.tar.gz linux-patches-518cc76831e627b4e407a6edb0da7374036d773f.tar.bz2 linux-patches-518cc76831e627b4e407a6edb0da7374036d773f.zip |
Add DEVPTS_MULTIPLE_INSTANCES when GENTOO_LINUX_INIT_SYSTEMD is selected. See bug #534216
-rw-r--r-- | 4567_distro-Gentoo-Kconfig.patch | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 652e2a7a..690454a5 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -7,9 +7,9 @@ +source "distro/Kconfig" + source "arch/$SRCARCH/Kconfig" ---- 1969-12-31 19:00:00.000000000 -0500 -+++ b/distro/Kconfig 2014-04-02 09:57:03.539218861 -0400 -@@ -0,0 +1,108 @@ +--- a/distro/Kconfig 1969-12-31 19:00:00.000000000 -0500 ++++ b/distro/Kconfig 2015-01-02 13:54:45.589830665 -0500 +@@ -0,0 +1,109 @@ +menu "Gentoo Linux" + +config GENTOO_LINUX @@ -87,6 +87,7 @@ + select AUTOFS4_FS + select BLK_DEV_BSG + select CGROUPS ++ select DEVPTS_MULTIPLE_INSTANCES + select EPOLL + select FANOTIFY + select FHANDLE |