diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2007-10-19 11:25:38 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2007-10-19 11:25:38 -0700 |
commit | 724e9418e3f6acf81fcc29172de6c1f5e3335fa7 (patch) | |
tree | 384b0be3e93a8de0b0d890f5fee18d04590ea01c /templates/system/syslog/host | |
parent | 20c7a06a9dd38fb705a245cb755a351241113461 (diff) | |
download | vyatta-cfg-724e9418e3f6acf81fcc29172de6c1f5e3335fa7.tar.gz vyatta-cfg-724e9418e3f6acf81fcc29172de6c1f5e3335fa7.zip |
move "system" configuration templates/scripts to vyatta-cfg-system.
Diffstat (limited to 'templates/system/syslog/host')
-rw-r--r-- | templates/system/syslog/host/node.def | 3 | ||||
-rw-r--r-- | templates/system/syslog/host/node.tag/facility/node.def | 11 | ||||
-rw-r--r-- | templates/system/syslog/host/node.tag/facility/node.tag/level/node.def | 3 |
3 files changed, 0 insertions, 17 deletions
diff --git a/templates/system/syslog/host/node.def b/templates/system/syslog/host/node.def deleted file mode 100644 index a349582..0000000 --- a/templates/system/syslog/host/node.def +++ /dev/null @@ -1,3 +0,0 @@ -tag: -type: txt -help: "IP address or hostname of remote syslog server" diff --git a/templates/system/syslog/host/node.tag/facility/node.def b/templates/system/syslog/host/node.tag/facility/node.def deleted file mode 100644 index 2dc56e6..0000000 --- a/templates/system/syslog/host/node.tag/facility/node.def +++ /dev/null @@ -1,11 +0,0 @@ -tag: -type: txt -help: "Configure facility for host logging" -create: "sh -c \"LVL=`echo -n $(level/@) | tr '[a-z]' '[A-Z]'` && \ -/opt/vyatta/sbin/vyatta_update_syslog.pl '$(@)\\.' '@$(../@) ' \ -\\\"$(@).\\\\\$LVL\t@$(../@) \n\\\"\" " -update: "sh -c \"LVL=`echo -n $(level/@) | tr '[a-z]' '[A-Z]'` && \ -/opt/vyatta/sbin/vyatta_update_syslog.pl '$(@)\\.' '@$(../@) ' \ -\\\"$(@).\\\\\$LVL\t@$(../@) \n\\\"\" " -delete: "sh -c \"/opt/vyatta/sbin/vyatta_update_syslog.pl '$(@)\\.' \ -'@$(../@) ' ''\" " diff --git a/templates/system/syslog/host/node.tag/facility/node.tag/level/node.def b/templates/system/syslog/host/node.tag/facility/node.tag/level/node.def deleted file mode 100644 index 9be459c..0000000 --- a/templates/system/syslog/host/node.tag/facility/node.tag/level/node.def +++ /dev/null @@ -1,3 +0,0 @@ -type: txt -help: "Configure the logging level" -default: "err" |