9b14a06cbf
msu (or mini/mono su) is a simple way to provide passwordless access to accounts specified in a config file. Useful for shared accounts and suchlike. Its more a convenient way to _reduce_ security, than increase it, but as its related to account authorisation it goes into security...
12 lines
287 B
Makefile
12 lines
287 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2002/02/14 00:42:04 abs Exp $
|
|
#
|
|
|
|
DISTNAME= msu-1.00
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.mono.org/abs/tools/msu/
|
|
|
|
MAINTAINER= abs@netbsd.org
|
|
HOMEPAGE= http://www.mono.org/abs/tools/msu/
|
|
COMMENT= Mini passwordless su
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|