From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.50) id 1ET3Nu-0003IC-F9 for garchives@archives.gentoo.org; Fri, 21 Oct 2005 20:21:02 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id j9LKIZMd017320; Fri, 21 Oct 2005 20:18:35 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id j9LKIY13013838 for ; Fri, 21 Oct 2005 20:18:34 GMT Message-Id: <200510212018.j9LKIY13013838@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark.gentoo.org) by smtp.gentoo.org with smtp (Exim 4.43) id 1ET3OD-0002So-78 for gentoo-doc-cvs@lists.gentoo.org; Fri, 21 Oct 2005 20:21:21 +0000 Received: by lark.gentoo.org (sSMTP sendmail emulation); Fri, 21 Oct 2005 20:21:05 +0000 From: "swift" Date: Fri, 21 Oct 2005 20:21:05 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: sudo-guide.xml Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 14fc3a78-ccfb-4c99-8b9d-8092afa4a830 X-Archives-Hash: 4fd6111d23517528ecf84115365d30d1 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 @@ - + @@ -22,8 +22,8 @@ -1.3 -2005-08-04 +1.4 +2005-10-21 About Sudo @@ -356,6 +356,15 @@

+Another interesting feature is to keep the DISPLAY variable set so that +you can execute graphical tools: +

+ +
+Defaults:john env_keep=DISPLAY
+
+ +

You can change dozens of default settings using the Defaults: directive. Fire up the sudo manual page and search for Defaults.

-- gentoo-doc-cvs@gentoo.org mailing list