Bug 141330

Summary: [patch] mail/p5-qpsmtpd: rc script fixes
Product: Ports & Packages Reporter: Glen Barber <glen.j.barber>
Component: Individual Port(s)Assignee: Philip M. Gollucci <pgollucci>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Glen Barber 2009-12-10 00:30:05 UTC
The mail/p5-qpsmtpd rc.d script:
 - contains a typo
 - does not daemonize the process by default
 - does not check if the process is currently running
 - does not provide output to STDOUT on start-up, shutdown, or when errors are encountered

Fix: The attached patch addresses the following:
 - fixes a typo following the '-u' argument
 - adds the '-d' (daemon) argument by default
 - adds sanity checking for starting/stopping the service
 - provides verbose output

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-12-10 00:30:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-12-10 05:07:20 UTC
pgollucci    2009-12-10 05:07:07 UTC

  FreeBSD ports repository

  Modified files:
    mail/p5-qpsmtpd/files qpsmtpd.in 
  Log:
  Apply the following fixes to the rc.d script
  - contains a typo
  - does not daemonize the process by default
  - does not check if the process is currently running
  - does not provide output to STDOUT on start-up, shutdown, or when errors are encountered
  
  PR:             ports/141330
  Submitted by:   Glen Barber <glen.j.barber@gmail.com>
  
  Revision  Changes    Path
  1.2       +23 -2     ports/mail/p5-qpsmtpd/files/qpsmtpd.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 Philip M. Gollucci freebsd_committer freebsd_triage 2009-12-10 05:07:45 UTC
State Changed
From-To: open->closed

Committed. Thanks!