Bug 471225
| Summary: | /sbin/rhn-satellite should be in /usr/sbin/rhn-satellite | ||
|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | Jan Pazdziora (Red Hat) <jpazdziora> |
| Component: | Server | Assignee: | Michael Mráka <mmraka> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 0.3 | CC: | msuchy |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-01-22 16:30:32 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 456552 | ||
|
Description
Jan Pazdziora (Red Hat)
2008-11-12 15:03:33 UTC
There is /sbin/rhn-sat-restart-silent as well. Fixed in git, commits
commit e3ba53ecbec535ae73b5cd1d86aaf30e82c79337
Automatic commit of package [spacewalk-selinux] minor release [0.4.1-6].
commit 39260f1919f1ac1c34c8788747c1da429213a33a
471225 - fixed path to rhn-sat-restart-silent
commit fe7e3c9eb367466a80330e613a3925ebfd38b293
Automatic commit of package [spacewalk-java] release [0.4.7-1].
commit e2b055ebea174bcfcb15be7acf61dd5ddb67c15b
471225 - fixed path to rhn-sat-restart-silent
commit f10496c0ade094d3618de8ce807f41f6f1e6477c
Automatic commit of package [spacewalk-setup] release [0.4.8-1].
commit 68131db883796593a74288c10edb1dd879ecc932
471225 - fixed path to rhn-satellite and rhn-sat-restart-silent
commit c74ab34378ae2e47d70a06689bfc32339778f42b
Automatic commit of package [spacewalk-admin] release [0.4.5-1].
commit bd48bf71a6c74ec67adf8f1cc95e1282eb31b16e
471225 - fixed path to rhn-satellite
commit 1539cbcc6c04e187a0657017b1cf1bca9aa9bd6c
471225 - moved /sbin stuff to /usr/sbin
Verified: # ls -la /sbin/rhn-* ls: /sbin/rhn-*: No such file or directory # ls -la /usr/sbin/rhn-* -rwxr-xr-x 1 root root 1361 Dec 5 2006 /usr/sbin/rhn-profile-sync -rwxr-xr-x 1 root root 2670 Jan 9 13:43 /usr/sbin/rhn-satellite -rwxr-xr-x 1 root root 959 Jan 9 13:43 /usr/sbin/rhn-sat-restart-silent # ls /usr/sbin/rhn-* | xargs rpm -qf rhn-client-tools-0.4.19-17.el5 spacewalk-admin-0.4.8-1.el5 spacewalk-admin-0.4.8-1.el5 # |