Changeset 140
- Timestamp:
- 05/10/06 15:57:05 (3 years ago)
- Files:
-
- trunk/server/admin/perl/check_add_host (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/server/admin/perl/check_add_host
r14 r140 435 435 } 436 436 437 if (! isTrue(iniGetVal(\%config, "dhcp", "nostaticip"))) { 438 if (isTrue(iniGetVal(\%config, "dhcp", "dhcpdrestart"))) {system($restart);} 439 } 440 437 if (isTrue(iniGetVal(\%config, "dhcp", "dhcpdrestart"))) {system($restart. " >/dev/null 2>&1");} 441 438 442 439 print LOG "IP $ip added successfully to 'ether' file\n";
