summaryrefslogtreecommitdiff
path: root/tests/daemon
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-02-15 21:43:49 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-02-15 21:43:49 +0100
commit2ac829174afa6052720b762bd5ba5fde759bcc6e (patch)
tree2a698a9cab1f216189e330b96ed9c2902246d748 /tests/daemon
parent6d03bc8d122a6a23650ecb42ef002ba3d6867278 (diff)
downloadwolfbones-2ac829174afa6052720b762bd5ba5fde759bcc6e.tar.gz
wolfbones-2ac829174afa6052720b762bd5ba5fde759bcc6e.tar.bz2
added other syslog facilities to gengetopt file (we need something dynamic here in the future)
Diffstat (limited to 'tests/daemon')
-rw-r--r--tests/daemon/testd.ggo2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/daemon/testd.ggo b/tests/daemon/testd.ggo
index 60c3e85..f9335a2 100644
--- a/tests/daemon/testd.ggo
+++ b/tests/daemon/testd.ggo
@@ -46,7 +46,7 @@ section "Daemon Options"
"System log facility to use for logging to system log"
optional hidden
typestr="facility"
- values="KERN","USER","MAIL","DAEMON","AUTH","SYSLOG","LPR","NEWS","UUCP","CRON","AUTHPRIV","FTP", "NTP"
+ values="KERN","USER","MAIL","DAEMON","AUTH","SYSLOG","LPR","NEWS","UUCP","CRON","AUTHPRIV","FTP", "NTP", "SECUITY", "CONSOLE", "AUDIT", "LOCAL0", "LOCAL1", "LOCAL2", "LOCAL3", "LOCAL4", "LOCAL5", "LOCAL6", "LOCAL7"
default="DAEMON"
option "syslog-level" -