mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Removed excessive white space
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@249 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
7beffb966d
commit
3d3b4661c8
@ -198,6 +198,7 @@ killproc()
|
|||||||
# the pidlist variable will contains the output of the pidof command.
|
# 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;
|
# pidof will try to find the PID's that belong to a certain string;
|
||||||
# $base in this case
|
# $base in this case
|
||||||
|
#
|
||||||
|
|
||||||
pidlist=$(/bin/pidof -o $$ -o $PPID -o %PPID -x $base)
|
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
|
# Find the basename of the first parameter (the daemon's name without
|
||||||
# the path
|
# the path that was provided so /usr/sbin/syslogd becomes plain 'syslogd'
|
||||||
# that was provided so /usr/sbin/syslogd becomes plain 'syslogd' after
|
# after basename ran)
|
||||||
# basename ran)
|
|
||||||
#
|
#
|
||||||
|
|
||||||
base=$(/usr/bin/basename $1)
|
base=$(/usr/bin/basename $1)
|
||||||
|
Loading…
Reference in New Issue
Block a user