minor updates
This commit is contained in:
@@ -1090,7 +1090,7 @@ objs/nginx.8: man/nginx.8 objs/ngx_auto_config.h
|
||||
sed -e "s|%%PREFIX%%|/usr/local/nginx|" \
|
||||
-e "s|%%PID_PATH%%|/usr/local/nginx/logs/nginx.pid|" \
|
||||
-e "s|%%CONF_PATH%%|/usr/local/nginx/conf/nginx.conf|" \
|
||||
-e "s|%%ERROR_LOG_PATH%%|/app/hm_log/hm_web_nginx_20240301_103609.log|" \
|
||||
-e "s|%%ERROR_LOG_PATH%%|/app/hm_log/hm_web_nginx_20240430_165947.log|" \
|
||||
< man/nginx.8 > $@
|
||||
|
||||
install: objs/nginx
|
||||
|
||||
@@ -159,7 +159,7 @@ cc -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -o objs/autotest objs/autotest.c
|
||||
----------------------------------------
|
||||
checking for crypt()
|
||||
|
||||
/tmp/cci6t9qL.o: In function `main':
|
||||
/tmp/ccI0ONuh.o: In function `main':
|
||||
autotest.c:(.text+0xf): undefined reference to `crypt'
|
||||
collect2: error: ld returned 1 exit status
|
||||
----------
|
||||
@@ -273,7 +273,7 @@ checking for statvfs()
|
||||
----------------------------------------
|
||||
checking for dlopen()
|
||||
|
||||
/tmp/ccfAmoHn.o: In function `main':
|
||||
/tmp/ccqZfqrJ.o: In function `main':
|
||||
autotest.c:(.text+0xf): undefined reference to `dlopen'
|
||||
collect2: error: ld returned 1 exit status
|
||||
----------
|
||||
@@ -436,7 +436,7 @@ objs/autotest.c: In function 'main':
|
||||
objs/autotest.c:7:5: warning: implicit declaration of function 'setproctitle' [-Wimplicit-function-declaration]
|
||||
setproctitle("test");;
|
||||
^
|
||||
/tmp/ccwcVzVd.o: In function `main':
|
||||
/tmp/ccmOYxie.o: In function `main':
|
||||
autotest.c:(.text+0xf): undefined reference to `setproctitle'
|
||||
collect2: error: ld returned 1 exit status
|
||||
----------
|
||||
@@ -465,7 +465,7 @@ checking for pwrite()
|
||||
----------------------------------------
|
||||
checking for sys_nerr
|
||||
|
||||
/tmp/ccvM3t1L.o: In function `main':
|
||||
/tmp/cccCRQau.o: In function `main':
|
||||
autotest.c:(.text+0x6): warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead
|
||||
135
|
||||
----------------------------------------
|
||||
@@ -495,7 +495,7 @@ checking for System V shared memory
|
||||
----------------------------------------
|
||||
checking for POSIX semaphores
|
||||
|
||||
/tmp/ccZ1aKO6.o: In function `main':
|
||||
/tmp/cc19cGD0.o: In function `main':
|
||||
autotest.c:(.text+0x29): undefined reference to `sem_init'
|
||||
autotest.c:(.text+0x41): undefined reference to `sem_destroy'
|
||||
collect2: error: ld returned 1 exit status
|
||||
|
||||
Binary file not shown.
@@ -166,7 +166,7 @@ Contains the process ID of
|
||||
The contents of this file are not sensitive, so it can be world-readable.
|
||||
.It Pa /usr/local/nginx/conf/nginx.conf
|
||||
The main configuration file.
|
||||
.It Pa /app/hm_log/hm_web_nginx_20240301_103609.log
|
||||
.It Pa /app/hm_log/hm_web_nginx_20240430_165947.log
|
||||
Error log file.
|
||||
.El
|
||||
.Sh EXIT STATUS
|
||||
|
||||
@@ -384,7 +384,7 @@
|
||||
|
||||
|
||||
#ifndef NGX_ERROR_LOG_PATH
|
||||
#define NGX_ERROR_LOG_PATH "/app/hm_log/hm_web_nginx_20240301_103609.log"
|
||||
#define NGX_ERROR_LOG_PATH "/app/hm_log/hm_web_nginx_20240430_165947.log"
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user