summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-06-09 21:50:41 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-06-09 21:50:41 +0000
commit98e7d61119f8263f186fed98dc3235cc779e93aa (patch)
tree591432707d8d68aee649efd423be4a2e20f47a8b
parent87eca0f99c7e49ded1eb263cdf1a3d3f39d152a7 (diff)
Notes
-rw-r--r--sbin/ccdconfig/ccdconfig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ccdconfig/ccdconfig.c b/sbin/ccdconfig/ccdconfig.c
index 6113ae6f605f..21833e6266ec 100644
--- a/sbin/ccdconfig/ccdconfig.c
+++ b/sbin/ccdconfig/ccdconfig.c
@@ -133,8 +133,8 @@ main(int argc, char *argv[])
if (modfind("g_ccd") < 0) {
/* Not present in kernel, try loading it */
- if (kldload("g_ccd") < 0 || modfind("g_ccd") < 0)
- warn("g_ccd module not available!");
+ if (kldload("geom_ccd") < 0 || modfind("g_ccd") < 0)
+ warn("geom_ccd module not available!");
}
switch (action) {