Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Mar 2016 21:43:58 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411813 - head/devel/libqb
Message-ID:  <201603242143.u2OLhwCB064373@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Mar 24 21:43:57 2016
New Revision: 411813
URL: https://svnweb.freebsd.org/changeset/ports/411813

Log:
  Change the group on /var/run/qb to haclient.  I forgot this when I changed
  the mode.
  
  PR:		208221
  Approved by:	dpejesh@yahoo.com (maintainer)

Modified:
  head/devel/libqb/Makefile
  head/devel/libqb/pkg-plist

Modified: head/devel/libqb/Makefile
==============================================================================
--- head/devel/libqb/Makefile	Thu Mar 24 21:33:36 2016	(r411812)
+++ head/devel/libqb/Makefile	Thu Mar 24 21:43:57 2016	(r411813)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libqb
 PORTVERSION=	0.17.2
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/ClusterLabs/libqb/releases/download/v${PORTVERSION}/
 

Modified: head/devel/libqb/pkg-plist
==============================================================================
--- head/devel/libqb/pkg-plist	Thu Mar 24 21:33:36 2016	(r411812)
+++ head/devel/libqb/pkg-plist	Thu Mar 24 21:43:57 2016	(r411813)
@@ -33,4 +33,4 @@ sbin/qb-blackbox
 @comment %%PORTDOCS%%%%DOCSDIR%%/COPYING
 %%PORTDOCS%%%%DOCSDIR%%/INSTALL
 %%PORTDOCS%%%%DOCSDIR%%/README.markdown
-@dir(,,1770) %%QB_SOCKET_DIR%%
+@dir(,haclient,1770) %%QB_SOCKET_DIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603242143.u2OLhwCB064373>