[PATCH 3/4] kill 'Enable' in c/r config option

Dave Hansen dave at linux.vnet.ibm.com
Fri Jun 5 12:15:28 PDT 2009


We don't neeeed to say 'Enable'.  That's what Kconfig does
for everything. :)


---

 linux-2.6.git-dave/checkpoint/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN checkpoint/Kconfig~kill-Enabled checkpoint/Kconfig
--- linux-2.6.git/checkpoint/Kconfig~kill-Enabled	2009-06-05 11:46:01.000000000 -0700
+++ linux-2.6.git-dave/checkpoint/Kconfig	2009-06-05 11:57:46.000000000 -0700
@@ -7,7 +7,7 @@ config DEFERQUEUE
 	default n
 
 config CHECKPOINT
-	bool "Enable checkpoint/restart (EXPERIMENTAL)"
+	bool "Checkpoint/restart (EXPERIMENTAL)"
 	depends on CHECKPOINT_SUPPORT && EXPERIMENTAL
 	select DEFERQUEUE
 	help
_


More information about the Containers mailing list