svn commit: r367163 - head/www/zerowait-httpd

Baptiste Daroussin bapt at FreeBSD.org
Wed Sep 3 06:23:57 UTC 2014


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 @@
- at 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
- at group %%WWWGRP%%
- at owner %%WWWOWN%%
- at mode 6755
-sbin/0W-httpd
- at mode
- at exec install -d -o %%WWWOWN%% -g %%WWWGRP%% %D/0W-httpd/pids
- at exec install -d -o %%WWWOWN%% -g %%WWWGRP%% %D/0W-httpd/data
- at exec install -d -o %%WWWOWN%% -g %%WWWGRP%% %D/0W-httpd/logs
- at dirrmtry 0W-httpd/pids
- at dirrmtry 0W-httpd/data
- at dirrmtry 0W-httpd/logs
- at owner
- at group
+@(%%WWWOWN%%,%%WWWGRP%%,6755) sbin/0W-httpd
+ at dirrmtry(%%WWWOWN%%,%%WWWGRP%%,) 0W-httpd/pids
+ at dirrmtry(%%WWWOWN%%,%%WWWGRP%%,) 0W-httpd/data
+ at dirrmtry(%%WWWOWN%%,%%WWWGRP%%,) 0W-httpd/logs
 @dirrmtry etc/0W-httpd
 @dirrmtry 0W-httpd


More information about the svn-ports-head mailing list