https://bugzilla.novell.com/show_bug.cgi?id=726939 https://bugzilla.novell.com/show_bug.cgi?id=726939#c0 Summary: bash completion for systemctl breaks completion for stdout redirection Classification: openSUSE Product: openSUSE 12.1 Version: Factory Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: koenig@linux.de QAContact: qa@suse.de Found By: --- Blocker: --- due to some bug reports around systemd I noticed the following (as root): # ls -l sys* -rw-r--r-- 1 root root 1058 Oct 27 09:34 systemctl-failed-1 -rw-r--r-- 1 root root 1058 Oct 27 09:35 systemctl-failed-2 -rw-r--r-- 1 root root 2115 Oct 27 21:40 systemctl_show_home.mount-0 -rw-r--r-- 1 root root 2058 Oct 27 21:46 systemctl_show_home.mount-after-mount -rw-r--r-- 1 root root 1903 Oct 27 21:46 systemctl_show_home.mount-before-mount -rw-r--r-- 1 root root 215408 Oct 26 15:04 systemd-dmesg-1 -rw-r--r-- 1 root root 216315 Oct 26 15:41 systemd-dmesg-2 -rw-r--r-- 1 root root 216061 Oct 27 09:21 systemd-dmesg-3 -rw-r--r-- 1 root root 250241 Oct 27 10:59 systemd-dmesg-4 -rw-r--r-- 1 root root 213067 Oct 27 17:38 systemd-dmesg-5 # systemctl > sys<TAB><TAB> # systemctl > ./s<TAB><TAB> do not show *any* output/completion :-( # systemctl > s<TAB><TAB> shows: set-environment show show-environment snapshot start status stop # complete | grep system complete -F _systemctl systemctl why is that completion relevant for output redirection ? I hate bash completions :-((( -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.