From eec8fcb88006cf473cdf8b9c6d6cda799b574caa Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 21 Mar 2014 19:34:09 +0000 Subject: 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 --- bootscripts/lfs/lib/services/init-functions | 2 +- bootscripts/lfs/sysconfig/modules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bootscripts') 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: # [ ...] # -# 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. ######################################################################## -- cgit v1.2.3-54-g00ecf