diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2018-04-24 00:00:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-24 00:00:32 +0700 |
commit | a1fbaf0d618783a8f41599bc9c927ba4663f6f5e (patch) | |
tree | fe1ce6c4db4a40ca21b62823a2c92c9cbdedf00e /system/kc/README | |
parent | 1781f960ae89606fa281afe2b94da25f14a50c8e (diff) |
system/kc: Updated for version 2.4.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/kc/README')
-rw-r--r-- | system/kc/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/kc/README b/system/kc/README index b8b8f0ef4d459..b88731412b797 100644 --- a/system/kc/README +++ b/system/kc/README @@ -12,3 +12,12 @@ Features include (but not limited to): * compiles and works on *BSD and Linux * editline (libedit) and readline support * clean and simple CLI with command and keychain completion + +This SlackBuild has build options to control some of its behavior: +LIBSCRYPT: If this variable is set, kc will be built with scrypt + encrypted passwords support. It needs the libscrypt library + for this, that is also available from SBo. +EDITLINE: If this variable is set, kc will use editline for its + command line interface. Otherwise readline will be used. + It needs the libedit library for this, that is also available + from SBo. |