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/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/Makefile')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 5e5980118b5..9752d39aad2 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.101 2002/01/29 22:37:44 jlam Exp $ +# $NetBSD: Makefile,v 1.102 2002/02/14 00:43:38 abs Exp $ # COMMENT= Security tools @@ -37,6 +37,7 @@ SUBDIR+= logcheck SUBDIR+= mcrypt SUBDIR+= mhash SUBDIR+= mirrordir +SUBDIR+= msu SUBDIR+= nessus SUBDIR+= nessus-core SUBDIR+= nessus-libraries |