lkml.org 
[lkml]   [2008]   [Apr]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
Subject[PATCH][Resend] Let SYSVIPC default to 'y'
From
From: Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>

[This patch was previously submitted on 24 April 2008 01:01]

Andrew; Will you take this in -mm or should I just queue it in Trivial (or
drop it entirely)?


SYSVIPC is a pretty crucial feature that I doubt very much if anyone
except embedded people should even consider disabling - it simply
breaks too much software for a Linux box to really be useful without it,
for most purposes.
For that reason I find it quite odd that the feature defaults to 'No'
currently. I really cannot see any reason why we wouldn't want this to
default to 'Yes', so this patch changes the default by adding 'default y'
to Kconfig.

Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
---

Kconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/init/Kconfig b/init/Kconfig
index ba3a389..023b2b6 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -112,6 +112,7 @@ config SWAP

config SYSVIPC
bool "System V IPC"
+ default y
---help---
Inter Process Communication is a suite of library functions and
system calls which let processes (running programs) synchronize and




\
 
 \ /
  Last update: 2008-04-27 22:13    [W:0.035 / U:0.444 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site