summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-06-09 21:50:41 +0000
committerphk <phk@FreeBSD.org>2003-06-09 21:50:41 +0000
commita93c01968a89cd27d843b60560b5b7ae72837b4f (patch)
tree591432707d8d68aee649efd423be4a2e20f47a8b /sbin
parent4becbd598a39544e4ce89410d955a4aeddf5aa35 (diff)
downloadFreeBSD-src-a93c01968a89cd27d843b60560b5b7ae72837b4f.zip
FreeBSD-src-a93c01968a89cd27d843b60560b5b7ae72837b4f.tar.gz
Be consistent about module names.
Diffstat (limited to 'sbin')
-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 6113ae6..21833e6 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) {
OpenPOWER on IntegriCloud