Bug 163786

Summary: Enable reload command for mail/mailscanner rc script
Product: Ports & Packages Reporter: Carl Lindberg <lindberg+freebsdbugs>
Component: Individual Port(s)Assignee: Chris Rees <crees>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Carl Lindberg 2012-01-02 17:40:09 UTC
Mailscanner supports reloading its config files with a SIGHUP sent to its process.  This is the default behavior for "reload" in rc_subr I believe, but the command is not enabled in the mailscanner startup file. Just adding

extra_commands=reload

to the startup script enables it, for me.  At least, it is required on the ancient version of FreeBSD I'm running, but the current rc_subr(8) man page indicates that is still necessary.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2012-01-02 19:41:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->crees

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-01-02 20:38:46 UTC
crees       2012-01-02 20:38:33 UTC

  FreeBSD ports repository

  Modified files:
    mail/mailscanner     Makefile 
    mail/mailscanner/files mailscanner.in 
  Log:
  Add reload function to rc script
  
  PR:             ports/163786
  Submitted by:   Carl Lindberg <lindberg+freebsdbugs@clindberg.org>
  
  Revision  Changes    Path
  1.97      +1 -0      ports/mail/mailscanner/Makefile
  1.5       +1 -0      ports/mail/mailscanner/files/mailscanner.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 3 Chris Rees freebsd_committer freebsd_triage 2012-01-02 20:38:47 UTC
State Changed
From-To: open->closed

Committed. Thanks!