Package: fai
Severity: minor
Tags: patch

Hi,

here is a patch for a couple of typos I noticed all over FAI.

Diego


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-powerpc
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Index: conf/make-fai-nfsroot.conf
===================================================================
RCS file: /cvs/debian-boot/fai/conf/make-fai-nfsroot.conf,v
retrieving revision 1.21
diff -u -r1.21 make-fai-nfsroot.conf
--- conf/make-fai-nfsroot.conf  19 May 2005 09:28:47 -0000      1.21
+++ conf/make-fai-nfsroot.conf  30 May 2005 17:05:43 -0000
@@ -40,7 +40,7 @@
 
 nfssize="250MB"  # size of the nfsroot. Only informational purpose
 
-# FAI needs these packages that are install into the nfsroot
+# FAI needs these packages that are installed into the nfsroot
 packages="module-init-tools dhcp3-client ssh file rdate hwinfo portmap
 bootpc rsync wget rsh-client less dump reiserfsprogs usbutils
 hdparm smartmontools parted mdadm lvm2
Index: examples/simple/scripts/FAIBASE/10-misc
===================================================================
RCS file: /cvs/debian-boot/fai/examples/simple/scripts/FAIBASE/10-misc,v
retrieving revision 1.5
diff -u -r1.5 10-misc
--- examples/simple/scripts/FAIBASE/10-misc     25 Apr 2005 15:54:02 -0000      
1.5
+++ examples/simple/scripts/FAIBASE/10-misc     30 May 2005 17:05:43 -0000
@@ -39,13 +39,13 @@
 
 # set root password
 echo "root:$rootpw" | $ROOTCMD chpasswd --encrypted
-# make /root accessable only by root
+# make /root accessible only by root
 chmod 0700 $target/root
 chown root:root $target/root
 # copy default dotfiles for root account
 fcopy -ir /root
 
-# create keyboard layput table
+# create keyboard layout table
 $ROOTCMD bash -c "echo 'console-data console-data/keymap/full select 
$FAI_KEYMAP' | debconf-set-selections"
 $ROOTCMD install-keymap $FAI_KEYMAP || true
 # dumpkeys | gzip -9f >$target/etc/console/boottime.kmap.gz
Index: examples/simple/scripts/LAST1/50-misc
===================================================================
RCS file: /cvs/debian-boot/fai/examples/simple/scripts/LAST1/50-misc,v
retrieving revision 1.3
diff -u -r1.3 50-misc
--- examples/simple/scripts/LAST1/50-misc       9 Apr 2005 20:19:56 -0000       
1.3
+++ examples/simple/scripts/LAST1/50-misc       30 May 2005 17:05:43 -0000
@@ -4,7 +4,7 @@
 
 error=0 ; trap "error=$((error|1))" ERR
 
-# remove backup files from cfeninge
+# remove backup files from cfengine
 dirs="root etc var"
 for path in $dirs; do
     find $target/$path -maxdepth 20 -name \*.cfedited -o -name \*.cfsaved | 
xargs -r rm
Index: man/fai-class.1
===================================================================
RCS file: /cvs/debian-boot/fai/man/fai-class.1,v
retrieving revision 1.5
diff -u -r1.5 fai-class.1
--- man/fai-class.1     24 Jul 2003 13:11:03 -0000      1.5
+++ man/fai-class.1     30 May 2005 17:05:43 -0000
@@ -28,7 +28,7 @@
 lines and are ignored.
 
 Shell scripts that end in ".source" are sourced and can define classes
-by setting the variable $newclasses. This is useful for scripts were
+by setting the variable $newclasses. This is useful for scripts where
 you can't control stdout. Variables that are defined in these scripts
 are available to other scripts in DIRECTORY, but they are not exported
 to the shell that calls fai-class.
Index: sunos/scripts/LAST
===================================================================
RCS file: /cvs/debian-boot/fai/sunos/scripts/LAST,v
retrieving revision 1.1
diff -u -r1.1 LAST
--- sunos/scripts/LAST  4 Aug 2003 14:58:04 -0000       1.1
+++ sunos/scripts/LAST  30 May 2005 17:05:43 -0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# remove backup files from cfeninge
+# remove backup files from cfengine
 dirs="etc var"
 for path in $dirs; do
     find $target/$path -name \*.cfedited -o -name \*.cfsaved | xargs rm -f
Index: templates/class/30menu.source
===================================================================
RCS file: /cvs/debian-boot/fai/templates/class/30menu.source,v
retrieving revision 1.1
diff -u -r1.1 30menu.source
--- templates/class/30menu.source       10 Dec 2002 15:48:50 -0000      1.1
+++ templates/class/30menu.source       30 May 2005 17:05:43 -0000
@@ -1,14 +1,14 @@
 #! /bin/sh
 
 # Example for choosing the type of installation
-# This interactiv menu defines an additional class
+# This interactive menu defines an additional class
 
 tmp=/tmp/menu
 
 # print menu only when class MENU is defined
 if ifclass MENU; then
     dialog --title "FAI (Fully Automatic Installation)" \
-    --menu "This is an example for an interactiv dialog inside a hook.\n\n  
Choose the type of installation:" 15 64 6 \
+    --menu "This is an example for an interactive dialog inside a hook.\n\n  
Choose the type of installation:" 15 64 6 \
     CAD "CAD workstation" SCIENCE "Desktop system for science" \
     STUDENT "Students lab system" WEBSERVER "A WWW server" \
     STAFF "Computer for staff" BEOMASTER "Beowulf master node" 2>$tmp 
1>/dev/console
@@ -16,4 +16,4 @@
     # define the new class
     newclasses=`cat $tmp`
     rm -f $tmp
-fi
\ No newline at end of file
+fi

Reply via email to