Bug 908212
| Summary: | [RFE] Add "sc" global alias for "systemctl" | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Miguel Perez Colino <miguel> |
| Component: | systemd | Assignee: | systemd-maint |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | johannbg, lnykryn, mattdm, metherid, msekleta, notting, plautrba, systemd-maint, vpavlin |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-02-12 15:22:23 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Miguel Perez Colino
2013-02-06 07:54:35 UTC
Where not shell aliases invented for cases just like these? alias sc="/usr/bin/systemctl" ... (In reply to comment #1) > Where not shell aliases invented for cases just like these? > > alias sc="/usr/bin/systemctl" ... Sure, but it would be nice to have it standard, so it could be documented and used as general shorthand. (I'm also kind of fond of `jc` for journalctl.) No existing software in Fedora uses this. There *is* a text-mode spreadsheet named 'sc' in Debian. If people want to define local aliases for systemctl, but I am pretty sure we should not push redundancies like this from upstream, and we really should avoid adding this in downstream too in order to not allow people to write scripts that are not portable. So, I am pretty strongly against this. Closing. |