morpheus-base

morpheus base system
git clone git://git.2f30.org/morpheus-base
Log | Files | Refs

config.h (300B)


      1 /* See LICENSE file for copyright and license details. */
      2 
      3 #define ENV_SUPATH	"/bin"
      4 #define ENV_PATH	"/bin"
      5 #define PW_CIPHER	"$6$"	/* SHA-512 */
      6 #undef UTMP_PATH
      7 #define UTMP_PATH	"/var/run/utmp"
      8 #undef BTMP_PATH
      9 #define BTMP_PATH	"/var/log/btmp"
     10 #undef WTMP_PATH
     11 #define WTMP_PATH	"/var/log/wtmp"