diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2009-02-12 19:54:03 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-02-17 15:46:41 -0800 |
commit | 03fdd12651ac3d6c370e203d32d785253a7bd6c2 (patch) | |
tree | 7910e6ced2f26d8880f4047982feb56749dbcd4f /Makefile.am | |
parent | f9399f6cd3aeff3478d47183932b771aa4f19d5e (diff) | |
download | vyatta-op-03fdd12651ac3d6c370e203d32d785253a7bd6c2.tar.gz vyatta-op-03fdd12651ac3d6c370e203d32d785253a7bd6c2.zip |
Prompt before immediate shutdown
Add yesno helper script and prompt before shutdown
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 3fcf55b..a89a7be 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,7 @@ bin_SCRIPTS += scripts/vyatta-show-dmi 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_sudo_users_SCRIPTS = scripts/vyatta-identify-interface.pl bin_sudo_users_SCRIPTS += scripts/vyatta-delete-log-file.sh |