aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-03-28 06:11:51 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-03-28 06:11:51 +0000
commit7d0d9926fc7d3eb93987e917ded099ae28ca94e7 (patch)
treec0b9128223979030df11ab50442ef151a7ea536f /init
parent519d297d182020c3d57d2c65e6d83faf5410cfe1 (diff)
downloadbusybox-w32-7d0d9926fc7d3eb93987e917ded099ae28ca94e7.tar.gz
busybox-w32-7d0d9926fc7d3eb93987e917ded099ae28ca94e7.tar.bz2
busybox-w32-7d0d9926fc7d3eb93987e917ded099ae28ca94e7.zip
remove some more config code rob missed in rev 13701 cleanup as reported by Robert P. J. Day
git-svn-id: svn://busybox.net/trunk/busybox@14677 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'init')
-rw-r--r--init/Config.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/init/Config.in b/init/Config.in
index d5af54e47..d1e5f4712 100644
--- a/init/Config.in
+++ b/init/Config.in
@@ -72,9 +72,4 @@ config CONFIG_MESG
72 Mesg controls access to your terminal by others. It is typically 72 Mesg controls access to your terminal by others. It is typically
73 used to allow or disallow other users to write to your terminal 73 used to allow or disallow other users to write to your terminal
74 74
75 default y
76 help
77 Stop all processes and (try to) power off the system.
78
79endmenu 75endmenu
80