Gentoo Archives: gentoo-doc-cvs

From: swift <swift@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: sudo-guide.xml
Date: Fri, 21 Oct 2005 20:21:02
Message-Id: 200510212018.j9LKIY13013838@robin.gentoo.org
1 swift 05/10/21 20:21:05
2
3 Modified: xml/htdocs/doc/en sudo-guide.xml
4 Log:
5 #109446 - Adding DISPLAY stuff
6
7 Revision Changes Path
8 1.7 +12 -3 xml/htdocs/doc/en/sudo-guide.xml
9
10 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
11 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
12 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
13
14 Index: sudo-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/sudo-guide.xml,v
17 retrieving revision 1.6
18 retrieving revision 1.7
19 diff -u -r1.6 -r1.7
20 --- sudo-guide.xml 4 Aug 2005 08:07:54 -0000 1.6
21 +++ sudo-guide.xml 21 Oct 2005 20:21:05 -0000 1.7
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/sudo-guide.xml,v 1.6 2005/08/04 08:07:54 swift Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/sudo-guide.xml,v 1.7 2005/10/21 20:21:05 swift Exp $ -->
27
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 @@ -22,8 +22,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.3</version>
35 -<date>2005-08-04</date>
36 +<version>1.4</version>
37 +<date>2005-10-21</date>
38
39 <chapter>
40 <title>About Sudo</title>
41 @@ -356,6 +356,15 @@
42 </pre>
43
44 <p>
45 +Another interesting feature is to keep the <c>DISPLAY</c> variable set so that
46 +you can execute graphical tools:
47 +</p>
48 +
49 +<pre caption="Keeping the DISPLAY variable alive">
50 +Defaults:john env_keep=DISPLAY
51 +</pre>
52 +
53 +<p>
54 You can change dozens of default settings using the <c>Defaults:</c> directive.
55 Fire up the <c>sudo</c> manual page and search for <c>Defaults</c>.
56 </p>
57
58
59
60 --
61 gentoo-doc-cvs@g.o mailing list