diff options
author | 2005-05-06 07:16:03 +0000 | |
---|---|---|
committer | 2005-05-06 07:16:03 +0000 | |
commit | 4f04a922c85b9aeb1ba9ee9b9b44fd3dc454d39d (patch) | |
tree | e5ad63f5f99dfa3030142da54ce687e320119f0e /profiles | |
parent | Added to ~ppc. (diff) | |
download | historical-4f04a922c85b9aeb1ba9ee9b9b44fd3dc454d39d.tar.gz historical-4f04a922c85b9aeb1ba9ee9b9b44fd3dc454d39d.tar.bz2 historical-4f04a922c85b9aeb1ba9ee9b9b44fd3dc454d39d.zip |
Logic didn't work at as I thought it would. Adding sftp USE flag for sitecopy as well.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/use.local.desc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 96e0cc632beb..14fac133c652 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.1147 2005/05/06 06:26:48 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.1148 2005/05/06 07:16:03 chriswhite Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -683,6 +683,7 @@ net-misc/quagga:tcpmd5 - Enable TCP MD5 checksumming net-misc/sitecopy:expat - Enables use of the expat library for XML parsing. net-misc/sitecopy:gssapi - Enables GSSAPI (Generic Security Services Application Programming Interface). This is a client-server authentication method that promotes a standard API for authentication systems. This is included in kerbos distributions and allows vendors to define a specific system with a more generic API layer to coordinate with other authentication systems. net-misc/sitecopy:rsh - This allows the use of rsh (remote shell) and rcp (remote copy) for authoring websites. sftp is a much more secure protocol and is prefered. +net-misc/sitecopy:sftp - Enables use of sftp for secure ftp transfers. net-misc/sitecopy:webdav - Enable WebDav (Web-based Distributed Authoring and Versioning) support. This system allows users to collaborate on websites using a web based interface. See the ebuild for an FAQ page. Enables neon as well to handle webdav support. net-misc/ssh:openssh - Allow ssh and openssh to be installed side by side net-misc/vnc:server - Build VNC client |