From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.2-2 i686; en-US; rv:0.9.1) Gecko/20010606 Description of problem: There are missing colons on pump -s info output in 'Boot server' and 'Next server' fields. How reproducible: Always Steps to Reproduce: 1.pump -s 2. 3. Additional info: --- pump-0.8.11/pump.c-colon Mon Jun 4 13:28:53 2001 +++ pump-0.8.11/pump.c Mon Jun 4 13:31:02 2001 @@ -676,8 +676,8 @@ printf("\tNetmask: %s\n", inet_ntoa(i.netmask)); printf("\tBroadcast: %s\n", inet_ntoa(i.broadcast)); printf("\tNetwork: %s\n", inet_ntoa(i.network)); - printf("\tBoot server %s\n", inet_ntoa(i.bootServer)); - printf("\tNext server %s\n", inet_ntoa(i.nextServer)); + printf("\tBoot server: %s\n", inet_ntoa(i.bootServer)); + printf("\tNext server: %s\n", inet_ntoa(i.nextServer)); if (i.set & PUMP_NETINFO_HAS_GATEWAY) printf("\tGateway: %s\n", inet_ntoa(i.gateway));
fixed in current release