diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-08 11:42:06 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-08 11:42:06 +0200 |
commit | 6bde5bd7302d9eeca63d55c8b57a6c544e56fe8c (patch) | |
tree | 6e81df59d768d51bbbff1e4f8de8c9ddfefa1213 /package/busybox/config | |
parent | b35c2c31271fbaa05c5839133f623c84324e34b7 (diff) |
push pacemaker stuff in a usable state.
Diffstat (limited to 'package/busybox/config')
-rw-r--r-- | package/busybox/config/coreutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/coreutils/Config.in b/package/busybox/config/coreutils/Config.in index 9c55d74aa..1b2d9d5fd 100644 --- a/package/busybox/config/coreutils/Config.in +++ b/package/busybox/config/coreutils/Config.in @@ -776,7 +776,7 @@ config BUSYBOX_TRUE config BUSYBOX_TTY bool "tty" - default n + default y help tty is used to print the name of the current terminal to standard output. |