From 8e00bccdb5688298c1e005a0c41b002d15704f36 Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Mon, 22 Nov 2010 11:34:04 -0800 Subject: Fix 6353: ENH: Rename "show configuration cmds" --- templates/show/configuration/cmds/node.def | 7 ------- templates/show/configuration/commands/node.def | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 templates/show/configuration/cmds/node.def create mode 100644 templates/show/configuration/commands/node.def diff --git a/templates/show/configuration/cmds/node.def b/templates/show/configuration/cmds/node.def deleted file mode 100644 index a2d55cf..0000000 --- a/templates/show/configuration/cmds/node.def +++ /dev/null @@ -1,7 +0,0 @@ -help: Show running configuration as set commands -run: if [ "$VYATTA_USER_LEVEL_DIR" == "/opt/vyatta/etc/shell/level/admin" ]; - then - ${vyatta_sbindir}/vyatta-config-gen-sets.pl - else - echo Must be an admin user to run this command. - fi diff --git a/templates/show/configuration/commands/node.def b/templates/show/configuration/commands/node.def new file mode 100644 index 0000000..a2d55cf --- /dev/null +++ b/templates/show/configuration/commands/node.def @@ -0,0 +1,7 @@ +help: Show running configuration as set commands +run: if [ "$VYATTA_USER_LEVEL_DIR" == "/opt/vyatta/etc/shell/level/admin" ]; + then + ${vyatta_sbindir}/vyatta-config-gen-sets.pl + else + echo Must be an admin user to run this command. + fi -- cgit v1.2.3 From f152f6c304caafbecaaf6719ecd1fa26bd613d5e Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Mon, 22 Nov 2010 11:35:06 -0800 Subject: 0.13.93 --- debian/changelog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index c0260be..32cd058 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +vyatta-op (0.13.93) unstable; urgency=low + + [ Stephen Hemminger ] + * Use lesspipe to display gzip files + + [ Stig Thormodsrud ] + * Fix 6353: ENH: Rename "show configuration cmds" + + -- Stig Thormodsrud Mon, 22 Nov 2010 11:35:05 -0800 + vyatta-op (0.13.92) unstable; urgency=low [ Stephen Hemminger ] -- cgit v1.2.3