diff options
author | cjep <cjep@pkgsrc.org> | 2002-06-04 09:57:30 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-06-04 09:57:30 +0000 |
commit | 81af677e2b2a0dac995eeab343bbad7443c8aede (patch) | |
tree | e0cd679078bccab968d7010500ac89e11765d0ed /sysutils | |
parent | 17cd33ab801e24a423b77d5acc8b73c0a887a178 (diff) | |
download | pkgsrc-81af677e2b2a0dac995eeab343bbad7443c8aede.tar.gz |
Add and enable su2.
su2 is a replacement for the su program. su2 gives you the ability to
masquerade with the UID of other users, using your own password to switch.
Submitted by collver at linuxfreemail.com in PR#14141. Thanks!
(MD5 checksum of the su2 distribution checked against FreeBSD ports' entry.)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 11a30b83472..a2863e6014c 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.141 2002/06/03 05:03:28 grant Exp $ +# $NetBSD: Makefile,v 1.142 2002/06/04 09:57:30 cjep Exp $ # COMMENT= System utilities @@ -100,6 +100,7 @@ SUBDIR+= socket SUBDIR+= sshsh #SUBDIR+= storage-manager # Requires manual intervention SUBDIR+= stow +SUBDIR+= su2 SUBDIR+= sux SUBDIR+= sysgen SUBDIR+= sysinfo |