projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a69e510
)
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
Thomas Nikolajsen <thomas@dragonflybsd.org>
Mon, 28 Sep 2009 19:47:06 +0000 (21:47 +0200)
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