diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-10-07 12:01:30 -0700 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-10-07 12:01:30 -0700 |
commit | 0c3fe87f3bc159854a45d8a6111deee963a2bfd4 (patch) | |
tree | eb190bb0cea984d2eae3f320822f1096fca4132e /Makefile.am | |
parent | 730d6e3fdbf57afe013d9ebfad93c48d7690244f (diff) | |
download | vyatta-op-0c3fe87f3bc159854a45d8a6111deee963a2bfd4.tar.gz vyatta-op-0c3fe87f3bc159854a45d8a6111deee963a2bfd4.zip |
Fix Bug 3763 Configuration is not available to operator in "show tech-support"
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d8895d4..ac01505 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,7 @@ bin_sudo_users_SCRIPTS += scripts/vyatta-delete-log-file.sh bin_sudo_users_SCRIPTS += scripts/vyatta-reboot.pl bin_sudo_users_SCRIPTS += scripts/vyatta-op-dns-forwarding.pl bin_sudo_users_SCRIPTS += scripts/vyatta-op-dynamic-dns.pl +bin_sudo_users_SCRIPTS += scripts/vyatta-show-saved-config cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd |