1 --- snort-2.3.2-orig/src/snort.c 2005-01-13 21:36:20.000000000 +0100
2 +++ snort-2.3.2-1/src/snort.c 2005-04-04 20:03:34.000000000 +0200
7 - char *conf_files[]={"/etc/snort.conf", "./snort.conf", NULL};
8 + char *conf_files[]={"/etc/snort/snort.conf", NULL};
10 char *home_dir = NULL;
12 @@ -1970,23 +1970,6 @@
16 - /* search for .snortrc in the HOMEDIR */
19 - if((home_dir = getenv("HOME")))
21 - /* create the full path */
22 - fname = (char *)malloc(strlen(home_dir) + strlen("/.snortrc") + 1);
24 - FatalError("Out of memory searching for config file\n");
26 - if(stat(fname, &st) != -1)