From f35ca4081ade052dd2e050c12915ae1e56c834db Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 16 Jun 2009 11:04:01 -0700 Subject: Remove extra quote that caused shell error in fair-queue Bug 4590 (cherry picked from commit 447b5430e8f4019e5d3b6e3f1f2025712d1c7b7f) --- templates/qos-policy/fair-queue/node.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/qos-policy/fair-queue/node.def b/templates/qos-policy/fair-queue/node.def index 9af92ed..1966ab6 100644 --- a/templates/qos-policy/fair-queue/node.def +++ b/templates/qos-policy/fair-queue/node.def @@ -5,4 +5,4 @@ syntax:expression: pattern $VAR(@) "^[[:alnum:]][-_[:alnum:]]*$" ; "only alpha-numeric policy name allowed" create: /opt/vyatta/sbin/vyatta-qos.pl --create-policy $VAR(.) $VAR(@) delete: /opt/vyatta/sbin/vyatta-qos.pl --delete-policy $VAR(@) -end: /opt/vyatta/sbin/vyatta-qos.pl --apply-policy $VAR(@)" +end: /opt/vyatta/sbin/vyatta-qos.pl --apply-policy $VAR(@) -- cgit v1.2.3