Subversion Repositories camp_sysinfo_client_3

Rev

Rev 53 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 53 Rev 54
Line 146... Line 146...
146
&doTransports( $$config{'transports'} );
146
&doTransports( $$config{'transports'} );
147
 
147
 
148
print "The following is the configuration I'll write out\n" . '-'x40 . "\n";
148
print "The following is the configuration I'll write out\n" . '-'x40 . "\n";
149
print &showConf( $config );
149
print &showConf( $config );
150
print '-'x40 . "\n";
150
print '-'x40 . "\n";
151
print &writeConfig( $confDir, $confName, &showConf() ) if &yesno( "Write this configuration" );
151
print &writeConfig( $confDir, $confName, &showConf( $config ) ) if &yesno( "Write this configuration" );
152
 
152
 
153
 
153
 
154
print "sysinfo-client has been installed configured. You can return to\nthis screen at any time by running /opt/camp/sysinfo/config.pl\n";
154
print "sysinfo-client has been installed configured. You can return to\nthis screen at any time by running /opt/camp/sysinfo/config.pl\n";
155
 
155
 
156
1;
156
1;