ubase

suckless linux base utils
git clone git://git.2f30.org/ubase
Log | Files | Refs | README | LICENSE

commit fc26e2932d2a859813ddac5d4904b927de7820ff
parent 4cce54b8e9fe2e232ec79c11b426a37368800762
Author: sin <sin@2f30.org>
Date:   Mon, 30 Jun 2014 14:17:00 +0100

Add comment to clarify "$6$"

Diffstat:
Mconfig.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.def.h b/config.def.h @@ -2,4 +2,4 @@ #define ENV_SUPATH "/bin" #define ENV_PATH "/bin" -#define PW_CIPHER "$6$" +#define PW_CIPHER "$6$" /* SHA-512 */