diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-03-12 10:13:44 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-03-12 10:16:17 -0700 |
commit | 15dc850144375cf53e85d6b5a2e9cbbca3eec3ca (patch) | |
tree | 10fd217658749dbf6c80b5d07e50e50cd168c037 /Makefile.am | |
parent | 0f26d05ff7f1b49d01449774b0add799024bde7e (diff) | |
download | vyatta-op-15dc850144375cf53e85d6b5a2e9cbbca3eec3ca.tar.gz vyatta-op-15dc850144375cf53e85d6b5a2e9cbbca3eec3ca.zip |
Add show shutdown
Bug 4217
Add show shutdown, try and determine time.
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 a89a7be..df20bba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,6 +20,7 @@ bin_SCRIPTS += scripts/vyatta-tshark-interface-port.pl bin_SCRIPTS += scripts/vyatta-show-bonding.pl bin_SCRIPTS += scripts/vyatta-cpu-summary.pl bin_SCRIPTS += scripts/yesno +bin_SCRIPTS += scripts/vyatta-gettime.pl bin_sudo_users_SCRIPTS = scripts/vyatta-identify-interface.pl bin_sudo_users_SCRIPTS += scripts/vyatta-delete-log-file.sh |