Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#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)

diff (1.4 KB) - added by vinc17@… 17 years ago.
3 fixes in a single patch

Download all attachments as: .zip

Change History (5)

Changed 17 years ago by vinc17@…

Attachment: diff added

3 fixes in a single patch

comment:1 Changed 17 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 17 years ago by pipping@…

Milestone: Available PortsPort Bugs

comment:3 Changed 17 years ago by pipping@…

Resolution: fixed
Status: newclosed

fixed in r23344.

comment:4 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.