From 43a02970f5c990c66d29fafb88a7df4505e43779 Mon Sep 17 00:00:00 2001 From: robert Date: Wed, 25 Mar 2009 13:39:29 +0000 Subject: [PATCH] according to login.conf(5) every local authentication type has to begin with a dash. noted by ajacoutot@ --- sysutils/login_fingerprint/Makefile | 3 ++- sysutils/login_fingerprint/pkg/PLIST | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sysutils/login_fingerprint/Makefile b/sysutils/login_fingerprint/Makefile index 5e0ab6fd32b..6ec322f2208 100644 --- a/sysutils/login_fingerprint/Makefile +++ b/sysutils/login_fingerprint/Makefile @@ -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 DISTNAME= login_fingerprint-1.0 +PKGNAME= ${DISTNAME}p0 CATEGORIES= sysutils MASTER_SITES= http://blade2k.humppa.hu/ diff --git a/sysutils/login_fingerprint/pkg/PLIST b/sysutils/login_fingerprint/pkg/PLIST index 1c3ade84c1d..7151f2f01c4 100644 --- a/sysutils/login_fingerprint/pkg/PLIST +++ b/sysutils/login_fingerprint/pkg/PLIST @@ -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 libexec/auth/ @group auth @bin libexec/auth/login_fingerprint @mode 4555 @owner root -@sample /usr/libexec/auth/login_fingerprint +@sample /usr/libexec/auth/login_-fingerprint @mode @owner @group