- Timestamp:
- Sep 17, 2018, 9:18:34 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ddt/ddt
r367 r368 491 491 'modify_time' => $timestamp, 492 492 'comment' => $comment, 493 'alias' => 493 'alias' => '', 494 494 }}; 495 495 print "Info: add the host: $hostname, IP: $ip, MAC: $mac, sector: $sector [OK]\n"; … … 718 718 'modify_time' => $timestamp, 719 719 'comment' => $comment, 720 'alias' => 720 'alias' => '', 721 721 }}; 722 722 print "Add the virtual computer: $hostname, IP: $ip, sector: $sector\n"; … … 2939 2939 'create_time' => $timestamp, 2940 2940 'modify_time' => $timestamp, 2941 'alias' => 2941 'alias' => '', 2942 2942 }}; 2943 2943 }
Note: See TracChangeset
for help on using the changeset viewer.