Added "FTP" facility string.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24002 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2008-02-18 12:42:34 +00:00
parent 72c9a68780
commit 4db9f96954

View File

@ -1,5 +1,5 @@
/*
* Copyright 2003-2006, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
* Copyright 2003-2008, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
* Distributed under the terms of the MIT License.
*/
@ -21,8 +21,8 @@
static const char *kFacilities[] = {
"KERN", "USER", "MAIL", "DAEMON",
"AUTH", "SYSLOGD", "LPR", "NEWS",
"UUCP", "CRON", "AUTHPRIV",
"", "", "", "", "",
"UUCP", "CRON", "AUTHPRIV", "FTP",
"", "", "", "",
"LOCAL0", "LOCAL1", "LOCAL2", "LOCAL3",
"LOCAL4", "LOCAL5", "LOCAL6", "LOCAL7",
NULL