From 1fa84077e8c8adc47a8c7ef7ea8797f4909da6ff Mon Sep 17 00:00:00 2001 From: Mike Makonnen Date: Tue, 15 Jul 2003 12:39:37 +0000 Subject: [PATCH] Move a period out of an if... clause. The period terminates the line and must always appear on the line. Submitted by: netchild --- etc/rc.d/isdnd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.d/isdnd b/etc/rc.d/isdnd index fb795790d05a..a077b8de7c43 100644 --- a/etc/rc.d/isdnd +++ b/etc/rc.d/isdnd @@ -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