#11554 closed defect (fixed)
BUG: openssh (pre-configure and startupitem.stop bugs, update to 4.6p1)
Reported by: | vinc17@… | Owned by: | yeled@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | vinc17@… | |
Port: |
Description
The current openssh port needs 3 fixes:
- pre-configure: when the build fails, a /usr/include/pam/pam symlink is incorrectly created the second time openssh is built (because the old symlink ${workpath}/include/security isn't removed and this link is followed), and at the third time, the build always fails because /usr/include/pam/pam already exists). The "file delete" and "file link -symbolic" commands should be used instead of "system".
- The rm command in startupitem.stop should be removed to avoid an error message, as the sshd.pid file is automatically deleted when sshd is killed.
- The port should be updated to 4.6p1.
A patch will be attached.
Attachments (1)
Change History (5)
Changed 18 years ago by vinc17@…
comment:1 Changed 18 years ago by vinc17@…
BTW, as I did a single test (simpler for me, and I'm not sure about the old 4.5 behavior), I provided a single patch. And it seems that the startupitem.* are no longer taken into account.
comment:2 Changed 18 years ago by pipping@…
Milestone: | Available Ports → Port Bugs |
---|
comment:3 Changed 18 years ago by pipping@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
fixed in r23344.
Note: See
TracTickets for help on using
tickets.
3 fixes in a single patch