debian/changelog | 17 +++++++ etc/bash_completion.d/vyatta-cfg | 2 etc/init.d/vyatta-router | 34 ++++---------- scripts/vyatta-cfg-cmd-wrapper | 82 ++++++++++++++--------------------- scripts/vyatta-config-loader.pl | 89 ++++++++++++++++++++++++--------------- 5 files changed, 118 insertions(+), 106 deletions(-)
New commits: commit cc525741b011f70a9841b9f0f6341dfc2d52819b Author: Stephen Hemminger <[email protected]> Date: Wed Nov 24 12:13:32 2010 -0800 0.18.42 commit 25e1a26f3ab1a142a256d67d88abdc7f7341a0d3 Author: Stephen Hemminger <[email protected]> Date: Wed Nov 24 12:00:51 2010 -0800 Don't put sh-bang on bash completion script The bash completion scripts are special and should not have #! This fixes debian build warning as well. commit 34697096a23ca200ab4799f9d5a2d1054c9de3f7 Author: Stephen Hemminger <[email protected]> Date: Wed Nov 24 11:57:21 2010 -0800 Rename raid cleanup log file Standard practice is to use '.log' suffix not _log commit 9c879c9da3a4aff82d10e3c58cd3598a5ec1ab11 Author: Stephen Hemminger <[email protected]> Date: Wed Nov 24 08:54:39 2010 -0800 Change config-loader error message handling and logging Put more information in the log, including timestamp. Put elapsed time in syslog Redirect both stdout and stderr to the log file. commit b348dac03335c50f8306d544b70eecfc63c563ba Author: Stephen Hemminger <[email protected]> Date: Wed Nov 24 09:29:14 2010 -0800 Remove ACPI cpufreq hack Now that cpufrequtils package is integrated, no longer need Vyatta specific hack to load cpu frequency modules commit 0742a71f21b54f4d31b4b722e346c8acd1c606dc Author: Stephen Hemminger <[email protected]> Date: Wed Nov 24 09:24:09 2010 -0800 Use LSB log status routines correctly Need to get correct exit status from failed config (or other steps) and call log_end_msg to display that status. The load config step is run in sub-shell therefore can use exec to avoid one fork. commit 36a92e3fe4241a6cc51319d7d78f2e732afa5bfc Author: Stephen Hemminger <[email protected]> Date: Tue Nov 23 18:38:35 2010 -0800 Use exec to get proper exit status No need to save exit code and then call exit. Use 'exec' to get tail recursion style optimization of shell functions. Also, rename the log file for commit for /tmp/bar to something we might actually want to tell customers about. http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=cc525741b011f70a9841b9f0f6341dfc2d52819b http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=25e1a26f3ab1a142a256d67d88abdc7f7341a0d3 http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=34697096a23ca200ab4799f9d5a2d1054c9de3f7 http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=9c879c9da3a4aff82d10e3c58cd3598a5ec1ab11 http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=b348dac03335c50f8306d544b70eecfc63c563ba http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=0742a71f21b54f4d31b4b722e346c8acd1c606dc http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=36a92e3fe4241a6cc51319d7d78f2e732afa5bfc _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
