FS#28574 - [bash-completion] PLEASE ENTER SUMMARY

Attached to Project: Arch Linux
Opened by yushin (hyslion) - Wednesday, 22 February 2012, 03:45 GMT
Last edited by Eric Belanger (Snowman) - Sunday, 18 March 2012, 06:07 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Eric Belanger (Snowman)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
A wrong path with "/sbin/modinfo" in /etc/bash_completion.d/module-init-tools. The new package "kmod" changed the binary "modinfo" from "/sbin" to "/usr/bin/".

Additional info:
* package version(s) : 1.3-2
* config and/or log files etc. : no


Steps to reproduce:
1. Key in "modprobe [some module]" and tap "tab". e.g., "# modprobe i915[tab]"
2. It will output "bash: /sbin/modinfo: No such file or directory"
3. Changing "/sbin/modinfo" to "/usr/bin/modinfo" in /etc/bash_completion.d/module-init-tools can resolve it.

This is not a big problem, but I think it can be better. Thanks :)
This task depends upon

Closed by  Eric Belanger (Snowman)
Sunday, 18 March 2012, 06:07 GMT
Reason for closing:  Fixed
Additional comments about closing:  bash-completion-1.99-1 in testing
Comment by yushin (hyslion) - Wednesday, 22 February 2012, 04:12 GMT
Sorry, I forgot to edit SUMMARY

Loading...