diff options
| author | Michael Forney <mforney@mforney.org> | 2016-11-20 22:53:04 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-11-20 22:57:18 -0800 |
| commit | 5fba72ffe2c4a4c2903503b1741aa33f8866dbda (patch) | |
| tree | 2fc3a26297102c6f4915be342e47f5336aecf0ee | |
| parent | 6c586e84b23c052a8ee0be38b7d223af4163980b (diff) | |
openssh: Disable wtmp
musl doesn't support it, and it triggers an annoying message from
openssh.
| -rw-r--r-- | core/openssh/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/openssh/config.h b/core/openssh/config.h index c1c4a37b..ef00fb14 100644 --- a/core/openssh/config.h +++ b/core/openssh/config.h @@ -53,7 +53,7 @@ /* #undef DISABLE_SHADOW */ /* #undef DISABLE_UTMP */ /* #undef DISABLE_UTMPX */ -/* #undef DISABLE_WTMP */ +#define DISABLE_WTMP 1 #define DISABLE_WTMPX 1 #define ENABLE_PKCS11 1 /* #undef FILESYSTEM_NO_BACKSLASH */ |
