diff options
author | Mohit Mehta <mohit@vyatta.com> | 2008-03-07 16:32:29 -0800 |
---|---|---|
committer | Mohit Mehta <mohit@vyatta.com> | 2008-03-07 16:32:29 -0800 |
commit | fa4a13aa7ed877c8b6f20f8f7bb1acd84466fa96 (patch) | |
tree | 3840b69560d0078dfa7bc6e4b5f64d82606f1f8f /Makefile.am | |
parent | 38d1eabeedc4473165e3de57222ae106d11ff82a (diff) | |
download | vyatta-op-fa4a13aa7ed877c8b6f20f8f7bb1acd84466fa96.tar.gz vyatta-op-fa4a13aa7ed877c8b6f20f8f7bb1acd84466fa96.zip |
Fix Bug 2707 Missing from Glendale
- Delete log file <> fixed
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2333bb9..5d973f9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,8 @@ bin_SCRIPTS += scripts/vyatta-show-dmesg bin_SCRIPTS += scripts/vyatta-show-dmesg-all bin_SCRIPTS += scripts/vyatta-show-dmi -bin_sudo_users_SCRIPTS = scripts/vyatta-identify-interface.pl +bin_sudo_users_SCRIPTS = scripts/vyatta-identify-interface.pl +bin_sudo_users_SCRIPTS += scripts/vyatta-delete-log-file.sh cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd |