Index: head/sysutils/su2/Makefile =================================================================== --- head/sysutils/su2/Makefile (revision 14210) +++ head/sysutils/su2/Makefile (revision 14211) @@ -1,18 +1,18 @@ # New ports collection makefile for: su2 # Version required: 1.3 # Date created: 12 Sep 1996 # Whom: gurney_j@efn.org # -# $Id: Makefile,v 1.1.1.1 1996/12/19 12:10:05 max Exp $ +# $Id: Makefile,v 1.2 1997/06/26 08:57:14 jmg Exp $ # DISTNAME= su2-1.3 -CATEGORIES= sysutils +CATEGORIES= sysutils security MASTER_SITES= ftp://ftp.ccs.neu.edu/pub/sysadmin/ MAINTAINER= jmg@freebsd.org NO_CDROM= "Don't sell for profit" -MAN1= su2.1 +MAN1= su2.1 .include Property changes on: head/sysutils/su2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/sysutils/su2/pkg-descr =================================================================== --- head/sysutils/su2/pkg-descr (revision 14210) +++ head/sysutils/su2/pkg-descr (revision 14211) @@ -1,21 +1,20 @@ From the README: su2 is a great program for anyone that has anything to do with system adiministration. su2 gives you the ability to masquerade with the UID of other users. You use own password to switch. Probably the biggest benefit of su2 is that you retain your own customized shell environment. For the most part, this program is used by system administrators to become root, but su2 has been written to enable much more flexibility than this. Regular users can put a .su2rc file in their home directory to enable other users to become them. While this may sound odd, it is sometimes useful to allow a number of users to masquerade around with the uid of restricted accounts. One such example of this is a 'www' account which is a common occurance with the proliferation of the web. While the www user's password may be starred out to disable direct logins, root could put a set of usernames into ~www/.su2rc to enable these users to 'become' www and do Web adiministration. [This feature can be disabled if you are worried about 'account sharing.'] - Property changes on: head/sysutils/su2/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property