Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11758 - typos of the Security Guide
Summary: typos of the Security Guide
Status: RESOLVED FIXED
Alias: None
Product: Websites
Classification: Unclassified
Component: [OLD] Documentation (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Kurt Lieber (RETIRED)
URL: http://www.gentoo.org/doc/en/gentoo-s...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-08 04:12 UTC by HAGIHARA Yoshiaki
Modified: 2003-07-17 09:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description HAGIHARA Yoshiaki 2002-12-08 04:12:12 UTC
I'm a Japanese translator of Gentoo Linux Security Guide,
and I found some typos.

$ diff -u gentoo-security.xml.org gentoo-security.xml
--- gentoo-security.xml.org Sun Dec  8 17:08:59 2002
+++ gentoo-security.xml Sun Dec  8 19:10:57 2002
@@ -3135,7 +3135,7 @@
 </p>
 
 <pre caption="/etc/aide/aide.conf">
-@@ifndef TOP DIR 
+@@ifndef TOPDIR 
 @@define TOPDIR /
 @@endif
 
@@ -3209,16 +3209,16 @@
 <body>
 
 <pre>
-# user add snort -d /var/log/snort -s /dev/null
+# useradd snort -d /var/log/snort -s /dev/null
 # chown -R snort /var/log/snort
 </pre>
 
 <pre caption="/etc/conf.d/snort">
-PID FILE=/var/run/snort_eth0.pid
+PIDFILE=/var/run/snort_eth0.pid
 MODE="full"
 NETWORK="10.0.0.0/24"
-LOG DIR="/var/log/snort"
-CO NF=/etc/snort/snort.Cong
+LOGDIR="/var/log/snort"
+CONF=/etc/snort/snort.conf
 SNORT_OPTS="-D -s -u snort -dev -l $LOGDIR -h $NETWORK -c $CONF"
 </pre>
Comment 1 Hans Cats 2003-03-20 10:03:09 UTC
Under GRUB there is also a typo.

It says in the introduction that GRUB configuration file is "/boot/grub/menu.1st" this should be "/boot/grub/menu.lst" 
Comment 2 Kurt Lieber (RETIRED) gentoo-dev 2003-07-17 09:37:00 UTC
fixed -- sorry for the delay. we had a dev quit and forgot to reassign his bugs. :\