]> git.pld-linux.org Git - packages/boa.git/blobdiff - boa-PLD.patch
- added noreplace to config-file
[packages/boa.git] / boa-PLD.patch
index 3585e279ddc476303ed20b65e3676fd23224a722..ea6e8525974091c268f016e2b70d95a9a244e31a 100644 (file)
  #endif
  
  /***** Various stuff that you may want to tweak, but probably shouldn't *****/
---- ./src/ip.c.orig    Mon Jul 30 13:47:03 2001
-+++ ./src/ip.c Mon Jul 30 14:16:59 2001
+--- ./src/ip.c.org      Sat Dec 22 23:29:05 2001
++++ ./src/ip.c  Sat Dec 22 23:33:04 2001
 @@ -43,6 +43,7 @@
      */
+
  #include "boa.h"
 +#include "compat.h"
- #include <sys/types.h>
- #include <sys/socket.h>
- #include <netinet/in.h>
+ #include <arpa/inet.h>          /* inet_ntoa */
+
+ /* Binds to the existing server_s, based on the configuration string
 @@ -89,8 +90,6 @@
                      dest, len, NULL, 0, NI_NUMERICHOST)) {
          fprintf(stderr, "[IPv6] getnameinfo failed\n");
  # an error (though accessing files in the directory are still ok).
  
 -DirectoryMaker /usr/lib/boa/boa_indexer
-+DirectoryMaker /usr/sbin/boa/boa_indexer
++DirectoryMaker /usr/sbin/boa_indexer
  
  # DirectoryCache: If DirectoryIndex doesn't exist, and DirectoryMaker
  # has been commented out, the the on-the-fly indexing of Boa can be used
This page took 0.094587 seconds and 4 git commands to generate.