diff options
author | mtm <mtm@FreeBSD.org> | 2003-07-15 12:39:37 +0000 |
---|---|---|
committer | mtm <mtm@FreeBSD.org> | 2003-07-15 12:39:37 +0000 |
commit | 4a2b20e22bc8b20052858f82cdef93977fbbf72f (patch) | |
tree | c43042db91e610cd23011671b2fb272e17427a34 /etc/rc.d/isdnd | |
parent | 2fe3c3880bf579a32c69a0567d8a66295887774a (diff) | |
download | FreeBSD-src-4a2b20e22bc8b20052858f82cdef93977fbbf72f.zip FreeBSD-src-4a2b20e22bc8b20052858f82cdef93977fbbf72f.tar.gz |
Move a period out of an if... clause. The period terminates the
line and must always appear on the line.
Submitted by: netchild
Diffstat (limited to 'etc/rc.d/isdnd')
-rw-r--r-- | etc/rc.d/isdnd | 2 |
1 files changed, 1 insertions, 1 deletions
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 |