Changeset 140

Show
Ignore:
Timestamp:
05/10/06 15:57:05 (3 years ago)
Author:
ludo
Message:

dhcp restart fix (from r3375)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/server/admin/perl/check_add_host

    r14 r140  
    435435} 
    436436 
    437 if (! isTrue(iniGetVal(\%config, "dhcp", "nostaticip"))) { 
    438     if (isTrue(iniGetVal(\%config, "dhcp", "dhcpdrestart"))) {system($restart);} 
    439 
    440  
     437if (isTrue(iniGetVal(\%config, "dhcp", "dhcpdrestart"))) {system($restart. " >/dev/null 2>&1");} 
    441438 
    442439print LOG "IP $ip added successfully to 'ether' file\n";