Wrote a fetchmail init script.

Added some files to the iso needed by spamassassin.
Sample config for amavisd.
Fixed the error with empty dns and gateway when red is static.
Updated usb- and pci.ids.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@1052 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-11-04 00:50:30 +00:00
parent a50af3d145
commit b3f09dd8e6
12 changed files with 997 additions and 55 deletions

View File

@@ -202,7 +202,9 @@ int oktoleave(void)
return 0;
}
}
if (configtype == 0)
strcpy(temp, ""); findkey(kv, "RED_TYPE", temp);
if ((configtype == 0) || (strcmp(temp, "STATIC") == 0))
{
strcpy(temp, ""); findkey(kv, "DNS1", temp);
if (!(strlen(temp)))