From owner-svn-ports-all@FreeBSD.ORG Fri May 16 13:27:59 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CF5B7895; Fri, 16 May 2014 13:27:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC6FE2E54; Fri, 16 May 2014 13:27:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4GDRxWW041243; Fri, 16 May 2014 13:27:59 GMT (envelope-from brd@svn.freebsd.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4GDRxek041242; Fri, 16 May 2014 13:27:59 GMT (envelope-from brd@svn.freebsd.org) Message-Id: <201405161327.s4GDRxek041242@svn.freebsd.org> From: Brad Davis Date: Fri, 16 May 2014 13:27:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354222 - head/security/ossec-hids-server/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2014 13:27:59 -0000 Author: brd (doc committer) Date: Fri May 16 13:27:59 2014 New Revision: 354222 URL: http://svnweb.freebsd.org/changeset/ports/354222 QAT: https://qat.redports.org/buildarchive/r354222/ Log: - Add a patch I missed that fixes the build of ossec-hids-client. Reviewed by: zi@ Noticed by: swills@ / jenkins Pointy hat to: me Modified: head/security/ossec-hids-server/files/patch-src__InstallAgent.sh Modified: head/security/ossec-hids-server/files/patch-src__InstallAgent.sh ============================================================================== --- head/security/ossec-hids-server/files/patch-src__InstallAgent.sh Fri May 16 13:06:01 2014 (r354221) +++ head/security/ossec-hids-server/files/patch-src__InstallAgent.sh Fri May 16 13:27:59 2014 (r354222) @@ -1,5 +1,22 @@ ---- src/InstallAgent.sh.orig 2014-05-15 09:23:09.596592731 -0600 -+++ src/InstallAgent.sh 2014-05-15 09:23:33.770590120 -0600 +--- ./src/InstallAgent.sh.orig 2013-10-29 12:13:44.000000000 -0600 ++++ ./src/InstallAgent.sh 2014-05-16 07:12:31.133178776 -0600 +@@ -37,11 +37,11 @@ + + # Creating groups/users + if [ "$UNAME" = "FreeBSD" -o "$UNAME" = "DragonFly" ]; then +- grep "^${USER}" /etc/passwd > /dev/null 2>&1 +- if [ ! $? = 0 ]; then +- /usr/sbin/pw groupadd ${GROUP} +- /usr/sbin/pw useradd ${USER} -d ${DIR} -s /sbin/nologin -g ${GROUP} +- fi ++# grep "^${USER}" /etc/passwd > /dev/null 2>&1 ++# if [ ! $? = 0 ]; then ++# /usr/sbin/pw groupadd ${GROUP} ++# /usr/sbin/pw useradd ${USER} -d ${DIR} -s /sbin/nologin -g ${GROUP} ++# fi + + elif [ "$UNAME" = "SunOS" ]; then + grep "^${USER}" /etc/passwd > /dev/null 2>&1 @@ -223,10 +223,10 @@ if [ $? = 0 ]; then cp -pr ../etc/ossec.mc ${DIR}/etc/ossec.conf