diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-01-24 11:09:05 -0600 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-01-24 11:09:05 -0600 |
commit | 643c3f51a7c6de77304c1781462d8fc0b22d261c (patch) | |
tree | 953b49c4181591e57b1b5f5ff513bd1453ba0aa5 /Makefile.am | |
parent | e71c78649825f7720ffab2b9007e4c9439778955 (diff) | |
download | vyatta-op-vpn-643c3f51a7c6de77304c1781462d8fc0b22d261c.tar.gz vyatta-op-vpn-643c3f51a7c6de77304c1781462d8fc0b22d261c.zip |
Add new operational mode script, doesn't replace current programs yet but included in package; Related to bugs: 5305 and 6228
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 c18efd9..2ad3ab1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,7 @@ bin_sudo_users_PROGRAMS = command_proc_show_vpn bin_sudo_users_SCRIPTS = scripts/gen_local_rsa_key.pl bin_sudo_users_SCRIPTS += scripts/vyatta-show-vpn.pl bin_sudo_users_SCRIPTS += scripts/vyatta-vpn-op.pl +bin_sudo_users_SCRIPTS += scripts/vyatta-op-vpn.pl bin_sudo_users_SCRIPTS += scripts/vyatta-show-ipsec-status.pl command_proc_show_vpn_SOURCES = src/command_proc_base.hh |