svn commit: r367028 - head/www/lighttpd

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 2 15:17:56 UTC 2014


Author: bapt
Date: Tue Sep  2 15:17:55 2014
New Revision: 367028
URL: http://svnweb.freebsd.org/changeset/ports/367028
QAT: https://qat.redports.org/buildarchive/r367028/

Log:
  Simplify plist

Modified:
  head/www/lighttpd/pkg-plist

Modified: head/www/lighttpd/pkg-plist
==============================================================================
--- head/www/lighttpd/pkg-plist	Tue Sep  2 15:14:37 2014	(r367027)
+++ head/www/lighttpd/pkg-plist	Tue Sep  2 15:17:55 2014	(r367028)
@@ -63,7 +63,4 @@ sbin/lighttpd-angel
 @dirrmtry etc/lighttpd/vhosts.d
 @dirrmtry etc/lighttpd/conf.d
 @dirrmtry etc/lighttpd
- at cwd /
- at exec %%MKDIR%% -m 0700 %%LOGROOT%%
- at exec %%CHOWN%% %%USER%%:%%GROUP%% %%LOGROOT%%
- at unexec rmdir %%LOGROOT%% >/dev/null 2>&1 || :
+ at dirrmtry(%%USER%%,%%GROUP%%,700) %%LOGROOT%%


More information about the svn-ports-head mailing list