----- Forwarded message from [EMAIL PROTECTED] ----- Subject: [Bug 1] CMDLINE_OPTS inserted into wrong command X-Bugzilla-Product: module-init-tools X-Bugzilla-Severity: normal X-Bugzilla-Keywords: X-Bugzilla-Reason: CC X-Bugzilla-Component: module-init-tools To: [EMAIL PROTECTED] From: [EMAIL PROTECTED]
http://bugzilla.kerneltools.org/show_bug.cgi?id=1 ------- Comment #1 from [EMAIL PROTECTED] 2006-12-20 15:55 ------- Tried to reproduce this and got no problem, my steps to reproduce were: 1. Created a file in '/etc/modprobe.d/' with the following contents: """ install no-param-module modprobe --ignore-install no-param-module $CMDLINE_OPTS install param-module modprobe --ignore-install param-module $CMDLINE_OPTS """ 2. Moved no-param-module (just prints hello) and 'param-module' (prints hello and accepts an optional parameter) to /lib/modules/$(uname -r)/kernel/lcapit 3. Ran: # modprobe param-module whom=blah and it works. Am I missing something? -- Configure bugmail: http://bugzilla.kerneltools.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. ----- End forwarded message ----- -- ciao, Marco -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

