diff options
author | swills <swills@FreeBSD.org> | 2013-12-21 03:44:35 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-12-21 03:44:35 +0800 |
commit | 20968d8f3696d0e017d0d30b3fc90fa3e6fdea28 (patch) | |
tree | 548833f80be3d1efe3dff7969465cca65a5e264b /sysutils | |
parent | 3e7793116697f040f6efe4276759dda4c0c46879 (diff) | |
download | freebsd-ports-gnome-20968d8f3696d0e017d0d30b3fc90fa3e6fdea28.tar.gz freebsd-ports-gnome-20968d8f3696d0e017d0d30b3fc90fa3e6fdea28.tar.zst freebsd-ports-gnome-20968d8f3696d0e017d0d30b3fc90fa3e6fdea28.zip |
- Set ownership on config.ru file
Reported by: mat
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/puppet/Makefile | 2 | ||||
-rw-r--r-- | sysutils/puppet/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/puppet/Makefile b/sysutils/puppet/Makefile index c7b423413adb..e0b9e7fc4258 100644 --- a/sysutils/puppet/Makefile +++ b/sysutils/puppet/Makefile @@ -3,7 +3,7 @@ PORTNAME= puppet PORTVERSION= 3.3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ diff --git a/sysutils/puppet/pkg-plist b/sysutils/puppet/pkg-plist index 1d5e9f6a4bfd..ac61f9c0c9fc 100644 --- a/sysutils/puppet/pkg-plist +++ b/sysutils/puppet/pkg-plist @@ -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 |