cvs commit: ports/net/socat Makefile ports/net/socat/files socat.in socat_wrapper

Emanuel Haupt ehaupt at FreeBSD.org
Sat Apr 14 19:05:46 UTC 2012


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 at 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)


More information about the cvs-all mailing list