Bug 168450 - net/haproxy-devel: add error return values to rc.d script
Summary: net/haproxy-devel: add error return values to rc.d script
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: Alex Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-30 03:20 UTC by Boris Kochergin
Modified: 2012-06-05 12:20 UTC (History)
0 users

See Also:


Attachments
file.diff (550 bytes, patch)
2012-05-30 03:20 UTC, Boris Kochergin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Kochergin 2012-05-30 03:20:02 UTC
The rc.d script for net/haproxy-devel returns 0 under some circumstances where it would be useful to have a return code indicating failure, such as an invalid configuration file.

Fix: Patch attached with submission follows:
Comment 1 Alex Kozlov freebsd_committer freebsd_triage 2012-05-30 11:04:12 UTC
State Changed
From-To: open->feedback

Ask for maintainer approval.
Comment 2 Alex Kozlov freebsd_committer freebsd_triage 2012-05-30 11:05:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-06-05 12:12:53 UTC
ak          2012-06-05 11:12:34 UTC

  FreeBSD ports repository

  Modified files:
    net/haproxy-devel/files haproxy.in 
  Log:
  - Add return codes to rc.d script
  
  PR:     ports/168450
  Submitted by:   Boris Kochergin <spawk@acm.poly.edu>
  Approved by:    demon (maintainer), eadler, itetcu (mentors, implicit)
  
  Revision  Changes    Path
  1.6       +2 -1      ports/net/haproxy-devel/files/haproxy.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 Alex Kozlov freebsd_committer freebsd_triage 2012-06-05 12:17:55 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!