summaryrefslogtreecommitdiff
path: root/scripts/vyatta-cfg-cmd-wrapper
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-04-24 09:12:20 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-04-24 09:12:20 -0700
commit8c0697b5b5c1c666f84622f632936c96b78d0efe (patch)
treed24346350b44032f4685805faec9d1ab6cd72577 /scripts/vyatta-cfg-cmd-wrapper
parent6bca3f1426f611e4bf5ac439129498664f672eb1 (diff)
parent2f8257eb1c58f04874ee8f85c6ae1c88d7a9a549 (diff)
downloadvyatta-cfg-8c0697b5b5c1c666f84622f632936c96b78d0efe.tar.gz
vyatta-cfg-8c0697b5b5c1c666f84622f632936c96b78d0efe.zip
Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jenner
Diffstat (limited to 'scripts/vyatta-cfg-cmd-wrapper')
-rwxr-xr-xscripts/vyatta-cfg-cmd-wrapper5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/vyatta-cfg-cmd-wrapper b/scripts/vyatta-cfg-cmd-wrapper
index e994742..144fc2a 100755
--- a/scripts/vyatta-cfg-cmd-wrapper
+++ b/scripts/vyatta-cfg-cmd-wrapper
@@ -80,7 +80,10 @@ case "$1" in
RET_STATUS=$?
;;
commit)
- /opt/vyatta/sbin/my_commit
+ # debug file /tmp/bar should be deleted before release
+ /opt/vyatta/sbin/my_commit -a >> /tmp/bar
+ /opt/vyatta/sbin/my_commit -s >> /tmp/bar
+ /opt/vyatta/sbin/my_commit -e -d >> /tmp/bar
RET_STATUS=$?
;;
save)