merging changes from portability branch back to trunk

important change for developers: %Y replaces %D to print identities!
This commit is contained in:
Tobias Brunner
2009-04-30 11:37:54 +00:00
parent 466f11bfaf
commit d24a74c5b4
120 changed files with 1409 additions and 3053 deletions
+3 -3
View File
@@ -328,11 +328,11 @@ int main (int argc, char **argv)
/* determine if we have a native netkey IPsec stack */
if (!starter_netkey_init())
{
plog("no netkey IPSec stack detected");
plog("no netkey IPsec stack detected");
if (!starter_klips_init())
{
plog("no KLIPS IPSec stack detected");
exit(LSB_RC_FAILURE);
plog("no KLIPS IPsec stack detected");
plog("no known IPsec stack detected, ignoring!");
}
}