Ignore:
Timestamp:
Sep 15, 2004, 12:27:38 AM (21 years ago)
Author:
bird
Message:

@unixroot. header reviews. ++

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/pwd.h

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r1505 r1506  
     1/* pwd.h,v 1.4 2004/09/14 22:27:35 bird Exp */
     2/**
     3 * FreeBSD 5.2
     4 * @changed bird: some EMXisms.
     5 */
     6
    17/*-
    28 * Copyright (c) 1989, 1993
     
    4046 */
    4147
    42 /**
    43  * FreeBSD 5.2
    44  * @changed bird: some EMXisms.
    45  */
    46 
    4748#ifndef _PWD_H_
    4849#define _PWD_H_
     
    7778
    7879
    79 #define _PATH_PWD               "/etc"
    80 #define _PATH_PASSWD            "/etc/passwd"
     80#define _PATH_PWD               "/@unixroot/etc"
     81#define _PATH_PASSWD            "/@unixroot/etc/passwd"
    8182#define _PASSWD                 "passwd"
    82 #define _PATH_MASTERPASSWD      "/etc/master.passwd"
     83#define _PATH_MASTERPASSWD      "/@unixroot/etc/master.passwd"
    8384#define _MASTERPASSWD           "master.passwd"
    8485
    85 #define _PATH_MP_DB             "/etc/pwd.db"
     86#define _PATH_MP_DB             "/@unixroot/etc/pwd.db"
    8687#define _MP_DB                  "pwd.db"
    87 #define _PATH_SMP_DB            "/etc/spwd.db"
     88#define _PATH_SMP_DB            "/@unixroot/etc/spwd.db"
    8889#define _SMP_DB                 "spwd.db"
    8990
    90 #define _PATH_PWD_MKDB          "/usr/sbin/pwd_mkdb"
     91#define _PATH_PWD_MKDB          "/@unixroot/usr/sbin/pwd_mkdb"
    9192
    9293/* Historically, the keys in _PATH_MP_DB/_PATH_SMP_DB had the format
Note: See TracChangeset for help on using the changeset viewer.