ntpd: default to FEATURE_NTP_AUTH=y
[oweals/busybox.git] / coreutils / tty.c
index 9a5f1ef52de7006d689458f419580336b1241de3..18ad7c566240590fc94a32c1b6b4e42bdcc90959 100644 (file)
 //config:      bool "tty (3.3 kb)"
 //config:      default y
 //config:      help
-//config:        tty is used to print the name of the current terminal to
-//config:        standard output.
+//config:      tty is used to print the name of the current terminal to
+//config:      standard output.
 
-//applet:IF_TTY(APPLET(tty, BB_DIR_USR_BIN, BB_SUID_DROP))
+//applet:IF_TTY(APPLET_NOFORK(tty, tty, BB_DIR_USR_BIN, BB_SUID_DROP, tty))
 
 //kbuild:lib-$(CONFIG_TTY) += tty.o