Bug 141330 - [patch] mail/p5-qpsmtpd: rc script fixes
Summary: [patch] mail/p5-qpsmtpd: rc script fixes
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: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-10 00:30 UTC by Glen Barber
Modified: 2009-12-10 05:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.08 KB, patch)
2009-12-10 00:30 UTC, Glen Barber
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!