aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-02-28 01:40:36 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-02-28 01:40:36 +0000
commit3d3b4661c824c9345b3b3d2a7cb851c066b6696d (patch)
treea20ea3d7d6b0db4056a40437bcfee82e9bc4a8db /chapter07
parent7beffb966df89097f9355ade5d83c3a150fff7d6 (diff)
Removed excessive white space
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@249 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r--chapter07/functions.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter07/functions.xml b/chapter07/functions.xml
index 351dfe824..dbed6710d 100644
--- a/chapter07/functions.xml
+++ b/chapter07/functions.xml
@@ -198,6 +198,7 @@ killproc()
# the pidlist variable will contains the output of the pidof command.
# pidof will try to find the PID's that belong to a certain string;
# $base in this case
+#
pidlist=$(/bin/pidof -o $$ -o $PPID -o %PPID -x $base)
@@ -319,9 +320,8 @@ reloadproc()
#
# Find the basename of the first parameter (the daemon's name without
-# the path
-# that was provided so /usr/sbin/syslogd becomes plain 'syslogd' after
-# basename ran)
+# the path that was provided so /usr/sbin/syslogd becomes plain 'syslogd'
+# after basename ran)
#
base=$(/usr/bin/basename $1)