summaryrefslogtreecommitdiff
path: root/pkg/ubase/config.h
blob: c5d38cdefc8a474eea754c2323fc0d4333c7f3fb (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 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	"/run/utmp"
#undef BTMP_PATH
#define BTMP_PATH	"/var/log/btmp"
#undef WTMP_PATH
#define WTMP_PATH	"/var/log/wtmp"