Gentoo Archives: gentoo-commits

From: "Tobias Heinlein (keytoaster)" <keytoaster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/de/security: shb-limits.xml
Date: Thu, 31 Mar 2011 14:59:53
Message-Id: 20110331145918.C273A20051@flycatcher.gentoo.org
1 keytoaster 11/03/31 14:59:18
2
3 Modified: shb-limits.xml
4 Log:
5 Sync to 1.10
6
7 Revision Changes Path
8 1.12 xml/htdocs/doc/de/security/shb-limits.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/de/security/shb-limits.xml?rev=1.12&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/de/security/shb-limits.xml?rev=1.12&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/de/security/shb-limits.xml?r1=1.11&r2=1.12
13
14 Index: shb-limits.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/security/shb-limits.xml,v
17 retrieving revision 1.11
18 retrieving revision 1.12
19 diff -u -r1.11 -r1.12
20 --- shb-limits.xml 15 May 2010 20:38:05 -0000 1.11
21 +++ shb-limits.xml 31 Mar 2011 14:59:18 -0000 1.12
22 @@ -1,16 +1,16 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/security/shb-limits.xml,v 1.11 2010/05/15 20:38:05 keytoaster Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/security/shb-limits.xml,v 1.12 2011/03/31 14:59:18 keytoaster Exp $ -->
26 <!DOCTYPE sections SYSTEM "/dtd/book.dtd">
27
28 -<!-- English CVS Version: 1.9 -->
29 +<!-- English CVS Version: 1.10 -->
30
31 <!-- The content of this document is licensed under the CC-BY-SA license -->
32 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
33
34 <sections>
35
36 -<version>1.5</version>
37 -<date>2010-04-26</date>
38 +<version>2</version>
39 +<date>2011-03-02</date>
40
41 <section id="limits_conf">
42 <title>/etc/security/limits.conf</title>
43 @@ -81,14 +81,9 @@
44 <body>
45
46 <warn>
47 -Stellen Sie sicher, dass ihr Dateisystem Quotas unterstützt. Um Quotas auf
48 -ReiserFS zu verwenden, müssen Sie Ihren Kernel mit folgenden Patchen versehen,
49 -die Sie bei <uri
50 -link="ftp://ftp.namesys.com/pub/reiserfs-for-2.4/testing/quota-2.4.20">Namesys
51 -</uri> finden. Benutzer Programme sind beim <uri
52 -link="http://www.sf.net/projects/linuxquota/">Linux DiskQuota Projekt</uri> zu
53 -finden. Auch wenn Quotas mit ReiserFS funktionieren, könnten Sie auf andere
54 -Probleme treffen, wenn Sie sie verwenden -- Sie wurden gewarnt!
55 +Stellen Sie sicher, dass ihr Dateisystem Quotas unterstützt. Benutzerprogramme
56 +sind beim <uri link="http://www.sf.net/projects/linuxquota/">Linux DiskQuota
57 +Projekt</uri> zu finden.
58 </warn>
59
60 <p>
61 @@ -111,9 +106,9 @@
62 /dev/sda1 /boot ext2 noauto,noatime 1 1
63 /dev/sda2 none swap sw 0 0
64 /dev/sda3 / reiserfs notail,noatime 0 0
65 -/dev/sda4 /tmp ext3 noatime,nodev,nosuid,noexec,usrquota,grpquota 0 0
66 -/dev/sda5 /var ext3 noatime,nodev,usrquota,grpquota 0 0
67 -/dev/sda6 /home ext3 noatime,nodev,nosuid,usrquota,grpquota 0 0
68 +/dev/sda5 /var ext3 noatime,nodev,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv1 0 0
69 +/dev/sda5 /var ext3 noatime,nodev,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv1 0 0
70 +/dev/sda6 /home ext3 noatime,nodev,nosuid,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv1 0 0
71 /dev/sda7 /usr reiserfs notail,noatime,nodev,ro 0 0
72 /dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
73 proc /proc proc defaults 0 0