Fix what looks like a typo: MODULE_DEPEND() takes module names,

not KLD file names; and GELI module's name is g_eli, not geom_eli.

Approved by:	pjd (silence)
MFC after:	5 days
This commit is contained in:
Yaroslav Tykhiy 2006-07-27 11:52:12 +00:00
parent 9c8cab3814
commit f6829a059f
1 changed files with 1 additions and 1 deletions

View File

@ -1030,4 +1030,4 @@ g_eli_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
}
DECLARE_GEOM_CLASS(g_eli_class, g_eli);
MODULE_DEPEND(geom_eli, crypto, 1, 1, 1);
MODULE_DEPEND(g_eli, crypto, 1, 1, 1);