Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2014 17:18:22 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340625 - head/www/lighttpd
Message-ID:  <201401211718.s0LHINoC066907@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Tue Jan 21 17:18:22 2014
New Revision: 340625
URL: http://svnweb.freebsd.org/changeset/ports/340625
QAT: https://qat.redports.org/buildarchive/r340625/

Log:
  Really fix /var/log/lighttpd install and deinstall, sorry for the noise

Modified:
  head/www/lighttpd/Makefile
  head/www/lighttpd/pkg-plist

Modified: head/www/lighttpd/Makefile
==============================================================================
--- head/www/lighttpd/Makefile	Tue Jan 21 17:09:52 2014	(r340624)
+++ head/www/lighttpd/Makefile	Tue Jan 21 17:18:22 2014	(r340625)
@@ -229,6 +229,7 @@ post-install:
 	@${INSTALL_DATA} ${FILESDIR}/${FILE} ${STAGEDIR}${DOCSDIR}/${FILE}
 . endfor
 .endif
+	@${MKDIR} -m 0700 ${STAGEDIR}${LIGHTTPD_LOGROOT}
 
 test: build
 	@cd ${WRKSRC}/tests && ${SETENV} ${MAKE_ENV} ${MAKE} \

Modified: head/www/lighttpd/pkg-plist
==============================================================================
--- head/www/lighttpd/pkg-plist	Tue Jan 21 17:09:52 2014	(r340624)
+++ head/www/lighttpd/pkg-plist	Tue Jan 21 17:18:22 2014	(r340625)
@@ -181,3 +181,4 @@ sbin/lighttpd-angel
 @cwd /
 @exec %%MKDIR%% -m 0700 %%LOGROOT%%
 @exec %%CHOWN%% %%USER%%:%%GROUP%% %%LOGROOT%%
+@unexec rmdir %%LOGROOT%% >/dev/null 2>&1 || :



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