From 757e46252c004c9170dfc748a78f42abd416cf50 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 12 Sep 2009 17:49:22 +0200 Subject: apply post-1.14.3 fixes; bump version to 1.14.4 Signed-off-by: Denys Vlasenko --- modutils/modprobe-small.c | 1 + 1 file changed, 1 insertion(+) (limited to 'modutils') diff --git a/modutils/modprobe-small.c b/modutils/modprobe-small.c index 6ee0164c2..0b3a19a27 100644 --- a/modutils/modprobe-small.c +++ b/modutils/modprobe-small.c @@ -218,6 +218,7 @@ static void parse_module(module_info *info, const char *pathname) bksp(); /* remove last ' ' */ appendc('\0'); info->aliases = copy_stringbuf(); + replace(info->aliases, '-', '_'); /* "dependency1 depandency2" */ reset_stringbuf(); -- cgit v1.2.3-55-g6feb