lm32: try with gcc 4.6.4
[openadk.git] / package / scanlogd / patches / patch-params_h
blobb649c8f8d21f6bdd497ff87d3e01f7593bd39aae
1 --- scanlogd-2.2.6.orig/params.h        2006-03-05 11:13:56.000000000 +0100
2 +++ scanlogd-2.2.6/params.h     2011-01-17 11:35:06.000000000 +0100
3 @@ -19,7 +19,7 @@
4   * An empty directory to chroot to.  The directory and its parent directories
5   * must not be writable by anyone but root.
6   */
7 -#define SCANLOGD_CHROOT                        "/var/empty"
8 +#define SCANLOGD_CHROOT                        "/tmp/.scanlogd"
9  
10  /*
11   * Device to monitor, if you're using libnids or libpcap directly. #undef
12 @@ -29,7 +29,7 @@
13   * Recent versions of libpcap support magic device name "any" and recent
14   * libnids supports magic device name "all".
15   */
16 -#undef SCANLOGD_DEVICE
17 +#define SCANLOGD_DEVICE "all"
19  /*
20   * Whether we want scanlogd to set the device into promiscuous mode, for