aboutsummaryrefslogtreecommitdiffstats
path: root/bootscripts
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-03-21 19:34:09 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-03-21 19:34:09 +0000
commiteec8fcb88006cf473cdf8b9c6d6cda799b574caa (patch)
treedd39c5f81a71f501d93df67560321ae873ea4526 /bootscripts
parenta57d556dd7482aa9322833b8836fd24d57bf46a9 (diff)
Add acl and attr packages
Minor grammar fixes Update standards compliance statments Put e2fsprogs executables in /bin git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10512 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'bootscripts')
-rw-r--r--bootscripts/lfs/lib/services/init-functions2
-rw-r--r--bootscripts/lfs/sysconfig/modules2
2 files changed, 2 insertions, 2 deletions
diff --git a/bootscripts/lfs/lib/services/init-functions b/bootscripts/lfs/lib/services/init-functions
index f6be0dccb..06a7f588c 100644
--- a/bootscripts/lfs/lib/services/init-functions
+++ b/bootscripts/lfs/lib/services/init-functions
@@ -363,7 +363,7 @@ killproc()
fi
# For signals that do not expect a program to exit, simply
- # let kill do it's job, and evaluate kills return for value
+ # let kill do its job, and evaluate kill's return for value
else # check_sig_type - signal is not used to terminate program
for pid in ${pidlist}; do
diff --git a/bootscripts/lfs/sysconfig/modules b/bootscripts/lfs/sysconfig/modules
index 1c8493d45..0fce3f31f 100644
--- a/bootscripts/lfs/sysconfig/modules
+++ b/bootscripts/lfs/sysconfig/modules
@@ -10,7 +10,7 @@
# Notes : The syntax of this file is as follows:
# <module> [<arg1> <arg2> ...]
#
-# Each module should be on it's own line, and any options that you want
+# Each module should be on its own line, and any options that you want
# passed to the module should follow it. The line deliminator is either
# a space or a tab.
########################################################################