Gentoo Archives: gentoo-doc-cvs

From: Sven Vermeulen <swift@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: openafs.xml
Date: Mon, 18 Jul 2005 10:45:16
Message-Id: 200507181044.j6IAiK1v019716@robin.gentoo.org
1 swift 05/07/18 10:44:57
2
3 Modified: xml/htdocs/doc/en openafs.xml
4 Log:
5 #97481 - Add information on -syslog argument
6
7 Revision Changes Path
8 1.20 +18 -3 xml/htdocs/doc/en/openafs.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/openafs.xml?rev=1.20&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/openafs.xml?rev=1.20&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/openafs.xml.diff?r1=1.19&r2=1.20&cvsroot=gentoo
13
14 Index: openafs.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openafs.xml,v
17 retrieving revision 1.19
18 retrieving revision 1.20
19 diff -u -r1.19 -r1.20
20 --- openafs.xml 2 Jul 2005 09:50:30 -0000 1.19
21 +++ openafs.xml 18 Jul 2005 10:44:57 -0000 1.20
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openafs.xml,v 1.19 2005/07/02 09:50:30 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openafs.xml,v 1.20 2005/07/18 10:44:57 swift Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 @@ -23,10 +23,12 @@
30 This guide shows you how to install a openafs server and client on gentoo linux
31 </abstract>
32
33 +<!-- The content of this document is licensed under the CC-BY-SA license -->
34 +<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
35 <license/>
36
37 -<version>0.8</version>
38 -<date>2005-07-02</date>
39 +<version>0.9</version>
40 +<date>2005-07-18</date>
41
42 <chapter>
43 <title>Overview</title>
44 @@ -126,6 +128,19 @@
45
46 </body>
47 </section>
48 +<section>
49 +<title>How Can I Debug Problems?</title>
50 +<body>
51 +
52 +<p>
53 +OpenAFS has great logging facilities. However, by default it logs straight into
54 +its own logs instead of through the system logging facilities you have on your
55 +system. To have the servers log through your system logger, use the
56 +<c>-syslog</c> option for all <c>bos</c> commands.
57 +</p>
58 +
59 +</body>
60 +</section>
61 </chapter>
62
63 <chapter>
64
65
66
67 --
68 gentoo-doc-cvs@g.o mailing list