pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/nginx



Module Name:    pkgsrc
Committed By:   kim
Date:           Fri Sep 18 09:15:56 UTC 2020

Modified Files:
        pkgsrc/www/nginx: MESSAGE

Log Message:
Newsyslog should be instructed not to add its message to the new log file


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/nginx/MESSAGE

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/nginx/MESSAGE
diff -u pkgsrc/www/nginx/MESSAGE:1.2 pkgsrc/www/nginx/MESSAGE:1.3
--- pkgsrc/www/nginx/MESSAGE:1.2        Mon Feb 18 20:32:09 2013
+++ pkgsrc/www/nginx/MESSAGE    Fri Sep 18 09:15:56 2020
@@ -1,9 +1,9 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.2 2013/02/18 20:32:09 imil Exp $
+$NetBSD: MESSAGE,v 1.3 2020/09/18 09:15:56 kim Exp $
 
 Consider adding something like following lines to /etc/newsyslog.conf:
 
-${NGINX_LOGDIR}/access.log ${NGINX_USER}:${NGINX_GROUP} 640 7 * 24 Z  ${NGINX_PIDDIR}/nginx.pid SIGUSR1
-${NGINX_LOGDIR}/error.log  ${NGINX_USER}:${NGINX_GROUP} 640 7 * 24 Z  ${NGINX_PIDDIR}/nginx.pid SIGUSR1
+${NGINX_LOGDIR}/access.log ${NGINX_USER}:${NGINX_GROUP} 640 7 * 24 ZB ${NGINX_PIDDIR}/nginx.pid SIGUSR1
+${NGINX_LOGDIR}/error.log  ${NGINX_USER}:${NGINX_GROUP} 640 7 * 24 ZB ${NGINX_PIDDIR}/nginx.pid SIGUSR1
 
 ===========================================================================



Home | Main Index | Thread Index | Old Index