From owner-cvs-all@FreeBSD.ORG Sat Apr 14 19:05:46 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3FC3E106564A; Sat, 14 Apr 2012 19:05:46 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2C0B58FC0C; Sat, 14 Apr 2012 19:05:46 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q3EJ5kBR059262; Sat, 14 Apr 2012 19:05:46 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q3EJ5kOt059261; Sat, 14 Apr 2012 19:05:46 GMT (envelope-from ehaupt) Message-Id: <201204141905.q3EJ5kOt059261@repoman.freebsd.org> From: Emanuel Haupt Date: Sat, 14 Apr 2012 19:05:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/socat Makefile ports/net/socat/files socat.in socat_wrapper X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Apr 2012 19:05:46 -0000 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 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)