commit:     414a3eeea1eb4c6c76b2a437d934802eb665c06d
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  2 19:09:52 2015 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Fri Jan  2 19:09:52 2015 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/linux-patches.git;a=commit;h=414a3eee

Add DEVPTS_MULTIPLE_INSTANCES when GENTOO_LINUX_INIT_SYSTEMD is selected. See 
bug #534216

---
 4567_distro-Gentoo-Kconfig.patch | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index f26dc14..690454a 100644
--- a/4567_distro-Gentoo-Kconfig.patch
+++ b/4567_distro-Gentoo-Kconfig.patch
@@ -1,14 +1,14 @@
---- a/Kconfig   2014-04-02 09:45:05.389224541 -0400
-+++ b/Kconfig   2014-04-02 09:45:39.269224273 -0400
+--- a/Kconfig  2014-04-02 09:45:05.389224541 -0400
++++ b/Kconfig  2014-04-02 09:45:39.269224273 -0400
 @@ -8,4 +8,6 @@ config SRCARCH
-       string
-       option env="SRCARCH"
-
+       string
+       option env="SRCARCH"
+ 
 +source "distro/Kconfig"
 +
  source "arch/$SRCARCH/Kconfig"
---- /dev/null   2014-09-22 14:19:24.316977284 -0400
-+++ a/distro/Kconfig  2014-09-22 19:30:35.670959281 -0400
+--- 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"
 +
@@ -34,8 +34,6 @@
 +      select DEVTMPFS
 +      select TMPFS
 +
-+      select FHANDLE
-+
 +      select MMU
 +      select SHMEM
 +
@@ -89,8 +87,10 @@
 +      select AUTOFS4_FS
 +      select BLK_DEV_BSG
 +      select CGROUPS
++      select DEVPTS_MULTIPLE_INSTANCES
 +      select EPOLL
 +      select FANOTIFY
++      select FHANDLE
 +      select INOTIFY_USER
 +      select NET
 +      select NET_NS 

Reply via email to