diff options
author | abs <abs> | 2002-02-14 00:42:04 +0000 |
---|---|---|
committer | abs <abs> | 2002-02-14 00:42:04 +0000 |
commit | a13a479fe71faef57867e9284b10a97e74f9abe7 (patch) | |
tree | 2866381c74363e5ab163c6e5687357c31f7dd543 /security/msu/Makefile | |
parent | 98f04164135a3973178d1fbea7ee8eb1d0eb057d (diff) | |
download | pkgsrc-a13a479fe71faef57867e9284b10a97e74f9abe7.tar.gz |
Import msu-1.00
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...
Diffstat (limited to 'security/msu/Makefile')
-rw-r--r-- | security/msu/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/security/msu/Makefile b/security/msu/Makefile new file mode 100644 index 00000000000..7719e5c00a2 --- /dev/null +++ b/security/msu/Makefile @@ -0,0 +1,12 @@ +# $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" |