diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2007-12-11 10:24:56 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2007-12-11 10:24:56 -0800 |
commit | 4a26e01aedbbee2092a0d3c547cb2061d2305a6d (patch) | |
tree | 13b34067f76cd35ff41c4c5a722856ce75ced442 /Makefile.am | |
parent | 688433f5c3da09c9de19fec8d6217764bb5a036c (diff) | |
download | vyatta-op-4a26e01aedbbee2092a0d3c547cb2061d2305a6d.tar.gz vyatta-op-4a26e01aedbbee2092a0d3c547cb2061d2305a6d.zip |
implement "pipe" commands as functions
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 82d2a53..c9849cb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,10 +13,6 @@ allowed_DATA = functions/allowed/hosts bin_SCRIPTS = scripts/vyatta-show-interfaces bin_SCRIPTS += scripts/vyatta-show-version -bin_SCRIPTS += scripts/count -bin_SCRIPTS += scripts/match -bin_SCRIPTS += scripts/no-match -bin_SCRIPTS += scripts/no-more bin_sudo_users_SCRIPTS = scripts/vyatta-show-log bin_sudo_users_SCRIPTS += scripts/vyatta-show-log-all |