Thanks, applied.
Hello,
I have a small correction to last week's default command comment
patch. The original version caused a buildup of comments in certain
cases in the conf file.
I've simply removed the comment in this patch.
-Ryan
Index: client/tools/boottool
===================================================================
--- client/tools/boottool (revision 540)
+++ client/tools/boottool (working copy)
@@ -233,7 +233,7 @@
foreach my $index ( 0 .. $#config ) {
if ( $config[$index] =~ /(^\s*default\s*\=*\s*)\d+/i ) {
- $config[$index] = "# set by $0\n$1$newdefault\n";
+ $config[$index] = "$1$newdefault\n";
last;
}
elsif ( $config[$index] =~ /^\s*default\s*\=*\s*saved/i ) {