From: Thomas Nikolajsen Date: Sun, 6 Sep 2009 18:53:26 +0000 (+0200) Subject: rc.d/devfs: Add missing line termination. X-Git-Tag: v2.5.1~59 X-Git-Url: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/321551d889d4c9583a1ae0088b5e4274929a0179 rc.d/devfs: Add missing line termination. --- diff --git a/etc/rc.d/devfs b/etc/rc.d/devfs index 8e4b39e..b13f0a4 100644 --- a/etc/rc.d/devfs +++ b/etc/rc.d/devfs @@ -21,6 +21,7 @@ load_rules() for file; do [ -r $file ] && echo -n " $file" && /sbin/devfsctl -a -f $file done + echo '.' } case "$1" in