summaryrefslogtreecommitdiff
path: root/security/msu/Makefile
diff options
context:
space:
mode:
authorabs <abs>2002-02-14 00:42:04 +0000
committerabs <abs>2002-02-14 00:42:04 +0000
commit760641dbba29d16e473be9ff257dafd764f7b316 (patch)
tree2866381c74363e5ab163c6e5687357c31f7dd543 /security/msu/Makefile
parent684c5fa90f608ac1796d0db66f5e33fc5d299caa (diff)
downloadpkgsrc-760641dbba29d16e473be9ff257dafd764f7b316.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/Makefile12
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"