Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Sep 2014 06:23:57 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367163 - head/www/zerowait-httpd
Message-ID:  <201409030623.s836NvOs031876@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Sep  3 06:23:56 2014
New Revision: 367163
URL: http://svnweb.freebsd.org/changeset/ports/367163
QAT: https://qat.redports.org/buildarchive/r367163/

Log:
  Modernize plist

Modified:
  head/www/zerowait-httpd/pkg-plist

Modified: head/www/zerowait-httpd/pkg-plist
==============================================================================
--- head/www/zerowait-httpd/pkg-plist	Wed Sep  3 06:23:26 2014	(r367162)
+++ head/www/zerowait-httpd/pkg-plist	Wed Sep  3 06:23:56 2014	(r367163)
@@ -1,4 +1,3 @@
-@stopdaemon 0W-httpd
 bin/convert-geoip
 bin/convert-ranges
 bin/update-countries.sh
@@ -6,18 +5,9 @@ etc/0W-httpd/countries
 etc/0W-httpd/countries.ips
 etc/0W-httpd/countries.rus
 @sample etc/0W-httpd/httpd.conf.sample
-@group %%WWWGRP%%
-@owner %%WWWOWN%%
-@mode 6755
-sbin/0W-httpd
-@mode
-@exec install -d -o %%WWWOWN%% -g %%WWWGRP%% %D/0W-httpd/pids
-@exec install -d -o %%WWWOWN%% -g %%WWWGRP%% %D/0W-httpd/data
-@exec install -d -o %%WWWOWN%% -g %%WWWGRP%% %D/0W-httpd/logs
-@dirrmtry 0W-httpd/pids
-@dirrmtry 0W-httpd/data
-@dirrmtry 0W-httpd/logs
-@owner
-@group
+@(%%WWWOWN%%,%%WWWGRP%%,6755) sbin/0W-httpd
+@dirrmtry(%%WWWOWN%%,%%WWWGRP%%,) 0W-httpd/pids
+@dirrmtry(%%WWWOWN%%,%%WWWGRP%%,) 0W-httpd/data
+@dirrmtry(%%WWWOWN%%,%%WWWGRP%%,) 0W-httpd/logs
 @dirrmtry etc/0W-httpd
 @dirrmtry 0W-httpd



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