Bug 54186 - Update of mail/poppassd to cope with devfs
Summary: Update of mail/poppassd to cope with devfs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-07 16:40 UTC by Andrew Stevenson
Modified: 2003-07-08 06:18 UTC (History)
0 users

See Also:


Attachments
file.diff (13.75 KB, patch)
2003-07-07 16:40 UTC, Andrew Stevenson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Stevenson 2003-07-07 16:40:16 UTC
poppassd did not work reliably on systems using devfs due to its home made
findpty function. This update changes it to use forkpty from libutil. I
tried to leave most of the code untouched even if it had to be shifted a
little.

I think people should use poppwd in preference to poppassd.
Comment 1 Daichi GOTO freebsd_committer freebsd_triage 2003-07-08 06:17:54 UTC
State Changed
From-To: open->closed

Committed. Thanks!