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:
parent
72c9a68780
commit
4db9f96954
@ -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.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -21,8 +21,8 @@
|
|||||||
static const char *kFacilities[] = {
|
static const char *kFacilities[] = {
|
||||||
"KERN", "USER", "MAIL", "DAEMON",
|
"KERN", "USER", "MAIL", "DAEMON",
|
||||||
"AUTH", "SYSLOGD", "LPR", "NEWS",
|
"AUTH", "SYSLOGD", "LPR", "NEWS",
|
||||||
"UUCP", "CRON", "AUTHPRIV",
|
"UUCP", "CRON", "AUTHPRIV", "FTP",
|
||||||
"", "", "", "", "",
|
"", "", "", "",
|
||||||
"LOCAL0", "LOCAL1", "LOCAL2", "LOCAL3",
|
"LOCAL0", "LOCAL1", "LOCAL2", "LOCAL3",
|
||||||
"LOCAL4", "LOCAL5", "LOCAL6", "LOCAL7",
|
"LOCAL4", "LOCAL5", "LOCAL6", "LOCAL7",
|
||||||
NULL
|
NULL
|
||||||
|
Loading…
Reference in New Issue
Block a user