Date: Fri, 20 Dec 2013 19:44:36 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337084 - head/sysutils/puppet Message-ID: <201312201944.rBKJiaeG008702@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Fri Dec 20 19:44:35 2013 New Revision: 337084 URL: http://svnweb.freebsd.org/changeset/ports/337084 Log: - Set ownership on config.ru file Reported by: mat Modified: head/sysutils/puppet/Makefile head/sysutils/puppet/pkg-plist Modified: head/sysutils/puppet/Makefile ============================================================================== --- head/sysutils/puppet/Makefile Fri Dec 20 19:43:05 2013 (r337083) +++ head/sysutils/puppet/Makefile Fri Dec 20 19:44:35 2013 (r337084) @@ -3,7 +3,7 @@ PORTNAME= puppet PORTVERSION= 3.3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ Modified: head/sysutils/puppet/pkg-plist ============================================================================== --- head/sysutils/puppet/pkg-plist Fri Dec 20 19:43:05 2013 (r337083) +++ head/sysutils/puppet/pkg-plist Fri Dec 20 19:44:35 2013 (r337084) @@ -54,6 +54,7 @@ www/puppet/config.ru @dirrmtry etc/puppet @unexec rmdir /var/puppet 2>/dev/null || : @exec /usr/sbin/chown -Rh puppet:puppet /var/puppet +@exec /usr/sbin/chown -Rh puppet:puppet www/puppet/config.ru @dirrm %%RUBY_SITELIBDIR%%/hiera/backend @dirrm %%RUBY_SITELIBDIR%%/hiera @dirrm %%RUBY_SITELIBDIR%%/puppetx/puppetlabs/syntax_checkers
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312201944.rBKJiaeG008702>