From 4a2b20e22bc8b20052858f82cdef93977fbbf72f Mon Sep 17 00:00:00 2001 From: mtm Date: Tue, 15 Jul 2003 12:39:37 +0000 Subject: 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(-) (limited to 'etc/rc.d') diff --git a/etc/rc.d/isdnd b/etc/rc.d/isdnd index fb79579..a077b8d 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 -- cgit v1.1