Gentoo Archives: gentoo-doc-cvs

From: Camille Huot <cam@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: cron-guide.xml
Date: Sat, 14 Jan 2006 02:29:05
Message-Id: 200601140228.k0E2SZiF000019@robin.gentoo.org
1 cam 06/01/14 02:15:40
2
3 Modified: xml/htdocs/doc/en cron-guide.xml
4 Log:
5 Style fix, *no content change*
6
7 Revision Changes Path
8 1.9 +13 -11 xml/htdocs/doc/en/cron-guide.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/cron-guide.xml?rev=1.9&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/cron-guide.xml?rev=1.9&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/cron-guide.xml.diff?r1=1.8&r2=1.9&cvsroot=gentoo
13
14 Index: cron-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/cron-guide.xml,v
17 retrieving revision 1.8
18 retrieving revision 1.9
19 diff -u -r1.8 -r1.9
20 --- cron-guide.xml 4 Jan 2006 15:11:33 -0000 1.8
21 +++ cron-guide.xml 14 Jan 2006 02:15:40 -0000 1.9
22 @@ -1,5 +1,5 @@
23 -<?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/cron-guide.xml,v 1.8 2006/01/04 15:11:33 neysx Exp $ -->
25 +<?xml version="1.0" encoding="UTF-8"?>
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/cron-guide.xml,v 1.9 2006/01/14 02:15:40 cam Exp $ -->
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 <guide link="/doc/en/cron-guide.xml">
30 @@ -80,8 +80,9 @@
31 <p>
32 Vixie cron is a full featured cron implementation based on SysV cron. Each user
33 has his own crontab and is allowed to specify environment variables within
34 -that crontab. Unlike the other cron variants, it also offers support for SELinux
35 -and PAM. It supports fewer architectures than Dcron, but more than Fcron.
36 +that crontab. Unlike the other cron variants, it also offers support for
37 +SELinux and PAM. It supports fewer architectures than Dcron, but more than
38 +Fcron.
39 </p>
40
41 <p>
42 @@ -126,8 +127,8 @@
43 Fast, simple and free of unnecessary features
44 </li>
45 <li>
46 - Access to <c>crontab</c> is limited to the cron group, i.e. it doesn't rely on
47 - any external faculties
48 + Access to <c>crontab</c> is limited to the cron group, i.e. it doesn't rely
49 + on any external faculties
50 </li>
51 </ul>
52
53 @@ -318,8 +319,8 @@
54 </impo>
55
56 <p>
57 -For example, if you wanted to allow access to the user <e>wepy</e>, you would add
58 -him to <path>/etc/cron.allow</path> as follows:
59 +For example, if you wanted to allow access to the user <e>wepy</e>, you would
60 +add him to <path>/etc/cron.allow</path> as follows:
61 </p>
62
63 <pre caption="Permissions in /etc/cron.allow">
64 @@ -513,8 +514,8 @@
65
66 <p>
67 You should see no cron-jobs in the output from <c>crontab -l</c>. If you do see
68 -jobs listed, that means we failed to remove the crontab, and that you should make
69 -sure that you used the correct <e>remove command</e> for your cron package.
70 +jobs listed, that means we failed to remove the crontab, and that you should
71 +make sure that you used the correct <e>remove command</e> for your cron package.
72 </p>
73
74 <p>
75 @@ -644,7 +645,8 @@
76 </li>
77 <li>
78 <b>Is cron working?</b><br/>
79 - Try: * * * * * /bin/echo "foobar" &gt;&gt; /file_you_own, and make sure it works
80 + Try: * * * * * /bin/echo "foobar" &gt;&gt; /file_you_own, and make sure it
81 + works
82 </li>
83 <li>
84 <b>Is your command working?</b><br/>
85
86
87
88 --
89 gentoo-doc-cvs@g.o mailing list