mirror of
git://git.suckless.org/ubase
synced 2025-02-18 03:27:11 +00:00
8 lines
198 B
C
8 lines
198 B
C
/* See LICENSE file for copyright and license details. */
|
|
|
|
#define ENV_SUPATH "/bin"
|
|
#define ENV_PATH "/bin"
|
|
#define PW_CIPHER "$6$" /* SHA-512 */
|
|
#undef UTMP_PATH
|
|
#define UTMP_PATH "/var/run/utmp"
|