lentferj's projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
e28d818
)
savecore: Fix typo in comment.
author
Peter Avalos <pavalos@dragonflybsd.org>
Mon, 13 Sep 2010 02:09:43 +0000 (
02:09
+0000)
committer
Peter Avalos <pavalos@dragonflybsd.org>
Mon, 13 Sep 2010 02:09:43 +0000 (
02:09
+0000)
etc/rc.d/savecore
patch
|
blob
|
blame
|
history
diff --git
a/etc/rc.d/savecore
b/etc/rc.d/savecore
index
9108669
..
6b9920d
100644
(file)
--- a/
etc/rc.d/savecore
+++ b/
etc/rc.d/savecore
@@
-29,7
+29,7
@@
savecore_prestart()
#
DUMPDIR="${dumpdir:-/var/crash}"
- # Quit if we have no dumb device
+ # Quit if we have no dump device
case ${dumpdev} in
[Nn][Oo] | '')
debug 'No dump device. Quitting.'