Bug 166947 - [PATCH] net/socat: fix rc script issues
Summary: [PATCH] net/socat: fix rc script issues
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: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-14 19:00 UTC by Mark Felder
Modified: 2012-04-14 20:10 UTC (History)
1 user (show)

See Also:


Attachments
socat-1.7.2.0_1.patch (5.12 KB, patch)
2012-04-14 19:00 UTC, Mark Felder
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Felder freebsd_committer freebsd_triage 2012-04-14 19:00:22 UTC
Added file(s):
- files/socat_wrapper

Utilized wrapper from www/gatling to fix the start-on-boot issues plaguing this port.
Redports report here: https://redports.org/buildarchive/20120414160814-64429/

Known to not build on Clang.

Port maintainer (ehaupt@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_5 (mode: change, diff: suffix)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-04-14 19:00:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-04-14 20:05:58 UTC
ehaupt      2012-04-14 19:05:46 UTC

  FreeBSD ports repository

  Modified files:
    net/socat            Makefile 
    net/socat/files      socat.in 
  Added files:
    net/socat/files      socat_wrapper 
  Log:
  Fix startup script issue with a wrapper script obtained from www/gatling.
  
  This wrapper tries to emulate part of the functionality usually supplied by
  software like daemontools or runit. It is used to start socat which does not
  daemonize itself and logs to stdout/stderr. It redirects stdout and stderr to
  logger(1) via a fifo.
  
  While here also remove if-statement around PORTDOCS based on NOPORTDOCS since
  it's redundant with checks in ports/Mk/bsd.ports.mk.
  
  PR:             166947
  Submitted by:   Mark Felder <feld@feld.me>
  
  Revision  Changes    Path
  1.34      +10 -9     ports/net/socat/Makefile
  1.5       +6 -4      ports/net/socat/files/socat.in
  1.1       +91 -0     ports/net/socat/files/socat_wrapper (new)
_______________________________________________
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 Emanuel Haupt freebsd_committer freebsd_triage 2012-04-14 20:06:03 UTC
State Changed
From-To: open->closed

Committed with the few minor modifications, thanks!