projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
ebd99ea
)
rc.d/devfs: Add missing line termination.
author
Thomas Nikolajsen <thomas@dragonflybsd.org>
Sun, 6 Sep 2009 18:53:26 +0000 (20:53 +0200)
committer
Matthew Dillon <dillon@apollo.backplane.com>
Wed, 30 Sep 2009 00:53:03 +0000 (17:53 -0700)
etc/rc.d/devfs
patch
|
blob
|
blame
|
history
diff --git
a/etc/rc.d/devfs
b/etc/rc.d/devfs
index
8e4b39e
..
b13f0a4
100644
(file)
--- 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