diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-28 06:11:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-28 06:11:51 +0000 |
commit | 6850017a2fd73c9e385e79e8af9b0be2da63eb51 (patch) | |
tree | c0b9128223979030df11ab50442ef151a7ea536f | |
parent | f8855139402a8752b9f9f5425cebe23e88e94c2a (diff) | |
download | busybox-w32-6850017a2fd73c9e385e79e8af9b0be2da63eb51.tar.gz busybox-w32-6850017a2fd73c9e385e79e8af9b0be2da63eb51.tar.bz2 busybox-w32-6850017a2fd73c9e385e79e8af9b0be2da63eb51.zip |
remove some more config code rob missed in rev 13701 cleanup as reported by Robert P. J. Day
-rw-r--r-- | init/Config.in | 5 |
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 | |||
79 | endmenu | 75 | endmenu |
80 | |||