diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2002-06-11 17:38:19 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2002-06-11 17:38:19 +0000 |
commit | 01cb98c64cae778e23665ba439489cc173200cd6 (patch) | |
tree | f7318c8b792fc6dcc5fe37bcbaef1f5d99cb609b /kerberosV | |
parent | eb29ffc954f65649c93f104c0636ad80b7ec48bf (diff) |
Actually, i think we should define these paths, but point them to the right
place. Other packages may depend on these paths being defined.
Diffstat (limited to 'kerberosV')
-rw-r--r-- | kerberosV/src/lib/kafs/kafs.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/kerberosV/src/lib/kafs/kafs.h b/kerberosV/src/lib/kafs/kafs.h index 1571f2d3328..e2967ed2bf7 100644 --- a/kerberosV/src/lib/kafs/kafs.h +++ b/kerberosV/src/lib/kafs/kafs.h @@ -175,12 +175,10 @@ krb5_error_code krb5_realm_of_cell __P((const char *cell, char **realm)); #endif -#if 0 -#define _PATH_VICE "/usr/vice/etc/" +#define _PATH_VICE "/etc/afs/" #define _PATH_THISCELL _PATH_VICE "ThisCell" #define _PATH_CELLSERVDB _PATH_VICE "CellServDB" #define _PATH_THESECELLS _PATH_VICE "TheseCells" -#endif #define _PATH_ARLA_VICE "/etc/afs/" #define _PATH_ARLA_THISCELL _PATH_ARLA_VICE "ThisCell" |