summaryrefslogtreecommitdiff
path: root/templates/system
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2009-04-10 10:10:41 -0700
committerStephen Hemminger <shemminger@vyatta.com>2009-04-10 10:10:41 -0700
commitc8ddc562aea00044ce3bc3867858e0bc4bd461df (patch)
tree0486e88045899a4ef49af404ad6873cf51b77e2d /templates/system
parentcb73cac112b425099c56d7bfaf81ef00efb5a913 (diff)
downloadvyatta-cfg-quagga-c8ddc562aea00044ce3bc3867858e0bc4bd461df.tar.gz
vyatta-cfg-quagga-c8ddc562aea00044ce3bc3867858e0bc4bd461df.zip
Fix file syslog target
The new code was requiring full pathname, but old version was using /var/log/user/<filename> so make new code work like old code.
Diffstat (limited to 'templates/system')
-rw-r--r--templates/system/syslog/file/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/system/syslog/file/node.def b/templates/system/syslog/file/node.def
index 2ff7e359..f8a57f66 100644
--- a/templates/system/syslog/file/node.def
+++ b/templates/system/syslog/file/node.def
@@ -1,7 +1,7 @@
tag:
type: txt
help: Set the name of syslog file to save log messages to
-syntax:expression: pattern $VAR(@) "^\/" ; "File name must be full pathname with leading /"
+syntax:expression: pattern $VAR(@) "^[-a-zA-Z0-9_.]+$" ; "invalid file name $VAR(@)"
commit:expression: $VAR(./@/facility/@@) != ""; \
"At least one facility must be configured to log messages to file $VAR(./@)"
comp_help: Full path name of log file with leading slash