OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/nginx/Makefile,v
retrieving revision 1.57
diff -u -p -r1.57 Makefile
--- Makefile    27 Aug 2014 06:46:49 -0000      1.57
+++ Makefile    9 Sep 2014 13:33:48 -0000
@@ -5,7 +5,7 @@ COMMENT=        robust and small HTTP server an
 VERSION=       1.7.4
 DISTNAME=      nginx-${VERSION}
 CATEGORIES=    www
-REVISION=      1
+REVISION=      2
 
 MASTER_SITES=  http://nginx.org/download/
 MASTER_SITES0= http://dropbox.eait.uq.edu.au/uqdgwynn/distfiles/
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/nginx/pkg/PLIST,v
retrieving revision 1.13
diff -u -p -r1.13 PLIST
--- pkg/PLIST   27 Aug 2014 06:46:49 -0000      1.13
+++ pkg/PLIST   9 Sep 2014 13:33:48 -0000
@@ -12,6 +12,7 @@
 @mode
 @owner
 @group
+share/doc/pkg-readmes/${FULLPKGNAME}
 share/nginx/
 share/nginx/fastcgi_params
 share/nginx/html/
Index: pkg/README
===================================================================
RCS file: pkg/README
diff -N pkg/README
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ pkg/README  9 Sep 2014 13:33:48 -0000
@@ -0,0 +1,13 @@
+$OpenBSD: README.template,v 1.4 2011/06/02 13:44:40 ajacoutot Exp $
+
++-----------------------------------------------------------------------
+| Running ${FULLPKGNAME} on OpenBSD
++-----------------------------------------------------------------------
+
+Log file rotation
+=================
+To use newsyslog to rotate the log files, you can replace the standard
+entries for httpd(8) in /etc/newsyslog.conf with these:
+
+/var/www/logs/access.log               644  4     *    $W0   Z 
/var/run/nginx.pid SIGUSR1
+/var/www/logs/error.log                        644  7     250  *     Z 
/var/run/nginx.pid SIGUSR1

Reply via email to