Makefile.am | 5 +- src/priority.c | 132 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 135 insertions(+), 2 deletions(-)
New commits: commit 09a684d6481868b501e5fb2df579ff6216dd111c Author: Michael Larson <[email protected]> Date: Wed Sep 9 16:27:42 2009 -0700 Priority file generator. This program will iterate over the complete template tree and build the priority file from "priority: val" tags found in node.def files. This will now allow us to migrate the priority statements found to the specified nodes. Currently the program does not order the priority nodes according to values (cosmetic feature). Finally once all the priority values have been migrated to the infected node.defs the priority program can be added as a postinst hook on debian package install. commit 028e8e12c5e15efc0a316641f2b02e46d5c77210 Author: Michael Larson <[email protected]> Date: Mon Jul 6 17:44:29 2009 -0700 fix for ptr magic on 64 bit system. looks like double ptr was getting the missing the last 4 bytes on 64 bit copy. http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=09a684d6481868b501e5fb2df579ff6216dd111c http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=028e8e12c5e15efc0a316641f2b02e46d5c77210 _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
