Bug 66146 - ports/mail/spamass-milter should setsid() to detach from controlling terminal
Summary: ports/mail/spamass-milter should setsid() to detach from controlling terminal
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: 2004-05-01 15:20 UTC by Helge Oldach
Modified: 2004-05-24 23:46 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (241 bytes, patch)
2004-05-01 15:20 UTC, Helge Oldach
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Helge Oldach 2004-05-01 15:20:10 UTC
spamass-milter currently runs with controlling terminal:

 7108  p3  S      0:00.01 /usr/local/sbin/spamass-milter -p /var/run/spamass-mi
      ^^^^

It should actually call setsid() to detach from it.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-05-24 23:46:32 UTC
State Changed
From-To: open->closed

Committed, thanks!