diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-02-22 15:47:34 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-02-22 15:47:34 -0800 |
commit | c9294916b253c0a940fa5206d116c58c6556a817 (patch) | |
tree | 877979a3c16f041a78884c6f74321bbeee76283e /Makefile.am | |
parent | 0d1bc4bc9d33d163a9482e7c6567f3cd94a99507 (diff) | |
download | vyatta-nat-c9294916b253c0a940fa5206d116c58c6556a817.tar.gz vyatta-nat-c9294916b253c0a940fa5206d116c58c6556a817.zip |
fix clear commands for operator level
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 143eae3..231fdca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,7 @@ curverdir = $(sysconfdir)/config-migrate/current sbin_SCRIPTS = scripts/vyatta-update-nat.pl bin_sudo_users_SCRIPTS = scripts/vyatta-show-nat.pl +bin_sudo_users_SCRIPTS += scripts/vyatta-clear-nat share_perl5_DATA = scripts/VyattaNatRule.pm curver_DATA = cfg-version/nat@2 |