Date: Tue, 30 Jun 2009 22:22:28 +0200 From: Marc Balmer <marc@msys.ch> To: Thomas Backman <serenity@exscape.org> Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, Martin Blapp <mbr@FreeBSD.org>, src-committers@FreeBSD.org Subject: Re: svn commit: r195200 - in head/usr.sbin: . wake Message-ID: <C61F3DCF-1374-43E0-ABF0-194B269D726B@msys.ch> In-Reply-To: <B1DA797A-3C40-4C39-BACA-90BDA0A55CF2@exscape.org> References: <200906301851.n5UIpNJQ089171@svn.freebsd.org> <B1DA797A-3C40-4C39-BACA-90BDA0A55CF2@exscape.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Am 30.06.2009 um 22:02 schrieb Thomas Backman:
> On Jun 30, 2009, at 08:51 PM, Martin Blapp wrote:
>
>>
>> +void
>> +usage(void)
>> +{
>> + (void)fprintf(stderr, "usage: wake interface lladdr\n");
>> + exit(0);
>> +}
>> [...]
>> + for (n = 2; n < argc; n++)
>> + if (wake(argv[1], argv[n]))
>> + warnx("error sending Wake on LAN frame over %s to %s",
>> + argv[1], argv[n]);
>> + return 0;
>> +}
> The usage() function doesn't mention the possibility of specifying
> multiple hosts (although it appears the manual page does mention it).
yes, that is wrong. I will send mbr@ a diff shortly.
>
> Regards,
> Thomas
> _______________________________________________
> svn-src-all@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-src-all
> To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C61F3DCF-1374-43E0-ABF0-194B269D726B>
