mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Move a period out of an if... clause. The period terminates the
line and must always appear on the line. Submitted by: netchild
This commit is contained in:
parent
513e86421d
commit
1fa84077e8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117636
@ -67,8 +67,8 @@ isdnd_start()
|
||||
if checkyesno isdn_trace; then
|
||||
echo -n ' isdntrace'
|
||||
nohup /usr/sbin/isdntrace ${isdn_traceflags} >/dev/null 2>&1 &
|
||||
echo '.'
|
||||
fi
|
||||
echo '.'
|
||||
}
|
||||
|
||||
load_rc_config $name
|
||||
|
Loading…
Reference in New Issue
Block a user