aboutsummaryrefslogtreecommitdiffstats
path: root/bootscripts
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2012-08-29 20:45:23 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2012-08-29 20:45:23 +0000
commitcb02946abfe632bc90f1eaa302b2d8d4eb73e5c9 (patch)
tree0a19838c2a1d6b59f976c3138554eb4963bf1903 /bootscripts
parentd7f2eb08dab7e6dd88df0102ec48dce0a301dc5f (diff)
Lots of spelling fixes.
Delete the no longer used lsb-bootscripts directory git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9967 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'bootscripts')
-rw-r--r--bootscripts/ChangeLog16
-rw-r--r--bootscripts/lfs/init.d/udev_retry2
-rw-r--r--bootscripts/lfs/lib/services/init-functions2
-rwxr-xr-xbootscripts/lfs/lib/services/ipv4-static2
-rw-r--r--bootscripts/lfs/sysconfig/rc.site2
5 files changed, 12 insertions, 12 deletions
diff --git a/bootscripts/ChangeLog b/bootscripts/ChangeLog
index b409e073d..82db386f9 100644
--- a/bootscripts/ChangeLog
+++ b/bootscripts/ChangeLog
@@ -43,7 +43,7 @@
* lfs/init.d/rc: Correct double interactive prompt and set prompt defaults
* lfs/init.d/setclock: Remove screen output from start case (udev)
* lfs/init.d/udev{,_retry}: Restore output to screen and log
- * lfs/sbin/ifup: Change "..." to ": " (not awaiting additonal output)
+ * lfs/sbin/ifup: Change "..." to ": " (not awaiting additional output)
2011-11-14 Bruce Dubbs <bdubbs@linuxfromscratch.org>
@@ -85,7 +85,7 @@
** Add /etc/sysconfig/init_params for adding environmental parameters
to all functions used in bootscripts
** Move network configuration to /etc/sysconfig/ifconfig.*. The
- ifconfig files can have any extention. Use IFACE parameter to
+ ifconfig files can have any extension. Use IFACE parameter to
specify the target network interface within the configuration file.
** Adds an optional parameter, SKIPTMPCLEAN, to skip the removal of
files in /tmp at bootup. Specify the variable in
@@ -125,7 +125,7 @@
2009-01-02 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* lfs/init.d/functions:
* lfs/sysconfig/network-devices/ifup:
- Updated line widths to accomodate pdf generation in both the above
+ Updated line widths to accommodate pdf generation in both the above
files.
2008-10-27 DJ Lucas <dj@linuxfromscratch.org>
@@ -354,14 +354,14 @@ n/a - February 19, 2005
but required for compatibility. (Nathan Coulson)
n/a - February 9, 2005
- * Accidently mounted /dev with 775 instead of 755, fixed
+ * Accidentally mounted /dev with 775 instead of 755, fixed
(Reported by Alexander E. Patrakov)
n/a - February 9, 2005
* Bugfix for /dev, now mounted with 755 permission
n/a - February 8, 2005
- * changed pidof, so it doesnt check the process id
+ * changed pidof, so it doesn't check the process id
of running bootscripts, and to process shell scripts
(Nathan Coulson)
@@ -539,7 +539,7 @@ n/a - August 4, 2004
n/a - July 31, 2004
* Moved PIDFILE check to getpids and removed arguments from
- killproc and reloadproc. Signals are now set at begining of
+ killproc and reloadproc. Signals are now set at beginning of
funtcions script with KILLDELAY. (DJ)
* Added a optional service script which can set the MTU for a given
interface
@@ -1035,8 +1035,8 @@ n/a - January 30, 2004:
* added 'restart' to the swap script
- * instead of using 'echo -n' to supress newlines so the [ OK ] and
- related messages allign properly, substitute this with a single echo
+ * instead of using 'echo -n' to suppress newlines so the [ OK ] and
+ related messages align properly, substitute this with a single echo
command that simply goes one line up before outputting anything. This
also has the benefit that when programs have their own output (like
swapon, fsck and loadkeys), there won't be an unwanted blank line
diff --git a/bootscripts/lfs/init.d/udev_retry b/bootscripts/lfs/init.d/udev_retry
index 55e140a6c..1298eb95b 100644
--- a/bootscripts/lfs/init.d/udev_retry
+++ b/bootscripts/lfs/init.d/udev_retry
@@ -21,7 +21,7 @@
# Should-Stop:
# Default-Start: S
# Default-Stop:
-# Short-Description: Replays failed uevents and creates additonal devices.
+# Short-Description: Replays failed uevents and creates additional devices.
# Description: Replays any failed uevents that were skipped due to
# slow hardware initialization, and creates those needed
# device nodes
diff --git a/bootscripts/lfs/lib/services/init-functions b/bootscripts/lfs/lib/services/init-functions
index 5f525fce6..e898826aa 100644
--- a/bootscripts/lfs/lib/services/init-functions
+++ b/bootscripts/lfs/lib/services/init-functions
@@ -158,7 +158,7 @@ start_daemon()
0)
# Program is already running correctly, this is a
- # succesful start.
+ # successful start.
return 0
;;
diff --git a/bootscripts/lfs/lib/services/ipv4-static b/bootscripts/lfs/lib/services/ipv4-static
index 5e248c464..daff3fe8b 100755
--- a/bootscripts/lfs/lib/services/ipv4-static
+++ b/bootscripts/lfs/lib/services/ipv4-static
@@ -65,7 +65,7 @@ case "${2}" in
fi
if [ -n "${GATEWAY}" ]; then
- # Only remove the gateway if ther are no remaining ipv4 addresses
+ # Only remove the gateway if there are no remaining ipv4 addresses
if [ "$(ip addr show ${1} 2>/dev/null | grep 'inet ')" != "" ]; then
log_info_msg "Removing default gateway..."
ip route del default
diff --git a/bootscripts/lfs/sysconfig/rc.site b/bootscripts/lfs/sysconfig/rc.site
index f4434d7e4..f0c37eecb 100644
--- a/bootscripts/lfs/sysconfig/rc.site
+++ b/bootscripts/lfs/sysconfig/rc.site
@@ -34,7 +34,7 @@
# Interactive startup
#IPROMPT="yes" # Whether to display the interactive boot promp
-#itime="3" # The ammount of time (in seconds) to display the prompt
+#itime="3" # The amount of time (in seconds) to display the prompt
# The total length of the distro welcome string, without escape codes
#wlen=$(echo "Welcome to ${DISTRO}" | wc -c )