Bug 112946 - mail/spamd: pfspamd and bind problem on initialization
Summary: mail/spamd: pfspamd and bind problem on initialization
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: 2007-05-24 17:30 UTC by gediminas
Modified: 2007-07-04 07:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gediminas freebsd_committer freebsd_triage 2007-05-24 17:30:13 UTC
If youre using named for your external network then pfspamd cannot be run from /usr/local/etc/rc.d on startup due to it cannot resolve some hostname.

Fix: 

Patch the /usr/local/etc/rc.d/pfspamd.
[root@dnb /usr/local/etc/rc.d]# cat patch.pfs 
7c7
< # REQUIRE: NETWORKING
---
> # REQUIRE: NETWORKING named
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2007-05-24 19:40:35 UTC
State Changed
From-To: open->feedback

To which port does this apply? 


Comment 2 Mark Linimon freebsd_committer freebsd_triage 2007-05-24 19:40:35 UTC
Responsible Changed
From-To: freebsd-bugs->linimon

track.
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2007-07-01 09:26:28 UTC
State Changed
From-To: feedback->open

Make a guess that this is about mail/spamd, in absence of reply from 
submitter. 


Comment 4 Mark Linimon freebsd_committer freebsd_triage 2007-07-01 09:26:28 UTC
Responsible Changed
From-To: linimon->freebsd-ports-bugs
Comment 5 Oleksii Samorukov freebsd_committer freebsd_triage 2007-07-04 07:00:29 UTC
I approve this patch with a little changes:

[root@dnb /usr/local/etc/rc.d]# cat patch.pfs
7c7
< # REQUIRE: NETWORKING
---
 > # REQUIRE: NETWORKING syslogd named

Maintainer.

-- 
Best regards,
Alex Samorukov, SAMM1-RIPE
Zend Certified PHP Engineer
Comment 6 dfilter service freebsd_committer freebsd_triage 2007-07-04 07:11:43 UTC
miwi        2007-07-04 06:11:37 UTC

  FreeBSD ports repository

  Modified files:
    mail/spamd/files     obspamd.in 
  Log:
  - Add syslogd named to the rc.d script
  
  PR:             112946
  Submitted by:   gediminas <ggenutis_at_yahoo.com@FreeBSD.org>
  Approved by:    maintainer via im
  
  Revision  Changes    Path
  1.2       +2 -2      ports/mail/spamd/files/obspamd.in
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 7 Martin Wilke freebsd_committer freebsd_triage 2007-07-04 07:11:55 UTC
State Changed
From-To: open->closed

Committed. Thanks!