aboutsummaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-12 17:49:22 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-12 17:49:22 +0200
commit757e46252c004c9170dfc748a78f42abd416cf50 (patch)
treeec94eeb0b8ef339ae158d47b80a091a818236168 /modutils
parentf5d4bddfbee4d9a5af479e20f4e17b5e2fb4a3ed (diff)
downloadbusybox-w32-1_14_4.tar.gz
busybox-w32-1_14_4.tar.bz2
busybox-w32-1_14_4.zip
apply post-1.14.3 fixes; bump version to 1.14.41_14_4
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to '')
-rw-r--r--modutils/modprobe-small.c1
1 files changed, 1 insertions, 0 deletions
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)
218 bksp(); /* remove last ' ' */ 218 bksp(); /* remove last ' ' */
219 appendc('\0'); 219 appendc('\0');
220 info->aliases = copy_stringbuf(); 220 info->aliases = copy_stringbuf();
221 replace(info->aliases, '-', '_');
221 222
222 /* "dependency1 depandency2" */ 223 /* "dependency1 depandency2" */
223 reset_stringbuf(); 224 reset_stringbuf();