Re: svn commit: r289767 - head/usr.sbin/mptable

2015-10-22 Thread NGie Cooper
On Thu, Oct 22, 2015 at 2:13 PM, Baptiste Daroussin  wrote:
> Author: bapt
> Date: Thu Oct 22 21:13:35 2015
> New Revision: 289767
> URL: https://svnweb.freebsd.org/changeset/base/289767
>
> Log:
>   Stop suggesting -grope argument when -grope argument was actually given

-grope is a weird option name... and it sounds like something I really
wouldn't want to describe to my boss.
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r289767 - head/usr.sbin/mptable

2015-10-22 Thread Baptiste Daroussin
Author: bapt
Date: Thu Oct 22 21:13:35 2015
New Revision: 289767
URL: https://svnweb.freebsd.org/changeset/base/289767

Log:
  Stop suggesting -grope argument when -grope argument was actually given

Modified:
  head/usr.sbin/mptable/mptable.c

Modified: head/usr.sbin/mptable/mptable.c
==
--- head/usr.sbin/mptable/mptable.c Thu Oct 22 21:04:47 2015
(r289766)
+++ head/usr.sbin/mptable/mptable.c Thu Oct 22 21:13:35 2015
(r289767)
@@ -217,7 +217,8 @@ main( int argc, char *argv[] )
 apic_probe( ,  );
 if ( where <= 0 ) {
 fprintf( stderr, "\n MP FPS NOT found,\n" );
-fprintf( stderr, " suggest trying -grope option!!!\n\n" );
+if (!grope)
+fprintf( stderr, " suggest trying -grope option!!!\n\n" );
 return 1;
 }
 
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r289767 - head/usr.sbin/mptable

2015-10-22 Thread Bryan Drewery
On 10/22/15 2:22 PM, NGie Cooper wrote:
> On Thu, Oct 22, 2015 at 2:13 PM, Baptiste Daroussin  wrote:
>> Author: bapt
>> Date: Thu Oct 22 21:13:35 2015
>> New Revision: 289767
>> URL: https://svnweb.freebsd.org/changeset/base/289767
>>
>> Log:
>>   Stop suggesting -grope argument when -grope argument was actually given
> 
> -grope is a weird option name... and it sounds like something I really
> wouldn't want to describe to my boss.
> 

I *may* have violated the CoC due to this commit already. Yay.

-- 
Regards,
Bryan Drewery
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r289767 - head/usr.sbin/mptable

2015-10-22 Thread NGie Cooper
On Thu, Oct 22, 2015 at 2:24 PM, Bryan Drewery  wrote:
> On 10/22/15 2:22 PM, NGie Cooper wrote:
...
>> -grope is a weird option name... and it sounds like something I really
>> wouldn't want to describe to my boss.
>>
>
> I *may* have violated the CoC due to this commit already. Yay.

*hands bdrewery over to HR* :P
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"