| Summary: | Consistently use SSHD_BIN in SuSE initscript | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Iain Morgan <imorgan> | ||||
| Component: | Miscellaneous | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | trivial | CC: | djm | ||||
| Priority: | P5 | ||||||
| Version: | -current | ||||||
| Hardware: | Other | ||||||
| OS: | Linux | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 2035 | ||||||
| Attachments: |
|
||||||
Any chance of this making it into 6.2? done :) mark bugs closed by openssh-6.2 release as CLOSED |
Created attachment 2203 [details] Use SSHD_BIN instead of /usr/sbin/sshd The contrib/suse/rc.sshd file defines SSHD_BIN as the location of the sshd binary, but only uses it to test that the binary exists. An explicit path is used in other parts of the initscript. Instead, we might as well use SSHD_BIN consistently throughout the script.