logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

config.h (296B)


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