1 --- ether-wake-1.09-orig/ether-wake.c 2005-08-10 17:19:16.000000000 +0200
2 +++ ether-wake-1.09-1/ether-wake.c 2005-08-10 17:18:55.000000000 +0200
4 " an optional password appended.\n"
6 " The single required parameter is the Ethernet MAC (station) address\n"
7 -" of the machine to wake or a host ID with known NSS 'ethers' entry.\n"
8 +" of the machine to wake.\n"
9 " The MAC address may be found with the 'arp' program while the target\n"
10 " machine is awake.\n"
14 fprintf(stderr, "The target station address is %s.\n",
16 - } else if (ether_hostton(hostid, eaddr) == 0) {
18 - fprintf(stderr, "Station address for hostname %s is %s.\n",
19 - hostid, ether_ntoa(eaddr));
22 "ether-wake: The Magic Packet host address must be "
24 - " - a station address, 00:11:22:33:44:55, or\n"
25 - " - a hostname with a known 'ethers' entry.\n");
26 + "specified as a station address, 00:11:22:33:44:55.\n");