init/*: move applet/kbuild/config/help bits into applet source files

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
Denys Vlasenko
2010-10-12 13:47:15 +02:00
parent d4d289acf5
commit b1db09be5a
8 changed files with 315 additions and 307 deletions

View File

@@ -7,6 +7,24 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//applet:IF_MESG(APPLET(mesg, _BB_DIR_USR_BIN, _BB_SUID_DROP))
//kbuild:lib-$(CONFIG_MESG) += mesg.o
//config:config MESG
//config: bool "mesg"
//config: default y
//config: help
//config: Mesg controls access to your terminal by others. It is typically
//config: used to allow or disallow other users to write to your terminal
//usage:#define mesg_trivial_usage
//usage: "[y|n]"
//usage:#define mesg_full_usage "\n\n"
//usage: "Control write access to your terminal\n"
//usage: " y Allow write access to your terminal\n"
//usage: " n Disallow write access to your terminal"
#include "libbb.h"
#ifdef USE_TTY_GROUP