swift 05/10/21 20:21:05 Modified: xml/htdocs/doc/en sudo-guide.xml Log: #109446 - Adding DISPLAY stuff
Revision Changes Path 1.7 +12 -3 xml/htdocs/doc/en/sudo-guide.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/sudo-guide.xml?rev=1.7&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/sudo-guide.xml?rev=1.7&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/sudo-guide.xml.diff?r1=1.6&r2=1.7&cvsroot=gentoo Index: sudo-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/sudo-guide.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sudo-guide.xml 4 Aug 2005 08:07:54 -0000 1.6 +++ sudo-guide.xml 21 Oct 2005 20:21:05 -0000 1.7 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/sudo-guide.xml,v 1.6 2005/08/04 08:07:54 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/sudo-guide.xml,v 1.7 2005/10/21 20:21:05 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -22,8 +22,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.3</version> -<date>2005-08-04</date> +<version>1.4</version> +<date>2005-10-21</date> <chapter> <title>About Sudo</title> @@ -356,6 +356,15 @@ </pre> <p> +Another interesting feature is to keep the <c>DISPLAY</c> variable set so that +you can execute graphical tools: +</p> + +<pre caption="Keeping the DISPLAY variable alive"> +Defaults:john env_keep=DISPLAY +</pre> + +<p> You can change dozens of default settings using the <c>Defaults:</c> directive. Fire up the <c>sudo</c> manual page and search for <c>Defaults</c>. </p> -- [email protected] mailing list
