Bug 124510 - mail/spampd: spampd does not start on boot
Summary: mail/spampd: spampd does not start on boot
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: 2008-06-12 13:40 UTC by Junichi Matsuyama
Modified: 2008-06-19 08:10 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 Junichi Matsuyama 2008-06-12 13:40:03 UTC
spampd doesn't start on boot in my environment.

Fix: 

/usr/local/etc/rc.d/spampd

 #!/bin/sh
 #
 # PROVIDE: spampd
-# REQUIRE: login
+# REQUIRE: LOGIN
 # BEFORE: mail
 # KEYWORD: shutdown
 #
How-To-Repeat: Install spampd from port and enable in /etc/rc.conf and reboot
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-12 13:40:07 UTC
Maintainer of mail/spampd,

Please note that PR ports/124510 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/124510

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-12 13:40:09 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-06-19 08:07:04 UTC
lippe       2008-06-19 07:07:01 UTC

  FreeBSD ports repository

  Modified files:
    mail/spampd/files    spampd.in 
  Log:
  - Fix typo on startup script.
  
  PR:             ports/124510
  Submitted by:   Junichi Matsuyama <QVB00057@nifty.com>
  Approved by:    gabor (mentor, implicit), maintainer timeout (>2 weeks)
  
  Revision  Changes    Path
  1.3       +1 -1      ports/mail/spampd/files/spampd.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 4 Felippe de Meirelles Motta freebsd_committer freebsd_triage 2008-06-19 08:07:09 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!