diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-11-21 22:11:46 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-11-21 22:11:46 +0000 |
commit | 03ee98ead91ce3497b3d121f536ff9fd054a9021 (patch) | |
tree | 49c1ae658975c305ca27c40d836eca89affae4ff /libexec | |
parent | 49544f7280485c2ee666ac208b3de1bddfe6fbc0 (diff) |
tokenadm -> _token
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/login_token/tokendb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/login_token/tokendb.h b/libexec/login_token/tokendb.h index d5bb6efb119..e8d43afa846 100644 --- a/libexec/login_token/tokendb.h +++ b/libexec/login_token/tokendb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tokendb.h,v 1.3 2002/11/21 22:00:50 millert Exp $ */ +/* $OpenBSD: tokendb.h,v 1.4 2002/11/21 22:11:45 millert Exp $ */ /*- * Copyright (c) 1995 Migration Associates Corp. All Rights Reserved @@ -65,7 +65,7 @@ typedef struct { #define TOKEN_PHONEMODE 0x4 /* allow phone book results */ #define TOKEN_RIM 0x8 /* reduced imput mode */ -#define TOKEN_GROUP "tokenadm" /* group that owns token database */ +#define TOKEN_GROUP "_token" /* group that owns token database */ /* * Function prototypes for routines which manipulate the |