Bug 694321

Summary: systemctl bash completion patch
Product: [Fedora] Fedora Reporter: Brendan Jones <brendan.jones.it>
Component: systemdAssignee: Lennart Poettering <lpoetter>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 15CC: johannbg, lpoetter, metherid, mschmidt, notting, plautrba
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: systemd-25-1.fc15 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-05-01 03:23:11 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Brendan Jones 2011-04-07 00:27:01 UTC
There's a typo in the bash completion script which disables isolate target completion

diff -Nur systemd-22.orig/src/systemctl-bash-completion.sh systemd-22/src/systemctl-bash-completion.sh
--- systemd-22.orig/src/systemctl-bash-completion.sh	2011-03-30 07:27:06.000000000 +1000
+++ systemd-22/src/systemctl-bash-completion.sh	2011-04-07 10:23:21.000000000 +1000
@@ -81,7 +81,7 @@
              [FAILED_UNITS]='reset-failed'
           [STARTABLE_UNITS]='start restart reload-or-restart'
           [STOPPABLE_UNITS]='stop kill try-restart condrestart'
-         [ISOLATEBLE_UNITS]='isolate'
+         [ISOLATABLE_UNITS]='isolate'
          [RELOADABLE_UNITS]='reload reload-or-try-restart force-reload'
                      [JOBS]='cancel'
                 [SNAPSHOTS]='delete'

Comment 1 Lennart Poettering 2011-04-08 02:30:13 UTC
Thanks, fixed in git.

Comment 2 Fedora Update System 2011-04-21 01:59:59 UTC
systemd-25-1.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/systemd-25-1.fc15

Comment 3 Fedora Update System 2011-04-21 03:01:24 UTC
Package systemd-25-1.fc15:
* should fix your issue,
* was pushed to the Fedora 15 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing systemd-25-1.fc15'
as soon as you are able to, then reboot.
Please go to the following url:
https://admin.fedoraproject.org/updates/systemd-25-1.fc15
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2011-05-01 03:22:26 UTC
systemd-25-1.fc15 has been pushed to the Fedora 15 stable repository.  If problems still persist, please make note of it in this bug report.