Bug 121669 - mail/spampd: rc script for spampd
Summary: mail/spampd: rc script for spampd
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: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-13 17:10 UTC by Doug Martin
Modified: 2008-04-17 02:40 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 Doug Martin 2008-03-13 17:10:01 UTC
rc script was updated from the old-style in PR number: 99794

This new script does not start spampd on boot.

Fix: 

Spampd rc script needs to have the following lines added in order for it to start on a reboot.

- # PROVIDE: spampd
+ # PROVIDE: spampd
+ # REQUIRE: LOGIN
+ # BEFORE: mail
+ # KEYWORD: shutdown
How-To-Repeat: Install spampd from port, enable in rc.conf, reboot.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-03-13 17:10:06 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Wesley Shields freebsd_committer freebsd_triage 2008-03-14 00:39:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-04-17 02:31:59 UTC
wxs         2008-04-17 01:31:48 UTC

  FreeBSD ports repository

  Modified files:
    mail/spampd          Makefile 
    mail/spampd/files    spampd.in 
  Log:
  Add necessary information to RC script.
  
  PR:             ports/121669
  Submitted by:   Doug Martin <drearwig@hotmail.com>
  Approved by:    garga (mentor), maintainer (timeout)
  
  Revision  Changes    Path
  1.9       +1 -1      ports/mail/spampd/Makefile
  1.2       +3 -0      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 Wesley Shields freebsd_committer freebsd_triage 2008-04-17 02:33:13 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!