diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-27 09:08:20 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-27 09:08:20 -0700 |
commit | 1480cbfd0056d209aa872216938ec1b9226186ed (patch) | |
tree | ce6c9c61621502ee287b49d697c61ac13667dcdc /templates | |
parent | 5a5ca056ba439d2ff3fec19e97fb7111f9fe9819 (diff) | |
download | vyatta-cfg-system-1480cbfd0056d209aa872216938ec1b9226186ed.tar.gz vyatta-cfg-system-1480cbfd0056d209aa872216938ec1b9226186ed.zip |
Revert "Restore default facility for 'syslog console'"
This reverts commit 5a5ca056ba439d2ff3fec19e97fb7111f9fe9819.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/system/syslog/console/facility/node.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/system/syslog/console/facility/node.def b/templates/system/syslog/console/facility/node.def index 3767f4b7..98b207d5 100644 --- a/templates/system/syslog/console/facility/node.def +++ b/templates/system/syslog/console/facility/node.def @@ -1,7 +1,6 @@ tag: type: txt help: Set facility for console logging -default: "all" syntax:expression: $VAR(@) in "auth", "authpriv", "cron", "daemon", "kern", "lpr", "mail", "mark", "news", "protocols", "security", "syslog", "user", "uucp", "local0", "local1", "local2", "local3", "local4", "local5", "local6", "local7", "all"; "\"$VAR(@)\" is not a valid logging facility" comp_help:Available logging facilities: all All facilities excluding "mark" |