diff options
author | Tom Grennan <tgrennan@vyatta.com> | 2007-11-30 17:30:52 -0800 |
---|---|---|
committer | Tom Grennan <tgrennan@vyatta.com> | 2007-11-30 17:30:52 -0800 |
commit | 4ba0963c02d51d11468becf0aa8020ed66de7361 (patch) | |
tree | 48f84bbf9c5ffe4d86487d042cc0c60045f9ea2c /Makefile.am | |
parent | efd754838635fa7153ce2ee7f52c1e6a6fc297fa (diff) | |
download | vyatta-op-4ba0963c02d51d11468becf0aa8020ed66de7361.tar.gz vyatta-op-4ba0963c02d51d11468becf0aa8020ed66de7361.zip |
add "show log all" that plays nice with logrotate files
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 4f73305..8374a6d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,6 +11,7 @@ alloweddir = $(datadir)/vyatta-op/functions/allowed allowed_DATA = functions/allowed/hosts bin_SCRIPTS = scripts/vyatta-show-interfaces +bin_SCRIPTS += scripts/vyatta-show-log-all bin_SCRIPTS += scripts/vyatta-show-version cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ |