according to login.conf(5) every local authentication type has to begin
with a dash. noted by ajacoutot@
This commit is contained in:
parent
4d2288bb46
commit
43a02970f5
@ -1,8 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/03/24 19:03:20 robert Exp $
|
# $OpenBSD: Makefile,v 1.2 2009/03/25 13:39:29 robert Exp $
|
||||||
|
|
||||||
COMMENT= provide fingerprint authentication
|
COMMENT= provide fingerprint authentication
|
||||||
|
|
||||||
DISTNAME= login_fingerprint-1.0
|
DISTNAME= login_fingerprint-1.0
|
||||||
|
PKGNAME= ${DISTNAME}p0
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
|
|
||||||
MASTER_SITES= http://blade2k.humppa.hu/
|
MASTER_SITES= http://blade2k.humppa.hu/
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/03/24 19:03:20 robert Exp $
|
@comment $OpenBSD: PLIST,v 1.2 2009/03/25 13:39:29 robert Exp $
|
||||||
@bin bin/enroll_fingerprint
|
@bin bin/enroll_fingerprint
|
||||||
libexec/auth/
|
libexec/auth/
|
||||||
@group auth
|
@group auth
|
||||||
@bin libexec/auth/login_fingerprint
|
@bin libexec/auth/login_fingerprint
|
||||||
@mode 4555
|
@mode 4555
|
||||||
@owner root
|
@owner root
|
||||||
@sample /usr/libexec/auth/login_fingerprint
|
@sample /usr/libexec/auth/login_-fingerprint
|
||||||
@mode
|
@mode
|
||||||
@owner
|
@owner
|
||||||
@group
|
@group
|
||||||
|
Loading…
Reference in New Issue
Block a user