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

Add DEVPTS_MULTIPLE_INSTANCES when GENTOO_LINUX_INIT_SYSTEMD is selected. See 
bug #534216

---
 4567_distro-Gentoo-Kconfig.patch | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index 850cabc..690454a 100644
--- a/4567_distro-Gentoo-Kconfig.patch
+++ b/4567_distro-Gentoo-Kconfig.patch
@@ -1,5 +1,5 @@
---- a/Kconfig  2014-04-02 10:11:12.959212144 -0400
-+++ b/Kconfig  2014-04-02 10:11:41.139211921 -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"
@@ -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 10:14:34.049210553 -0400
-@@ -0,0 +1,110 @@
+--- 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
@@ -35,7 +35,6 @@
 +      select TMPFS
 +
 +      select MMU
-+      select HOTPLUG
 +      select SHMEM
 +
 +      help
@@ -88,13 +87,13 @@
 +      select AUTOFS4_FS
 +      select BLK_DEV_BSG
 +      select CGROUPS
++      select DEVPTS_MULTIPLE_INSTANCES
 +      select EPOLL
 +      select FANOTIFY
 +      select FHANDLE
-+      select HOTPLUG
 +      select INOTIFY_USER
 +      select NET
-+      select NET_NS
++      select NET_NS 
 +      select PROC_FS
 +      select SIGNALFD
 +      select SYSFS

Reply via email to