diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2008-05-31 14:48:07 -0700 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2008-05-31 14:48:07 -0700 |
commit | 18dd1b542f69528ac40ade79ee10a6ac77fed9c4 (patch) | |
tree | 194c818e0e03fa737fe759773bdcddc327f1cf6c /Makefile.am | |
parent | 5cc881e0cc7eccd422b1dce2980bb69e8fe0f709 (diff) | |
download | vyatta-op-18dd1b542f69528ac40ade79ee10a6ac77fed9c4.tar.gz vyatta-op-18dd1b542f69528ac40ade79ee10a6ac77fed9c4.zip |
Fix 88: Feature Request: Reboot Command (add confirmation)
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 35d6691..7499a22 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,6 +20,7 @@ bin_SCRIPTS += scripts/vyatta-tshark-interface-port.pl bin_sudo_users_SCRIPTS = scripts/vyatta-identify-interface.pl bin_sudo_users_SCRIPTS += scripts/vyatta-delete-log-file.sh +bin_sudo_users_SCRIPTS += scripts/vyatta-reboot.pl cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd |