]> git.pld-linux.org Git - packages/nginx.git/commitdiff
- outdated
authorareq <areq@pld-linux.org>
Wed, 9 Jul 2008 16:14:02 +0000 (16:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nginx-config.patch -> 1.2
    nginx-glibc28.patch -> 1.2

nginx-config.patch [deleted file]
nginx-glibc28.patch [deleted file]

diff --git a/nginx-config.patch b/nginx-config.patch
deleted file mode 100644 (file)
index a34eae2..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
---- conf/nginx.conf.orig       2007-02-25 15:51:47.000000000 +0100
-+++ conf/nginx.conf    2007-02-25 15:52:40.000000000 +0100
-@@ -1,5 +1,5 @@
--#user  nobody;
-+user  nginx;
- worker_processes  1;
- #error_log  logs/error.log;
-@@ -15,7 +15,7 @@
- http {
--    include       conf/mime.types;
-+    include       /etc/nginx/mime.types;
-     default_type  application/octet-stream;
-     #log_format  main  '$remote_addr - $remote_user [$time_local] $request '
diff --git a/nginx-glibc28.patch b/nginx-glibc28.patch
deleted file mode 100644 (file)
index 63a3e64..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: src/os/unix/ngx_linux_config.h
-===================================================================
---- src/os/unix/ngx_linux_config.h     (revision 1337)
-+++ src/os/unix/ngx_linux_config.h     (working copy)
-@@ -47,6 +47,7 @@
- #include <time.h>               /* tzset() */
- #include <malloc.h>             /* memalign() */
-+#include <limits.h>             /* IOV_MAX */
- #include <sys/ioctl.h>
- #include <sys/sysctl.h>
- #include <crypt.h> 
This page took 0.042845 seconds and 4 git commands to generate.