Bug 63309 - mail/popa3d - pkg-message appears when STANDALONE_POP3 is defined
Summary: mail/popa3d - pkg-message appears when STANDALONE_POP3 is defined
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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-24 16:00 UTC by Linh Pham
Modified: 2004-02-24 16:33 UTC (History)
0 users

See Also:


Attachments
mail-popa3d_Makefile.diff (213 bytes, patch)
2004-02-24 16:00 UTC, Linh Pham
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Linh Pham 2004-02-24 16:00:22 UTC
When building mail/popa3d with the STANDALONE_POP3 flag set, the daemon is
ran in standalone mode and is started from an rc.d script rather from
inetd; therefore, pkg-message should not be displayed as it tells the person
to add an entry into inetd.conf (which is unneeded).

How-To-Repeat: cd /usr/ports/mail/popa3d ; make STANDALONE_POP3 all install
Comment 1 Sergey A. Osokin freebsd_committer freebsd_triage 2004-02-24 16:02:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer.
Comment 2 Dirk Meyer freebsd_committer freebsd_triage 2004-02-24 16:31:57 UTC
State Changed
From-To: open->closed

committed, thanks. 

your patch soves only the message when installing the port. 
I extened it so the package will stay quiet too.