From d7686c8c2c849c775007c5de19901ab6b38bd039 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 12 Sep 2009 17:57:19 +0200 Subject: Apply post-1.15.0 fixes; bump version to 1.15.1 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 0d78033c3..9ccee5e43 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