mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
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:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user