[BusyBox-cvs] busybox/modutils insmod.c,1.109,1.110
Glenn McGrath
bug1 at busybox.net
Wed Dec 31 23:20:13 UTC 2003
- Previous message: [BusyBox-cvs] busybox/coreutils ln.c,1.42,1.43
- Next message: [BusyBox-cvs] busybox/debian compat, NONE,
1.1 config-floppy-udeb-linux, NONE, 1.1 config-udeb-linux,
NONE, 1.1 control-extract, NONE, 1.1 changelog, 1.38,
1.39 config-deb, 1.10, 1.11 config-static, 1.13,
1.14 config-udeb, 1.17, 1.18 control, 1.18, 1.19 copyright,
1.4, 1.5 rules, 1.24, 1.25 README.debian, 1.2,
NONE config-udeb-linux-i386, 1.3, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/busybox/modutils
In directory nail:/tmp/cvs-serv21018/modutils
Modified Files:
insmod.c
Log Message:
Fix debian bug #215612, insmod should be silent on request
Index: insmod.c
===================================================================
RCS file: /var/cvs/busybox/modutils/insmod.c,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -d -r1.109 -r1.110
--- insmod.c 24 Dec 2003 20:30:45 -0000 1.109
+++ insmod.c 31 Dec 2003 23:20:10 -0000 1.110
@@ -4197,7 +4197,8 @@
} else
m_filename = bb_xstrdup(argv[optind]);
- printf("Using %s\n", m_filename);
+ if (!flag_quiet)
+ printf("Using %s\n", m_filename);
#ifdef CONFIG_FEATURE_2_6_MODULES
if (k_version > 4)
- Previous message: [BusyBox-cvs] busybox/coreutils ln.c,1.42,1.43
- Next message: [BusyBox-cvs] busybox/debian compat, NONE,
1.1 config-floppy-udeb-linux, NONE, 1.1 config-udeb-linux,
NONE, 1.1 control-extract, NONE, 1.1 changelog, 1.38,
1.39 config-deb, 1.10, 1.11 config-static, 1.13,
1.14 config-udeb, 1.17, 1.18 control, 1.18, 1.19 copyright,
1.4, 1.5 rules, 1.24, 1.25 README.debian, 1.2,
NONE config-udeb-linux-i386, 1.3, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the busybox-cvs
mailing list