diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-11-21 22:14:52 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-11-21 22:14:52 +0000 |
commit | 5f93f0ebbc95c4508febe2ceb7a2cdc134275eb4 (patch) | |
tree | 67372d8d48dd012afb23eef3ac750a5b638c3a82 /libexec | |
parent | 0bd8b5c75e3cf3be61bf01ffbf30ed7ed7ccfd84 (diff) |
tokenadm -> _token
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/login_token/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/login_token/Makefile b/libexec/login_token/Makefile index 6e372bb4700..81644bf0ed6 100644 --- a/libexec/login_token/Makefile +++ b/libexec/login_token/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2002/11/21 22:00:49 millert Exp $ +# $OpenBSD: Makefile,v 1.4 2002/11/21 22:14:51 millert Exp $ PROG= login_token SRCS= login_token.c init.c token.c tokendb.c @@ -20,7 +20,7 @@ afterinstall: done BINOWN= root -BINGRP= tokenadm +BINGRP= _token BINMODE=2555 BINDIR= /usr/libexec/auth |